| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Provide BIO_meth_{g,s}et_callback_ctrl() | tb | 2018-02-20 | 1 | -0/+2 |
* | Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}() | tb | 2018-02-20 | 1 | -0/+6 |
* | Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics. | tb | 2018-02-20 | 1 | -0/+1 |
* | Provide DH_set_length() | tb | 2018-02-20 | 1 | -0/+1 |
* | Provide DH_bits() | tb | 2018-02-20 | 1 | -0/+1 |
* | Provide BIO_{g,s}et_shutdown(). | tb | 2018-02-20 | 1 | -0/+2 |
* | Provide DSA_get0_engine() | tb | 2018-02-20 | 1 | -0/+1 |
* | Provide DSA_SIG_{g,s}et0() | tb | 2018-02-20 | 1 | -0/+2 |
* | Provide DSA_{clear,set,test}_flags() | tb | 2018-02-20 | 1 | -0/+3 |
* | Provide RSA_{clear,set,test}_flasg() | tb | 2018-02-20 | 1 | -0/+3 |
* | Provide DH_{clear,set,test}_flags(). | tb | 2018-02-20 | 1 | -0/+3 |
* | Provide BIO_get_new_index(). | jsing | 2018-02-20 | 1 | -0/+1 |
* | Provide BN_GENCB_new(), BN_GENCB_free() and BN_GENCB_get_arg() | jsing | 2018-02-20 | 1 | -0/+3 |
* | Provide X509_NAME_get0_der(). | jsing | 2018-02-20 | 1 | -0/+1 |
* | Provide X509_REQ_get0_signature() | jsing | 2018-02-20 | 1 | -0/+1 |
* | Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature(). | jsing | 2018-02-20 | 1 | -0/+3 |
* | Provide BN_get_rfc2409_prime_*() and BN_get_rfc3526_prime_*(). | jsing | 2018-02-20 | 1 | -1/+9 |
* | Provide {DH,DSA}_set0_key(). Requested by sthen. | tb | 2018-02-18 | 1 | -0/+2 |
* | Provide BIO_meth_set_gets(). | tb | 2018-02-18 | 1 | -0/+1 |
* | Provide BIO_{g,s}et_data() and BIO_set_init(). | tb | 2018-02-18 | 1 | -0/+3 |
* | Provide RSA_{g,s}et0_crt_params() | tb | 2018-02-18 | 1 | -0/+2 |
* | Provide RSA_{g,s}et0_factors() | tb | 2018-02-18 | 1 | -0/+2 |
* | Provide RSA_bits() | tb | 2018-02-18 | 1 | -0/+1 |
* | Provide DH_set0_pqg. | tb | 2018-02-18 | 1 | -0/+1 |
* | Provide DSA_set0_pqg. | tb | 2018-02-18 | 1 | -0/+1 |
* | Provide EVP_CIPHER_CTX_reset(). | jsing | 2018-02-17 | 1 | -0/+1 |
* | Provide X509_get0_extensions() and X509_get0_signature() | jsing | 2018-02-17 | 1 | -3/+5 |
* | Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset(). | jsing | 2018-02-17 | 1 | -0/+3 |
* | Provide HMAC_CTX_new(), HMAC_CTX_free(), HMAC_CTX_reset() and | jsing | 2018-02-17 | 1 | -0/+4 |
* | Provide BIO_meth_{free,new}() and BIO_meth_set_{create,crtl,destroy}() | tb | 2018-02-17 | 1 | -0/+8 |
* | Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(), | tb | 2018-02-17 | 1 | -0/+9 |
* | Provide X509_STORE_CTX_get0_{cert,untrusted}() and | jsing | 2018-02-14 | 1 | -0/+4 |
* | Provide X509_get{0,m}_not{Before,After}(). | jsing | 2018-02-14 | 1 | -0/+4 |
* | Provide ASN1_STRING_get0_data(). | jsing | 2018-02-14 | 1 | -0/+1 |
* | Provide EVP_PKEY_up_ref(). | jsing | 2018-02-14 | 1 | -0/+1 |
* | Start providing parts of the OpenSSL 1.1 API. | jsing | 2018-02-14 | 1 | -0/+2 |
* | Provide X509_get_signature_nid(). | jsing | 2018-02-14 | 1 | -10/+11 |
* | Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2 | jsing | 2018-02-10 | 1 | -0/+10 |
* | Remove EVP_aead_chacha20_poly1305_old() now that the original/old | jsing | 2017-08-28 | 1 | -1/+0 |
* | Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and related | jsing | 2017-08-28 | 1 | -2/+0 |
* | Make the symbol for ASN1_time_tm_clamp_notafter visible so libtls | beck | 2017-08-27 | 1 | -0/+1 |
* | Add ASN1_TIME_set_to to exported symbols | beck | 2017-05-06 | 1 | -0/+4 |
* | Add an EVP interface that provides concatenated MD5+SHA1 hashes, which are | jsing | 2017-02-28 | 1 | -0/+1 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -0/+3451 |