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