summaryrefslogtreecommitdiffstats
path: root/util/libcrypto.num
AgeCommit message (Expand)Author
2019-11-17Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu
2019-11-14Move RSA Asym cipher code to the default providerMatt Caswell
2019-11-14Implement provider support for Asym CiphersMatt Caswell
2019-11-13libcrypto.num: remove some unused EVP_MAC symbolsDr. Matthias St. Pierre
2019-11-12Deprecate ERR_load_KDF_strings()Richard Levitte
2019-11-12Reinstate the KDF error macrosRichard Levitte
2019-11-07Add EVP functionality to create domain params and keys by user dataRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-11-05util/*.num: deassign ordinal numbers from new symbolsRichard Levitte
2019-11-05EVP: Make the SIGNATURE implementation leanerRichard Levitte
2019-11-05EVP: Make the KEYEXCH implementation leanerRichard Levitte
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte
2019-10-29chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb
2019-10-23Deprecate EC_GROUP_clear_free()Nicola Tuveri
2019-10-17EVP: add functions that return the name numberRichard Levitte
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-17EVP: add missing common functionalityRichard Levitte
2019-10-16Add EVP_PKEY_CTX_new_provided()Richard Levitte
2019-10-16Fix typo and create compatibility macroAndreas Schnebinger
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-10-06Deprecate NCONF_WIN32() functionRich Salz
2019-10-03Add the provider function signatures for DigestSign*Matt Caswell
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb
2019-09-25Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte
2019-09-12Deprecate ERR_get_state()Richard Levitte
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-09-09Revise EVP_PKEY param handlingMatt Caswell
2019-09-09Add support for verify/verify_recover functions to EVP_SIGNATUREMatt Caswell
2019-09-09Implement DSA in the default providerMatt Caswell
2019-09-09Add the ability to perform signatures in a providerMatt Caswell
2019-09-06libcrypto.num entries for KDFsPauli
2019-09-05Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni
2019-09-04New function EVP_CIPHER_free()Richard Levitte
2019-09-04New function EVP_MD_free()Richard Levitte
2019-08-15Implement EVP_MAC_do_all_ex()Richard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-08-12Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte
2019-08-12Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte
2019-07-31ERR: Add new building blocks for reporting errorsRichard Levitte
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte