diff options
author | Theo Buehler <tb@openbsd.org> | 2025-01-19 03:37:07 -0700 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2025-01-19 05:55:24 -0700 |
commit | d8830e43581a0cc7286a1f3d47df17d26ca38f9c (patch) | |
tree | cbf3cbfc51a1eba0d38b55a17bda459e2d2f6fd7 | |
parent | bb38a294f6032de2a5a710d3b6497eccf9fd6ab0 (diff) | |
download | portable-d8830e43581a0cc7286a1f3d47df17d26ca38f9c.tar.gz portable-d8830e43581a0cc7286a1f3d47df17d26ca38f9c.tar.bz2 portable-d8830e43581a0cc7286a1f3d47df17d26ca38f9c.zip |
update ChangeLog
-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. |