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 015277a commit 1a8e1c6Copy full SHA for 1a8e1c6
README.md
@@ -678,6 +678,12 @@ may not work with all asyncore.dispatcher subclasses.
678
* small optimisations to PRF methods, speeds to handshake
679
* support for MD5 signatures in X.509 certificates (Jean-Romain Garnier)
680
* add support for Brainpool curves in TLS 1.2 and earlier (pytz)
681
+* fix wrong error message in AES implementation (Bernt Røskar Brenna)
682
+* migrate to Github Action for CI
683
+* fix API break caused by the workaround for Bleichenbacher; RSA keys generated
684
+ in-memory with m2crypto wouldn't work for decryption/encryption
685
+* handle too short RSA ciphertexts for the key size consistently between
686
+ backends
687
688
689
0.7.0 - 2017-07-31
0 commit comments