diff options
author | Jack Lloyd <[email protected]> | 2016-12-08 21:41:32 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-08 21:41:32 -0500 |
commit | 047e3f3cdc2720ba6ce38af2b4911ace9d5de27b (patch) | |
tree | a04c042590c77703261783a12a893d0c4debd2db /news.rst | |
parent | 3d7336406f329902cf785732c3e0fa2efb25bdd1 (diff) |
Update news [ci skip]
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -4,6 +4,12 @@ Release Notes Version 1.11.35, Not Yet Released ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +* Allow use of custom extensions when creating X.509 certificates + (GH #744) + +* Add signature padding schemes from ISO 9796-2 providing message recovery. + (GH #759) + * Fix deref of invalid memory location in TLS client when the server chooses a ciphersuite value larger than the largest TLS ciphersuite ID compiled into the table. This might conceivably cause a crash in rare circumstances, but does @@ -19,7 +25,7 @@ Version 1.11.35, Not Yet Released * The deprecated ECB Cipher_Mode class has been removed (GH #756) -* Fix tests errors when write only access to /dev/urandom is prohibited (GH #748) +* Fix tests errors when write access to /dev/urandom is prohibited (GH #748) Version 1.11.34, 2016-11-28 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |