summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Symbols.list
AgeCommit message (Expand)Author
2021-11-20sortTheo Buehler
2021-10-31Update Symbols.list for new API and API removal/renamingTheo Buehler
2021-09-10Add BN_bn2{,le}binpad(), BN_lebin2bn(), EC_GROUP_order_bits to Symbols.listTheo Buehler
2021-05-10Expose EVP_Digest{Sign,Verify}(3)Theo Buehler
2021-05-10Expose EC_POINT_{get,set}_affine_coordinates(3) andTheo Buehler
2021-05-10Expose EC_GROUP_{get,set}_curve(3)Theo Buehler
2021-03-31Provide EVP_PKEY_new_CMAC_key(3)Theo Buehler
2019-11-02Provide RSA_PKCS1_OpenSSL().Joel Sing
2019-11-02Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public.Joel Sing
2019-11-02Make RSA_OAEP_PARAMs public.Joel Sing
2019-11-02Enable CMS in LibreSSL.Joel Sing
2019-10-24Provide RSA_pkey_ctx_ctrl().Joel Sing
2019-06-05provide getters and setters for the RSA_METHOD interfaceGilles Chehade
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