summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Symbols.list
AgeCommit message (Expand)Author
2019-03-17Provide EVP_PKEY_get0_hmac(). From OpenSSL 1.1.1 which is stillTheo Buehler
2019-03-17Provide EVP_aes_{128,192,256}_wrap(). This is a compatibleTheo Buehler
2019-03-17Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.Theo Buehler
2019-01-22Add missing symbols from the EC_KEY_METHOD port.Theo Buehler
2019-01-22add support for xchacha20 and xchacha20-poly1305David Gwynne
2019-01-19provide EVP_ENCODE_CTX_{new,free}().Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2018-11-11Add Ribose Inc's implementation of the SM3 hashing function withTheo Buehler
2018-11-02move X509_get0_serialNumber where it belongsTheo Buehler
2018-10-24Remove a GOST data symbol that should not be exported.Joel Sing
2018-10-24Remove a bunch of ancient and highly crufty ASN.1 related code fromJoel Sing
2018-09-12Add some accessor functions:Damien Miller
2018-08-24Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()Theo Buehler
2018-08-24Provide X509_get0_serialNumber()Theo Buehler
2018-08-24Turn a number of #defines into proper functions with prototypes matchingTheo Buehler
2018-08-24Provide EVP_CIPHER_CTX_encrypting().Theo Buehler
2018-03-17Bring in compatibility for OpenSSL 1.1 style init functions.Bob Beck
2018-03-17Provide X509_STORE_get0_param()Theo Buehler
2018-03-17Provide X509_OBJECT_get_type(). Instead of the X509_LOOKUP_TYPE enumTheo Buehler
2018-03-17Provide X509_NAME_ENTRY_set()Theo Buehler
2018-03-17Provide ECDSA_SIG_{g,s}et0().Theo Buehler
2018-03-17Add DSA_meth_{dup,free,new,set_{finish,sign}}()Theo Buehler
2018-03-17Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}()Theo Buehler
2018-03-17Make BIO_meth_get_write() public. Omission spotted by schwarze.Theo Buehler
2018-03-17Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning itJoel Sing
2018-03-17Provide OCSP_SINGLERESP_get0_id().Joel Sing
2018-03-17Provide X509_REVOKED_dup().Joel Sing
2018-02-22Provide X509_chain_up_ref().Joel Sing
2018-02-22Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() andJoel Sing
2018-02-22Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL().Joel Sing
2018-02-22Provide X509_STORE_up_ref().Joel Sing
2018-02-22Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store().Joel Sing
2018-02-22Provide X509_get0_tbs_sigalg().Joel Sing
2018-02-22Provide X509_set1_notBefore() and X509_set1_notAfter().Joel Sing
2018-02-22Provide X509_get0_pubkey().Joel Sing
2018-02-22Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate().Joel Sing
2018-02-22Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().Joel Sing
2018-02-22Provide X509_CRL_up_ref().Joel Sing
2018-02-22Provide X509_REQ_get_signature_nid().Joel Sing
2018-02-22Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate()Joel Sing
2018-02-22Provide DH_get0_engine().Joel Sing
2018-02-22Provide BIO_up_ref().Joel Sing
2018-02-20RSA_get_flags should be RSA_test_flags.Theo Buehler
2018-02-20Provide BIO_meth_{g,s}et_callback_ctrl()Theo Buehler
2018-02-20Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}()Theo Buehler
2018-02-20Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics.Theo Buehler
2018-02-20Provide DH_set_length()Theo Buehler
2018-02-20Provide DH_bits()Theo Buehler
2018-02-20Provide BIO_{g,s}et_shutdown().Theo Buehler