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
Using URLs for the CA and CRL settings (ca_cert_location and crl_location respectively) is now deprecated and will be removed
in a future release. Please use filesystem paths instead.
Features
Allow the CA and CRL configuration options to be file paths
(#484).
All configuration settings now have defaults and validators
(#488).
Strengthen "legacy protection" in fedmsg.meta by catching KeyErrors
(#493).
Bug fixes
Remove the duplicate dependency on cryptography from the main
install requires
(#486).
Adjust the x509 signing API to return text instead of bytes
(#495).
Development improvements
Alter how the tests determine if cryptography is available to work
better with old versions of pyOpenSSL
(#482).