We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d038e06 commit 9a78ba3Copy full SHA for 9a78ba3
src/saml2/sigver.py
@@ -60,9 +60,8 @@
60
61
SIG = '{{{ns}#}}{attribute}'.format(ns=ds.NAMESPACE, attribute='Signature')
62
63
-# DEPRECATED
64
-# RSA_1_5 = 'http://www.w3.org/2001/04/xmlenc#rsa-1_5'
65
-
+# RSA_1_5 is considered deprecated
+RSA_1_5 = 'http://www.w3.org/2001/04/xmlenc#rsa-1_5'
66
TRIPLE_DES_CBC = 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc'
67
RSA_OAEP_MGF1P = "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
68
0 commit comments