Overview
Request 1072361 accepted
- Update to 2.8.2:
* Compatibility with EVP API of openssl 1.x
- Changes from 2.8.1:
* Major overhaul of OpenSSL API usage by using only the EVP API
as the low level API (RSA*, HMAC*) is deprecated.
* Fix wrong parsing of Count attribute on saml:ProxyRestriction.
* Perl: pass LDFLAGS to Makefile.PL
* Replace use of deprecated xmlSecBase64Decode by
xmlSecBase64Decode_ex.
* Fix overwrite of profile.signature_status in
lasso_saml20_login_process_response_status_and_assertion.
* Fix lot of GCC warnings
- Created by iznogood
- In state accepted
- Package maintainers: Pharaoh_Atem, ateixeira, and dspinella
Request History
iznogood created request
- Update to 2.8.2:
* Compatibility with EVP API of openssl 1.x
- Changes from 2.8.1:
* Major overhaul of OpenSSL API usage by using only the EVP API
as the low level API (RSA*, HMAC*) is deprecated.
* Fix wrong parsing of Count attribute on saml:ProxyRestriction.
* Perl: pass LDFLAGS to Makefile.PL
* Replace use of deprecated xmlSecBase64Decode by
xmlSecBase64Decode_ex.
* Fix overwrite of profile.signature_status in
lasso_saml20_login_process_response_status_and_assertion.
* Fix lot of GCC warnings
Pharaoh_Atem accepted request
LGTM, thanks!