aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2020-04-04 10:28:40 -0500
committerBrent Cook <busterb@gmail.com>2020-04-04 13:59:00 -0500
commit7625741c33e4e51fac81aad3944c12c3dafb5109 (patch)
tree4811b803a0f8c726d192eb89319493364749155b /ChangeLog
parentd54b9c15bd86ee99db07a085281b6d73cd5e43ed (diff)
downloadportable-7625741c33e4e51fac81aad3944c12c3dafb5109.tar.gz
portable-7625741c33e4e51fac81aad3944c12c3dafb5109.tar.bz2
portable-7625741c33e4e51fac81aad3944c12c3dafb5109.zip
Changelog updates
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3062fc4..da2318e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,26 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.1.0 - Development release
32
33 * Enabled initial TLSv1.3 support
34
35 * Improved compatibility with backported functionality and documentation
36 from OpenSSL 1.1.1.
37
38 * Added RSA-PSS and RSA-OAEP methods from OpenSSL 1.1.1
39
40 * Enabled Cryptographic Message Syntax (CMS) support
41
42 * Added many new additional crypto test vectors
43
44 * Adjusted EVP_chacha20()'s behavior to match OpenSSL's semantics
45
46 * More code cleanups, fixes, and improvements of memory handling and
47 protocol parsing
48
49 * Default CA bundle location is now configurable in portable builds
50
313.0.2 - Stable release 513.0.2 - Stable release
32 52
33 * Use a valid curve when constructing an EC_KEY that looks like X25519. 53 * Use a valid curve when constructing an EC_KEY that looks like X25519.