diff options
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ LibreSSL Portable Release Notes: | |||
58 | all WTLS curves and P-192. | 58 | all WTLS curves and P-192. |
59 | - It is no longer necessary to set RSA_FLAG_SIGN_VER to use the | 59 | - It is no longer necessary to set RSA_FLAG_SIGN_VER to use the |
60 | sign and verify handlers set with RSA_meth_set_{sign,verify}. | 60 | sign and verify handlers set with RSA_meth_set_{sign,verify}. |
61 | - Removed the -C option to generate "C code" from the openssl(1) | ||
62 | dh, dhparam, dsaparam, ecparam, and x509 subcommands. | ||
61 | * New features | 63 | * New features |
62 | - libtls has a new tls_peer_cert_common_name() API call to retrieve | 64 | - libtls has a new tls_peer_cert_common_name() API call to retrieve |
63 | the peer's common name without having to inspect the PEM. | 65 | the peer's common name without having to inspect the PEM. |