diff options
author | Theo Buehler <tb@openbsd.org> | 2020-10-05 17:08:47 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2020-10-05 17:08:47 +0200 |
commit | 0ef7d54fbcc9f4e51d3f56479df8d2e24bb7c5ae (patch) | |
tree | 128bce78aad5fbd6b3af24c975509278038ac79b | |
parent | 7608ded020a1f9de9fa887a106d4a28e9dddfb80 (diff) | |
download | portable-0ef7d54fbcc9f4e51d3f56479df8d2e24bb7c5ae.tar.gz portable-0ef7d54fbcc9f4e51d3f56479df8d2e24bb7c5ae.tar.bz2 portable-0ef7d54fbcc9f4e51d3f56479df8d2e24bb7c5ae.zip |
SSL_set1_host() is now documented.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -206,6 +206,8 @@ 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 | * Document SSL_set1_host(3). | ||
210 | |||
209 | * Document SSL_set_SSL_CTX(3). | 211 | * Document SSL_set_SSL_CTX(3). |
210 | 212 | ||
211 | * Make pthread_mutex static initialisation work on Windows. | 213 | * Make pthread_mutex static initialisation work on Windows. |