aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea34610..584b85e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,17 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
314.3.0 - In development
32
33 * Internal improvements
34 - Remove the unused sequence number from X509_REVOKED.
35 - Replace a call to atoi() with strtonum() in nc(1) and replace a
36 misleading use of ntohs() with htons().
37 * Bug fixes
38 - Ensure the group selected by a TLSv1.3 server for a
39 HelloRetryRequest is not one for which the client has
40 already sent a key share.
41
314.2.0 - Stable release 424.2.0 - Stable release
32 43
33 * Portable changes 44 * Portable changes