aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-10-05 21:53:04 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-10-05 21:53:04 +0900
commit5562731e8e90c955eff458874116830e1c0025b6 (patch)
tree4262a0f1d640bed2229cbaad4cdbb4371ebc567d
parente7f9e298c6fe25ed26e960e5b48deccad5822d90 (diff)
downloadportable-5562731e8e90c955eff458874116830e1c0025b6.tar.gz
portable-5562731e8e90c955eff458874116830e1c0025b6.tar.bz2
portable-5562731e8e90c955eff458874116830e1c0025b6.zip
Update ChangeLog
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c8e15a..ee66ad9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -206,6 +206,14 @@ LibreSSL Portable Release Notes:
206 206
207 * Ensure that leaf is set up on X509_STORE_CTX before verification. 207 * Ensure that leaf is set up on X509_STORE_CTX before verification.
208 208
209 * Import document SSL_set1_host(3).
210
211 * Document SSL_set_SSL_CTX(3).
212
213 * Make pthread_mutex static initialisation work on Windows.
214
215 * Get __STRICT_ALIGNMENT from machine/endian.h with portable build.
216
2093.2.1 - Development release 2173.2.1 - Development release
210 218
211 * Propagate alerts from the read half of the TLSv1.3 record layer to I/O 219 * Propagate alerts from the read half of the TLSv1.3 record layer to I/O