diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-08-22 11:32:02 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-08-22 11:32:02 +0900 |
commit | d9b4363a5f710adee4bc75ec3f75477f8a46fccf (patch) | |
tree | 3d1cc3d8834bcf7ca71b4e38ecd88739530712a0 | |
parent | c5fc3a6735ea623376218c90fbf019095a1b55d8 (diff) | |
download | portable-d9b4363a5f710adee4bc75ec3f75477f8a46fccf.tar.gz portable-d9b4363a5f710adee4bc75ec3f75477f8a46fccf.tar.bz2 portable-d9b4363a5f710adee4bc75ec3f75477f8a46fccf.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -80,7 +80,7 @@ LibreSSL Portable Release Notes: | |||
80 | 80 | ||
81 | * Document EVP_read_pw_string_min(3). | 81 | * Document EVP_read_pw_string_min(3). |
82 | 82 | ||
83 | * Merge documetnation of X509_get0_serialNumber from OpenSSL 1.1.1. | 83 | * Merge documentation of X509_get0_serialNumber from OpenSSL 1.1.1. |
84 | 84 | ||
85 | * Document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3) | 85 | * Document error handling of X509_PUBKEY_get0(3) and X509_PUBKEY_get(3) |
86 | 86 | ||
@@ -94,16 +94,20 @@ LibreSSL Portable Release Notes: | |||
94 | * Add new CMAC_Init(3) and ChaCha(3) manual pages. | 94 | * Add new CMAC_Init(3) and ChaCha(3) manual pages. |
95 | 95 | ||
96 | * Fix SSL_shutdown behavior to match the legacy stack. The previous | 96 | * Fix SSL_shutdown behavior to match the legacy stack. The previous |
97 | behaviour could cause a hang. | 97 | behavior could cause a hang. |
98 | 98 | ||
99 | * Add initial support for PowerPC64. | 99 | * Add initial support for PowerPC64. |
100 | 100 | ||
101 | * Make the message type available in the internal tls extensions API | 101 | * Make the message type available in the internal TLS extensions API |
102 | functions. | 102 | functions. |
103 | 103 | ||
104 | * Enable TLSv1.3 for the generic TLS_method(). | 104 | * Enable TLSv1.3 for the generic TLS_method(). |
105 | 105 | ||
106 | * Convert openssl s_client option handling. | 106 | * Convert openssl(1) s_client option handling. |
107 | |||
108 | * Document openssl(1) certhash. | ||
109 | |||
110 | * Convert openssl(1) verify option handling. | ||
107 | 111 | ||
108 | * Fix a longstanding bug in PEM_X509_INFO_read_bio(3) that could cause | 112 | * Fix a longstanding bug in PEM_X509_INFO_read_bio(3) that could cause |
109 | use-after-free and double-free issues in calling programs. | 113 | use-after-free and double-free issues in calling programs. |