summaryrefslogtreecommitdiff
path: root/src/lib/libc (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-18Provide RSA_{g,s}et0_factors()tb3-2/+33
2018-02-18Provide RSA_bits()tb3-2/+10
2018-02-18Provide DH_set0_pqg.tb3-2/+26
2018-02-18Provide DSA_set0_pqg.tb3-2/+27
2018-02-18document s_client -groups;jmc1-2/+5
2018-02-17In bio.h rev. 1.31 2018/02/17 13:57:14, tb@ provided new functionsschwarze5-7/+280
2018-02-17Remove a warning about the dangers of X509_VERIFY_PARAM_set1_name(3)schwarze1-5/+2
2018-02-17document LIBRESSL_VERSION_NUMBER and LIBRESSL_VERSION_TEXTschwarze1-13/+38
2018-02-17Document OpenSSL_version_num(3) and OpenSSL_version(3) that jsing@schwarze1-34/+125
2018-02-17Merge documentation for {DH,DSA}_get0_{key,pqg}(3),schwarze22-43/+489
2018-02-17Provide EVP_CIPHER_CTX_reset().jsing3-18/+28
2018-02-17Bump libcrypto/libssl/libtls minors due to symbol additions.jsing3-3/+3
2018-02-17Provide X509_get0_extensions() and X509_get0_signature()jsing4-7/+27
2018-02-17Provide SSL_SESSION_get_master_key()jsing3-2/+22
2018-02-17Provide SSL_get_client_random() and SSL_get_server_random()jsing3-3/+41
2018-02-17Provide SSL_CTX_get0_certificate()jsing3-2/+13
2018-02-17Provide SSL_CTX_get_tlsext_status_cb() and SSL_CTX_get_tlsext_status_arg().jsing3-4/+24
2018-02-17Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset().jsing3-21/+49
2018-02-17Provide HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_reset() andjsing3-11/+56
2018-02-17s/DH/DSA/jsing1-2/+2
2018-02-17Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}()tb4-3/+104
2018-02-17Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(),tb9-29/+155
2018-02-17Fix behaviour of OpenSSL_version().jsing1-2/+16
2018-02-16typo fix s/issuserAltName/issuerAltName/schwarze1-4/+6
2018-02-16Copy all function names from the SYNOPSIS to the NAME section becauseschwarze1-6/+108
2018-02-16Merge OpenSSL commit a8c5ed81 Jul 18 13:57:25 2017 -0400schwarze1-4/+8
2018-02-16Add missing RETURN VALUES sections; from Paul Yangschwarze2-8/+36
2018-02-16Add missing RETURN VALUES sections; from Paul Yangschwarze3-15/+78
2018-02-15Merge the new RETURN VALUES section from Paul Yang,schwarze1-7/+78
2018-02-15Add missing RETURN VALUES section; from Paul Yangschwarze1-3/+9
2018-02-15Fix the STANDARDS section, but in a different way than in OpenSSLschwarze1-4/+8
2018-02-15Quite absurdly, the OpenSSL folks have been actively mucking aroundschwarze1-3/+9
2018-02-15Add missing RETURN VALUES section;schwarze1-3/+11
2018-02-15Document the additional public function OCSP_basic_sign(3);schwarze1-5/+42
2018-02-15Import the new manual page EVP_PKEY_meth_new(3) from OpenSSL,schwarze13-20/+557
2018-02-15In some EXAMPLES, correct calls to EVP_PKEY_CTX_new(3) thatschwarze5-35/+51
2018-02-15Import the new manual page EVP_PKEY_asn1_get_count(3) from OpenSSL,schwarze2-1/+161
2018-02-15In x509_vfy.h rev. 1.20 2018/02/14 17:06:34, jsing@ providedschwarze2-19/+57
2018-02-15In x509.h rev. 1.28 2018/02/14 16:57:25, jsing@schwarze2-1/+76
2018-02-15Fix typo: s/Vt strict tm/Vt struct tm/schwarze1-3/+3
2018-02-15In asn1.h rev. 1.44 2018/02/14 16:46:04, jsing@schwarze1-8/+25
2018-02-14In evp.h rev. 1.54 2018/02/14 16:40:42, jsing@ provided EVP_PKEY_up_ref(3).schwarze1-4/+22
2018-02-14In x509.h rev. 1.27 2018/02/14 16:18:10, jsing@ providedschwarze2-1/+80
2018-02-14In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ providedschwarze1-15/+32
2018-02-14In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ providedschwarze1-4/+42
2018-02-14Bump lib{crypto,ssl,tls} minors due to symbol additions.jsing3-3/+3
2018-02-14Provide SSL_CTX_up_ref().jsing3-2/+11
2018-02-14Provide X509_STORE_CTX_get0_{cert,untrusted}() andjsing3-3/+35
2018-02-14Provide X509_get{0,m}_not{Before,After}().jsing3-5/+41
2018-02-14Provide ASN1_STRING_get0_data().jsing3-3/+11