diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-02-18 23:47:45 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2022-02-18 23:47:45 +0900 |
commit | 2e9a7653b7aa2bde1da2cda15d0e278742ea29fc (patch) | |
tree | 2362a372f20e8d35dbd037b2ae472eea596d4894 | |
parent | 75388d4d2bc110fc6ebac7bfcaf752884753498b (diff) | |
download | portable-2e9a7653b7aa2bde1da2cda15d0e278742ea29fc.tar.gz portable-2e9a7653b7aa2bde1da2cda15d0e278742ea29fc.tar.bz2 portable-2e9a7653b7aa2bde1da2cda15d0e278742ea29fc.zip |
Update changelog
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -154,10 +154,6 @@ LibreSSL Portable Release Notes: | |||
154 | Documentation coverage of ASN.1 and X.509 code has been | 154 | Documentation coverage of ASN.1 and X.509 code has been |
155 | significantly improved. | 155 | significantly improved. |
156 | * API additions and removals | 156 | * API additions and removals |
157 | - libtls API additions | ||
158 | tls_config_set_sign_cb tls_signer_add_keypair_file | ||
159 | tls_signer_add_keypair_mem tls_signer_free tls_signer_new | ||
160 | tls_signer_sign | ||
161 | - libssl | 157 | - libssl |
162 | API additions | 158 | API additions |
163 | SSL_get0_verified_chain SSL_peek_ex SSL_read_ex SSL_write_ex | 159 | SSL_get0_verified_chain SSL_peek_ex SSL_read_ex SSL_write_ex |
@@ -172,7 +168,7 @@ LibreSSL Portable Release Notes: | |||
172 | ASN1_TIME_diff ASRange_free ASRange_new BIO_get_callback_ex | 168 | ASN1_TIME_diff ASRange_free ASRange_new BIO_get_callback_ex |
173 | BIO_get_init BIO_set_callback_ex BIO_set_next | 169 | BIO_get_init BIO_set_callback_ex BIO_set_next |
174 | BIO_set_retry_reason BN_GENCB_set BN_GENCB_set_old | 170 | BIO_set_retry_reason BN_GENCB_set BN_GENCB_set_old |
175 | BN_abs_is_word BN_bn2lebinpad BN_get_flags BN_is_negative | 171 | BN_abs_is_word BN_get_flags BN_is_negative |
176 | BN_is_odd BN_is_one BN_is_word BN_is_zero BN_set_flags | 172 | BN_is_odd BN_is_one BN_is_word BN_is_zero BN_set_flags |
177 | BN_to_montgomery BN_with_flags BN_zero_ex CTLOG_STORE_free | 173 | BN_to_montgomery BN_with_flags BN_zero_ex CTLOG_STORE_free |
178 | CTLOG_STORE_get0_log_by_id CTLOG_STORE_load_default_file | 174 | CTLOG_STORE_get0_log_by_id CTLOG_STORE_load_default_file |