Skip to content

Commit 9a78ba3

Browse files
committed
Do not comment out RSA_1_5, but mark as deprecated
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent d038e06 commit 9a78ba3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/saml2/sigver.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@
6060

6161
SIG = '{{{ns}#}}{attribute}'.format(ns=ds.NAMESPACE, attribute='Signature')
6262

63-
# DEPRECATED
64-
# RSA_1_5 = 'http://www.w3.org/2001/04/xmlenc#rsa-1_5'
65-
63+
# RSA_1_5 is considered deprecated
64+
RSA_1_5 = 'http://www.w3.org/2001/04/xmlenc#rsa-1_5'
6665
TRIPLE_DES_CBC = 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc'
6766
RSA_OAEP_MGF1P = "http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p"
6867

0 commit comments

Comments
 (0)