You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make DES/3DES/KW-3DES support conditional on DES availability in XMLSec
Some TLS libraries (e.g. OpenSSL) can be built without support for DES
and DES-derived algorithms. Rather than assuming that xmlsec always
supports them, guard the declaration of the DES, 3DES and KW-3DES
constants based on the value of `XMLSEC_NO_DES`.
Fixes#269.
0 commit comments