summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-02-19In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ providedIngo Schwarze
2018-02-19In x509.h rev. 1.29 2018/02/17 15:50:42, jsing@ providedIngo Schwarze
2018-02-18In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20,Ingo Schwarze
2018-02-18In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ providedIngo Schwarze
2018-02-18In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ providedIngo Schwarze
2018-02-18In evp.h rev. 1.56 2018/02/17 14:55:31, jsing@ providedIngo Schwarze
2018-02-18In hmac.c rev. 1.13 2018/02/17 14:53:59, jsing@ provided HMAC_CTX_new(3),Ingo Schwarze
2018-02-18Bump minor due to symbol addition.Theo Buehler
2018-02-18Provide {DH,DSA}_set0_key(). Requested by sthen.Theo Buehler
2018-02-18Bump libcrypto/libssl/libtls minors due to symbol additions.Theo Buehler
2018-02-18Provide BIO_meth_set_gets().Theo Buehler
2018-02-18Provide BIO_{g,s}et_data() and BIO_set_init().Theo Buehler
2018-02-18Provide RSA_{g,s}et0_crt_params()Theo Buehler
2018-02-18Use usual order of RSA_{g,s}et0_key().Theo Buehler
2018-02-18Provide RSA_{g,s}et0_factors()Theo Buehler
2018-02-18Provide RSA_bits()Theo Buehler
2018-02-18Provide DH_set0_pqg.Theo Buehler
2018-02-18Provide DSA_set0_pqg.Theo Buehler
2018-02-17In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functionsIngo Schwarze
2018-02-17Remove a warning about the dangers of X509_VERIFY_PARAM_set1_name(3)Ingo Schwarze
2018-02-17document LIBRESSL_VERSION_NUMBER and LIBRESSL_VERSION_TEXTIngo Schwarze
2018-02-17Document OpenSSL_version_num(3) and OpenSSL_version(3) that jsing@Ingo Schwarze
2018-02-17Merge documentation for {DH,DSA}_get0_{key,pqg}(3),Ingo Schwarze
2018-02-17Provide EVP_CIPHER_CTX_reset().Joel Sing
2018-02-17Bump libcrypto/libssl/libtls minors due to symbol additions.Joel Sing
2018-02-17Provide X509_get0_extensions() and X509_get0_signature()Joel Sing
2018-02-17Provide SSL_SESSION_get_master_key()Joel Sing
2018-02-17Provide SSL_get_client_random() and SSL_get_server_random()Joel Sing
2018-02-17Provide SSL_CTX_get0_certificate()Joel Sing
2018-02-17Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg().Joel Sing
2018-02-17Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset().Joel Sing
2018-02-17Provide HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_reset() andJoel Sing
2018-02-17s/DH/DSA/Joel Sing
2018-02-17Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()Theo Buehler
2018-02-17Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),Theo Buehler
2018-02-17Fix behaviour of OpenSSL_version().Joel Sing
2018-02-16typo fix s/issuserAltName/issuerAltName/Ingo Schwarze
2018-02-16Copy all function names from the SYNOPSIS to the NAME section becauseIngo Schwarze
2018-02-16Merge OpenSSL commit a8c5ed81 Jul 18 13:57:25 2017 -0400Ingo Schwarze
2018-02-16Add missing RETURN VALUES sections; from Paul YangIngo Schwarze
2018-02-16Add missing RETURN VALUES sections; from Paul YangIngo Schwarze
2018-02-16Fix function argument names, from Abel Abraham Camarillo Ojeda via jmc@.Nicholas Marriott
2018-02-15Merge the new RETURN VALUES section from Paul Yang,Ingo Schwarze
2018-02-15Add missing RETURN VALUES section; from Paul YangIngo Schwarze
2018-02-15Fix the STANDARDS section, but in a different way than in OpenSSLIngo Schwarze
2018-02-15Quite absurdly, the OpenSSL folks have been actively mucking aroundIngo Schwarze
2018-02-15Add missing RETURN VALUES section;Ingo Schwarze
2018-02-15Document the additional public function OCSP_basic_sign(3);Ingo Schwarze
2018-02-15Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,Ingo Schwarze
2018-02-15In some EXAMPLES, correct calls to EVP_PKEY_CTX_new(3) thatIngo Schwarze