pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libressl Update to 2.7.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7cda5a82dfd4
branches:  trunk
changeset: 309677:7cda5a82dfd4
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Jun 21 23:10:50 2018 +0000

description:
Update to 2.7.4

Changelog:
2.7.4
We have released LibreSSL 2.7.4, a security update for the
2.7.x series. It contains the following changes:

  * Avoid a timing side-channel leak when generating DSA and ECDSA
    signatures. This is caused by an attempt to do fast modular
    arithmetic, which introduces branches that leak information
    regarding secret values. Issue identified and reported by Keegan
    Ryan of NCC Group.

  * Reject excessively large primes in DH key generation. Problem
    reported by Guido Vranken to OpenSSL
    (https://github.com/openssl/openssl/pull/6457) and based on his
    diff.

2.7.3
We have released LibreSSL 2.7.3, which will be arriving in the LibreSSL
directory of your local OpenBSD mirror soon. This is the first bugfix
release from the 2.7 series, which includes the following changes from 2.7.2:

 * Removed incorrect NULL checks in DH_set0_key(). Reported by Ondrej Sury.

 * Limited tls_config_clear_keys() to only clear private keys.
   This was inadvertently clearing the keypair, which includes the OCSP staple
   and pubkey hash - if an application called tls_configure() followed by
   tls_config_clear_keys(), this would prevent OCSP staples from working.

 * Fixed an issue normalizing CPU architecture in the configure script,
   which disabled assembly optimizations on platforms that get detected
   as 'amd64', opposed to 'x86_64'.

2.7.2
ve released LibreSSL 2.7.2, which will be arriving in the LibreSSL
directory of your local OpenBSD mirror soon. This is the first stable release
from the 2.7 series, which is also included with OpenBSD 6.3.

It includes the following changes from 2.7.1

 * Updated and added extensive new HISTORY sections to API manuals.

 * Added support for shared library builds with CMake on all supported
   platforms. Note that some of the CMake options have changed, consult
   the README for details.

LibreSSL 2.7.2 also includes:

 * Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on
   observations of real-world usage in applications. These are
   implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility
   changes have not been made to existing structs, allowing code written
   for older OpenSSL APIs to continue working.

 * Extensive corrections, improvements, and additions to the
   API documentation, including new public APIs from OpenSSL that had
   no pre-existing documentation.

 * Added support for automatic library initialization in libcrypto,
   libssl, and libtls. Support for pthread_once or a compatible
   equivalent is now required of the target operating system. As a
   side-effect, minimum Windows support is Vista or higher.

 * Converted more packet handling methods to CBB, which improves
   resiliency when generating TLS messages.

 * Completed TLS extension handling rewrite, improving consistency of
   checks for malformed and duplicate extensions.

 * Rewrote ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.
   This removes the last remaining use of the old M_ASN1_* macros
   (asn1_mac.h) from API that needs to continue to exist.

 * Added support for client-side session resumption in libtls.
   A libtls client can specify a session file descriptor (a regular
   file with appropriate ownership and permissions) and libtls will
   manage reading and writing of session data across TLS handshakes.

 * Improved support for strict alignment on ARMv7 architectures,
   conditionally enabling assembly in those cases.

 * Fixed a memory leak in libtls when reusing a tls_config.

 * Merged more DTLS support into the regular TLS code path, removing
   duplicated code.

 * Many improvements to Windows Cmake-based builds and tests,
   especially when targeting Visual Studio.

2.7.1
We have released LibreSSL 2.7.1, which will be arriving in the
LibreSSL directory of your local OpenBSD mirror soon. This is the second
release from the 2.7 series, which will be part of OpenBSD 6.3.

It includes the following changes from 2.7.0

 * Fixed a bug in int_x509_param_set_hosts, calling strlen() if name
   length provided is 0 to match the OpenSSL behaviour. Issue noticed
   by Christian Heimes <christian%python.org@localhost>

 * Fixed builds macOS 10.11 and older.

LibreSSL 2.7.1 also includes:

 * Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on
   observations of real-world usage in applications. These are
   implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility
   changes have not been made to existing structs, allowing code written
   for older OpenSSL APIs to continue working.

 * Extensive corrections, improvements, and additions to the
   API documentation, including new public APIs from OpenSSL that had
   no pre-existing documentation.

 * Added support for automatic library initialization in libcrypto,
   libssl, and libtls. Support for pthread_once or a compatible
   equivalent is now required of the target operating system. As a
   side-effect, minimum Windows support is Vista or higher.

 * Converted more packet handling methods to CBB, which improves
   resiliency when generating TLS messages.

 * Completed TLS extension handling rewrite, improving consistency of
   checks for malformed and duplicate extensions.

 * Rewrote ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.
   This removes the last remaining use of the old M_ASN1_* macros
   (asn1_mac.h) from API that needs to continue to exist.

 * Added support for client-side session resumption in libtls.
   A libtls client can specify a session file descriptor (a regular
   file with appropriate ownership and permissions) and libtls will
   manage reading and writing of session data across TLS handshakes.

 * Improved support for strict alignment on ARMv7 architectures,
   conditionally enabling assembly in those cases.

 * Fixed a memory leak in libtls when reusing a tls_config.

 * Merged more DTLS support into the regular TLS code path, removing
   duplicated code.

 * Many improvements to Windows Cmake-based builds and tests,
   especially when targeting Visual Studio.

2.7.0
We have released LibreSSL 2.7.0, which will be arriving in the
LibreSSL directory of your local OpenBSD mirror soon. This is the first
release from the 2.7 series, which will be part of OpenBSD 6.3.
It includes the following changes:

 * Added support for many OpenSSL 1.0.2 and 1.1 APIs, based on
   observations of real-world usage in applications. These are
   implemented in parallel with existing OpenSSL 1.0.1 APIs - visibility
   changes have not been made to existing structs, allowing code written
   for older OpenSSL APIs to continue working.

 * Extensive corrections, improvements, and additions to the
   API documentation, including new public APIs from OpenSSL that had
   no pre-existing documentation.

 * Added support for automatic library initialization in libcrypto,
   libssl, and libtls. Support for pthread_once or a compatible
   equivalent is now required of the target operating system. As a
   side-effect, minimum Windows support is Vista or higher.

 * Converted more packet handling methods to CBB, which improves
   resiliency when generating TLS messages.

 * Completed TLS extension handling rewrite, improving consistency of
   checks for malformed and duplicate extensions.

 * Rewrote ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.
   This removes the last remaining use of the old M_ASN1_* macros
   (asn1_mac.h) from API that needs to continue to exist.

 * Added support for client-side session resumption in libtls.
   A libtls client can specify a session file descriptor (a regular
   file with appropriate ownership and permissions) and libtls will
   manage reading and writing of session data across TLS handshakes.

 * Improved support for strict alignment on ARMv7 architectures,
   conditionally enabling assembly in those cases.

 * Fixed a memory leak in libtls when reusing a tls_config.

 * Merged more DTLS support into the regular TLS code path, removing
   duplicated code.

 * Many improvements to Windows Cmake-based builds and tests,
   especially when targeting Visual Studio.

diffstat:

 security/libressl/Makefile |    4 +-
 security/libressl/PLIST    |  357 +++++++++++++++++++++++++++++++++++++++++---
 security/libressl/distinfo |   10 +-
 3 files changed, 340 insertions(+), 31 deletions(-)

diffs (truncated from 1119 to 300 lines):

diff -r db8129d6564a -r 7cda5a82dfd4 security/libressl/Makefile
--- a/security/libressl/Makefile        Thu Jun 21 22:36:59 2018 +0000
+++ b/security/libressl/Makefile        Thu Jun 21 23:10:50 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2017/05/03 11:19:04 maya Exp $
+# $NetBSD: Makefile,v 1.12 2018/06/21 23:10:50 ryoon Exp $
 
-DISTNAME=      libressl-2.5.4
+DISTNAME=      libressl-2.7.4
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_OPENBSD:=LibreSSL/}
 
diff -r db8129d6564a -r 7cda5a82dfd4 security/libressl/PLIST
--- a/security/libressl/PLIST   Thu Jun 21 22:36:59 2018 +0000
+++ b/security/libressl/PLIST   Thu Jun 21 23:10:50 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2017/05/03 11:19:04 maya Exp $
+@comment $NetBSD: PLIST,v 1.9 2018/06/21 23:10:50 ryoon Exp $
 lib/pkgconfig/libcrypto.pc
 lib/pkgconfig/libssl.pc
 lib/pkgconfig/libtls.pc
@@ -34,6 +34,7 @@
 libressl/include/openssl/err.h
 libressl/include/openssl/evp.h
 libressl/include/openssl/gost.h
+libressl/include/openssl/hkdf.h
 libressl/include/openssl/hmac.h
 libressl/include/openssl/idea.h
 libressl/include/openssl/lhash.h
@@ -87,8 +88,13 @@
 libressl/man/man3/ASN1_BMPSTRING_new.3
 libressl/man/man3/ASN1_ENUMERATED_free.3
 libressl/man/man3/ASN1_ENUMERATED_new.3
+libressl/man/man3/ASN1_GENERALIZEDTIME_adj.3
+libressl/man/man3/ASN1_GENERALIZEDTIME_check.3
 libressl/man/man3/ASN1_GENERALIZEDTIME_free.3
 libressl/man/man3/ASN1_GENERALIZEDTIME_new.3
+libressl/man/man3/ASN1_GENERALIZEDTIME_print.3
+libressl/man/man3/ASN1_GENERALIZEDTIME_set.3
+libressl/man/man3/ASN1_GENERALIZEDTIME_set_string.3
 libressl/man/man3/ASN1_GENERALSTRING_free.3
 libressl/man/man3/ASN1_GENERALSTRING_new.3
 libressl/man/man3/ASN1_IA5STRING_free.3
@@ -103,10 +109,14 @@
 libressl/man/man3/ASN1_PRINTABLESTRING_new.3
 libressl/man/man3/ASN1_PRINTABLE_free.3
 libressl/man/man3/ASN1_PRINTABLE_new.3
+libressl/man/man3/ASN1_STRING_TABLE_add.3
+libressl/man/man3/ASN1_STRING_TABLE_cleanup.3
+libressl/man/man3/ASN1_STRING_TABLE_get.3
 libressl/man/man3/ASN1_STRING_cmp.3
 libressl/man/man3/ASN1_STRING_data.3
 libressl/man/man3/ASN1_STRING_dup.3
 libressl/man/man3/ASN1_STRING_free.3
+libressl/man/man3/ASN1_STRING_get0_data.3
 libressl/man/man3/ASN1_STRING_length.3
 libressl/man/man3/ASN1_STRING_length_set.3
 libressl/man/man3/ASN1_STRING_new.3
@@ -126,6 +136,8 @@
 libressl/man/man3/ASN1_TIME_print.3
 libressl/man/man3/ASN1_TIME_set.3
 libressl/man/man3/ASN1_TIME_set_string.3
+libressl/man/man3/ASN1_TIME_set_tm.3
+libressl/man/man3/ASN1_TIME_to_generalizedtime.3
 libressl/man/man3/ASN1_TYPE_cmp.3
 libressl/man/man3/ASN1_TYPE_free.3
 libressl/man/man3/ASN1_TYPE_get.3
@@ -134,8 +146,14 @@
 libressl/man/man3/ASN1_TYPE_set1.3
 libressl/man/man3/ASN1_UNIVERSALSTRING_free.3
 libressl/man/man3/ASN1_UNIVERSALSTRING_new.3
+libressl/man/man3/ASN1_UTCTIME_adj.3
+libressl/man/man3/ASN1_UTCTIME_check.3
+libressl/man/man3/ASN1_UTCTIME_cmp_time_t.3
 libressl/man/man3/ASN1_UTCTIME_free.3
 libressl/man/man3/ASN1_UTCTIME_new.3
+libressl/man/man3/ASN1_UTCTIME_print.3
+libressl/man/man3/ASN1_UTCTIME_set.3
+libressl/man/man3/ASN1_UTCTIME_set_string.3
 libressl/man/man3/ASN1_UTF8STRING_free.3
 libressl/man/man3/ASN1_UTF8STRING_new.3
 libressl/man/man3/ASN1_VISIBLESTRING_free.3
@@ -207,6 +225,7 @@
 libressl/man/man3/BIO_get_conn_int_port.3
 libressl/man/man3/BIO_get_conn_ip.3
 libressl/man/man3/BIO_get_conn_port.3
+libressl/man/man3/BIO_get_data.3
 libressl/man/man3/BIO_get_ex_data.3
 libressl/man/man3/BIO_get_ex_new_index.3
 libressl/man/man3/BIO_get_fd.3
@@ -216,16 +235,36 @@
 libressl/man/man3/BIO_get_md_ctx.3
 libressl/man/man3/BIO_get_mem_data.3
 libressl/man/man3/BIO_get_mem_ptr.3
+libressl/man/man3/BIO_get_new_index.3
 libressl/man/man3/BIO_get_num_renegotiates.3
 libressl/man/man3/BIO_get_read_request.3
 libressl/man/man3/BIO_get_retry_BIO.3
 libressl/man/man3/BIO_get_retry_reason.3
+libressl/man/man3/BIO_get_shutdown.3
 libressl/man/man3/BIO_get_ssl.3
 libressl/man/man3/BIO_get_write_buf_size.3
 libressl/man/man3/BIO_get_write_guarantee.3
 libressl/man/man3/BIO_gets.3
 libressl/man/man3/BIO_int_ctrl.3
 libressl/man/man3/BIO_make_bio_pair.3
+libressl/man/man3/BIO_meth_free.3
+libressl/man/man3/BIO_meth_get_callback_ctrl.3
+libressl/man/man3/BIO_meth_get_create.3
+libressl/man/man3/BIO_meth_get_ctrl.3
+libressl/man/man3/BIO_meth_get_destroy.3
+libressl/man/man3/BIO_meth_get_gets.3
+libressl/man/man3/BIO_meth_get_puts.3
+libressl/man/man3/BIO_meth_get_read.3
+libressl/man/man3/BIO_meth_get_write.3
+libressl/man/man3/BIO_meth_new.3
+libressl/man/man3/BIO_meth_set_callback_ctrl.3
+libressl/man/man3/BIO_meth_set_create.3
+libressl/man/man3/BIO_meth_set_ctrl.3
+libressl/man/man3/BIO_meth_set_destroy.3
+libressl/man/man3/BIO_meth_set_gets.3
+libressl/man/man3/BIO_meth_set_puts.3
+libressl/man/man3/BIO_meth_set_read.3
+libressl/man/man3/BIO_meth_set_write.3
 libressl/man/man3/BIO_method_type.3
 libressl/man/man3/BIO_new.3
 libressl/man/man3/BIO_new_accept.3
@@ -274,16 +313,19 @@
 libressl/man/man3/BIO_set_conn_int_port.3
 libressl/man/man3/BIO_set_conn_ip.3
 libressl/man/man3/BIO_set_conn_port.3
+libressl/man/man3/BIO_set_data.3
 libressl/man/man3/BIO_set_ex_data.3
 libressl/man/man3/BIO_set_fd.3
 libressl/man/man3/BIO_set_fp.3
 libressl/man/man3/BIO_set_info_callback.3
+libressl/man/man3/BIO_set_init.3
 libressl/man/man3/BIO_set_md.3
 libressl/man/man3/BIO_set_mem_buf.3
 libressl/man/man3/BIO_set_mem_eof_return.3
 libressl/man/man3/BIO_set_nbio.3
 libressl/man/man3/BIO_set_nbio_accept.3
 libressl/man/man3/BIO_set_read_buffer_size.3
+libressl/man/man3/BIO_set_shutdown.3
 libressl/man/man3/BIO_set_ssl.3
 libressl/man/man3/BIO_set_ssl_mode.3
 libressl/man/man3/BIO_set_ssl_renegotiate_bytes.3
@@ -299,6 +341,7 @@
 libressl/man/man3/BIO_ssl_copy_session_id.3
 libressl/man/man3/BIO_ssl_shutdown.3
 libressl/man/man3/BIO_tell.3
+libressl/man/man3/BIO_up_ref.3
 libressl/man/man3/BIO_vfree.3
 libressl/man/man3/BIO_vprintf.3
 libressl/man/man3/BIO_vsnprintf.3
@@ -325,6 +368,9 @@
 libressl/man/man3/BN_CTX_new.3
 libressl/man/man3/BN_CTX_start.3
 libressl/man/man3/BN_GENCB_call.3
+libressl/man/man3/BN_GENCB_free.3
+libressl/man/man3/BN_GENCB_get_arg.3
+libressl/man/man3/BN_GENCB_new.3
 libressl/man/man3/BN_GENCB_set.3
 libressl/man/man3/BN_GENCB_set_old.3
 libressl/man/man3/BN_MONT_CTX_copy.3
@@ -366,6 +412,14 @@
 libressl/man/man3/BN_get0_nist_prime_384.3
 libressl/man/man3/BN_get0_nist_prime_521.3
 libressl/man/man3/BN_get_flags.3
+libressl/man/man3/BN_get_rfc2409_prime_1024.3
+libressl/man/man3/BN_get_rfc2409_prime_768.3
+libressl/man/man3/BN_get_rfc3526_prime_1536.3
+libressl/man/man3/BN_get_rfc3526_prime_2048.3
+libressl/man/man3/BN_get_rfc3526_prime_3072.3
+libressl/man/man3/BN_get_rfc3526_prime_4096.3
+libressl/man/man3/BN_get_rfc3526_prime_6144.3
+libressl/man/man3/BN_get_rfc3526_prime_8192.3
 libressl/man/man3/BN_get_word.3
 libressl/man/man3/BN_hex2bn.3
 libressl/man/man3/BN_init.3
@@ -440,6 +494,7 @@
 libressl/man/man3/CRYPTO_EX_dup.3
 libressl/man/man3/CRYPTO_EX_free.3
 libressl/man/man3/CRYPTO_EX_new.3
+libressl/man/man3/CRYPTO_MEM_LEAK_CB.3
 libressl/man/man3/CRYPTO_THREADID_cmp.3
 libressl/man/man3/CRYPTO_THREADID_cpy.3
 libressl/man/man3/CRYPTO_THREADID_current.3
@@ -460,6 +515,7 @@
 libressl/man/man3/CRYPTO_malloc.3
 libressl/man/man3/CRYPTO_mem_ctrl.3
 libressl/man/man3/CRYPTO_mem_leaks.3
+libressl/man/man3/CRYPTO_mem_leaks_cb.3
 libressl/man/man3/CRYPTO_mem_leaks_fp.3
 libressl/man/man3/CRYPTO_new_ex_data.3
 libressl/man/man3/CRYPTO_num_locks.3
@@ -509,21 +565,31 @@
 libressl/man/man3/DES_string_to_key.3
 libressl/man/man3/DES_xcbc_encrypt.3
 libressl/man/man3/DH_OpenSSL.3
+libressl/man/man3/DH_bits.3
 libressl/man/man3/DH_check.3
+libressl/man/man3/DH_clear_flags.3
 libressl/man/man3/DH_compute_key.3
 libressl/man/man3/DH_free.3
 libressl/man/man3/DH_generate_key.3
 libressl/man/man3/DH_generate_parameters.3
 libressl/man/man3/DH_generate_parameters_ex.3
+libressl/man/man3/DH_get0_engine.3
+libressl/man/man3/DH_get0_key.3
+libressl/man/man3/DH_get0_pqg.3
 libressl/man/man3/DH_get_default_method.3
 libressl/man/man3/DH_get_ex_data.3
 libressl/man/man3/DH_get_ex_new_index.3
 libressl/man/man3/DH_new.3
 libressl/man/man3/DH_new_method.3
+libressl/man/man3/DH_set0_key.3
+libressl/man/man3/DH_set0_pqg.3
 libressl/man/man3/DH_set_default_method.3
 libressl/man/man3/DH_set_ex_data.3
+libressl/man/man3/DH_set_flags.3
+libressl/man/man3/DH_set_length.3
 libressl/man/man3/DH_set_method.3
 libressl/man/man3/DH_size.3
+libressl/man/man3/DH_test_flags.3
 libressl/man/man3/DHparams_print.3
 libressl/man/man3/DHparams_print_fp.3
 libressl/man/man3/DIRECTORYSTRING_free.3
@@ -536,7 +602,10 @@
 libressl/man/man3/DIST_POINT_new.3
 libressl/man/man3/DSA_OpenSSL.3
 libressl/man/man3/DSA_SIG_free.3
+libressl/man/man3/DSA_SIG_get0.3
 libressl/man/man3/DSA_SIG_new.3
+libressl/man/man3/DSA_SIG_set0.3
+libressl/man/man3/DSA_clear_flags.3
 libressl/man/man3/DSA_do_sign.3
 libressl/man/man3/DSA_do_verify.3
 libressl/man/man3/DSA_dup_DH.3
@@ -544,19 +613,31 @@
 libressl/man/man3/DSA_generate_key.3
 libressl/man/man3/DSA_generate_parameters.3
 libressl/man/man3/DSA_generate_parameters_ex.3
+libressl/man/man3/DSA_get0_engine.3
+libressl/man/man3/DSA_get0_key.3
+libressl/man/man3/DSA_get0_pqg.3
 libressl/man/man3/DSA_get_default_method.3
 libressl/man/man3/DSA_get_ex_data.3
 libressl/man/man3/DSA_get_ex_new_index.3
+libressl/man/man3/DSA_meth_dup.3
+libressl/man/man3/DSA_meth_free.3
+libressl/man/man3/DSA_meth_new.3
+libressl/man/man3/DSA_meth_set_finish.3
+libressl/man/man3/DSA_meth_set_sign.3
 libressl/man/man3/DSA_new.3
 libressl/man/man3/DSA_new_method.3
 libressl/man/man3/DSA_print.3
 libressl/man/man3/DSA_print_fp.3
+libressl/man/man3/DSA_set0_key.3
+libressl/man/man3/DSA_set0_pqg.3
 libressl/man/man3/DSA_set_default_method.3
 libressl/man/man3/DSA_set_ex_data.3
+libressl/man/man3/DSA_set_flags.3
 libressl/man/man3/DSA_set_method.3
 libressl/man/man3/DSA_sign.3
 libressl/man/man3/DSA_sign_setup.3
 libressl/man/man3/DSA_size.3
+libressl/man/man3/DSA_test_flags.3
 libressl/man/man3/DSA_verify.3
 libressl/man/man3/DSAparams_dup.3
 libressl/man/man3/DSAparams_print.3
@@ -570,7 +651,9 @@
 libressl/man/man3/ECDH_set_ex_data.3
 libressl/man/man3/ECDSA_OpenSSL.3
 libressl/man/man3/ECDSA_SIG_free.3
+libressl/man/man3/ECDSA_SIG_get0.3
 libressl/man/man3/ECDSA_SIG_new.3
+libressl/man/man3/ECDSA_SIG_set0.3
 libressl/man/man3/ECDSA_do_sign.3
 libressl/man/man3/ECDSA_do_sign_ex.3
 libressl/man/man3/ECDSA_do_verify.3
@@ -876,6 +959,8 @@
 libressl/man/man3/EVP_CIPHER_CTX_mode.3
 libressl/man/man3/EVP_CIPHER_CTX_new.3
 libressl/man/man3/EVP_CIPHER_CTX_nid.3
+libressl/man/man3/EVP_CIPHER_CTX_rand_key.3
+libressl/man/man3/EVP_CIPHER_CTX_reset.3
 libressl/man/man3/EVP_CIPHER_CTX_set_app_data.3
 libressl/man/man3/EVP_CIPHER_CTX_set_key_length.3
 libressl/man/man3/EVP_CIPHER_CTX_set_padding.3
@@ -931,8 +1016,11 @@
 libressl/man/man3/EVP_MD_CTX_create.3
 libressl/man/man3/EVP_MD_CTX_ctrl.3
 libressl/man/man3/EVP_MD_CTX_destroy.3
+libressl/man/man3/EVP_MD_CTX_free.3
 libressl/man/man3/EVP_MD_CTX_init.3
 libressl/man/man3/EVP_MD_CTX_md.3
+libressl/man/man3/EVP_MD_CTX_new.3
+libressl/man/man3/EVP_MD_CTX_reset.3
 libressl/man/man3/EVP_MD_CTX_size.3



Home | Main Index | Thread Index | Old Index