diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -52,12 +52,8 @@ LibreSSL Portable Release Notes: | |||
52 | BIO_new_NDEF(). | 52 | BIO_new_NDEF(). |
53 | - Fixed various crashes in the openssl(1) testing utility. | 53 | - Fixed various crashes in the openssl(1) testing utility. |
54 | - Do not check policies by default in the new X.509 verifier. | 54 | - Do not check policies by default in the new X.509 verifier. |
55 | - Avoid crash with ASN.1 BOOLEANS in openssl(1) asn1parse. | ||
56 | - Added missing error checking in PKCS7. | 55 | - Added missing error checking in PKCS7. |
57 | - Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup(). | 56 | - Call CRYPTO_cleanup_all_ex_data() from OPENSSL_cleanup(). |
58 | * Compatibility changes | ||
59 | - Correct the prototypes of BIO_get_conn_ip(3) and | ||
60 | BIO_get_conn_int_port(3). | ||
61 | * New features | 57 | * New features |
62 | - Added UI_null() | 58 | - Added UI_null() |
63 | - Added X509_STORE_*check_issued() | 59 | - Added X509_STORE_*check_issued() |
@@ -66,7 +62,6 @@ LibreSSL Portable Release Notes: | |||
66 | * Documentation improvements | 62 | * Documentation improvements |
67 | - Marked BIO_s_log(3) BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), BIO_nwrite(3), | 63 | - Marked BIO_s_log(3) BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), BIO_nwrite(3), |
68 | BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented. | 64 | BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented. |
69 | - Merged documentation of UI_null() from OpenSSL 1.1 | ||
70 | - Document BIO_number_read(3), BIO_number_written(3), | 65 | - Document BIO_number_read(3), BIO_number_written(3), |
71 | BIO_set_retry_read(3), BIO_set_retry_write(3), | 66 | BIO_set_retry_read(3), BIO_set_retry_write(3), |
72 | BIO_set_retry_special(3), BIO_clear_retry_flags(3), | 67 | BIO_set_retry_special(3), BIO_clear_retry_flags(3), |
@@ -74,15 +69,14 @@ LibreSSL Portable Release Notes: | |||
74 | BIO_clear_flags(3), BIO_test_flags(3), BIO_get_flags(3). | 69 | BIO_clear_flags(3), BIO_test_flags(3), BIO_get_flags(3). |
75 | BIO_callback_fn_ex(3), BIO_set_callback_ex(3), BIO_get_callback_ex(3), | 70 | BIO_callback_fn_ex(3), BIO_set_callback_ex(3), BIO_get_callback_ex(3), |
76 | BIO_callback_fn(3), and the BIO_FLAGS_* constants | 71 | BIO_callback_fn(3), and the BIO_FLAGS_* constants |
72 | - Correct the prototypes of BIO_get_conn_ip(3) and BIO_get_conn_int_port(3). | ||
77 | - Document ED25519_keypair(3), ED25519_sign(3), and ED25519_verify(3). | 73 | - Document ED25519_keypair(3), ED25519_sign(3), and ED25519_verify(3). |
78 | - Document EVP_PKEY_new_raw_private_key(3), | 74 | - Document EVP_PKEY_new_raw_private_key(3), |
79 | EVP_PKEY_new_raw_public_key(3), EVP_PKEY_get_raw_private_key(3), and | 75 | EVP_PKEY_new_raw_public_key(3), EVP_PKEY_get_raw_private_key(3), and |
80 | EVP_PKEY_get_raw_public_key(3). | 76 | EVP_PKEY_get_raw_public_key(3). |
81 | - Document ASN1_buf_print(3). | 77 | - Document ASN1_buf_print(3). |
82 | - Document ECDSA_SIG_get0_{r,s}(). | 78 | - Document DH_get0_*, DSA_get0_*, ECDSA_SIG_get0_{r,s}() and RSA_get0_*. |
83 | - Document DH_get0_* for individual DH members. | 79 | - Merged documentation of UI_null() from OpenSSL 1.1 |
84 | - Document DSA_get0_* for individual DSA members | ||
85 | - Document RSA_get0_* for individual RSA members. | ||
86 | - Various spelling and other documentation improvements. | 80 | - Various spelling and other documentation improvements. |
87 | * Testing and Proactive Security | 81 | * Testing and Proactive Security |
88 | - As always, new test coverage is added as bugs are fixed and subsystems | 82 | - As always, new test coverage is added as bugs are fixed and subsystems |