summaryrefslogtreecommitdiffstats
path: root/crypto/evp/build.info
AgeCommit message (Expand)Author
2020-12-16EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-12-16EVP_PKEY & DSA: move dsa_ctrl.c to be included only on libcryptoRichard Levitte
2020-11-27EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-08-29Delete unused PKEY MAC filesMatt Caswell
2020-08-10Delete old KDF bridge EVP_PKEY_METHODSMatt Caswell
2020-06-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24rand: core APIs for provider friendly random.Pauli
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-02-07Adapt all build.info and test recipes to the new $disabled{'deprecated-x.y'}Richard Levitte
2020-01-29Add RSA key validation to default providerShane Lontis
2020-01-25EVP: Adapt EVP_PKEY Seal and Open for provider keysRichard Levitte
2020-01-23Add DH key exchange to fips providerShane Lontis
2020-01-12Add dsa signature alg to fips providerShane Lontis
2019-12-18Cleanup legacy digest methods.Shane Lontis
2019-11-14Fix no-blake2Matt Caswell
2019-10-17Move BLAKE2 digests completely to the default providerRichard Levitte
2019-10-14Move MD2, MD4 and MD5 digests completely to the providersRichard Levitte
2019-10-11Support calling EVP_DigestUpdate instead of EVP_Digest[Sign|Verify]UpdateMatt Caswell
2019-10-10Rework how our providers are builtRichard Levitte
2019-10-04Move MD5-SHA1 digest completely to the default providerRichard Levitte
2019-10-04Move all SHA digests completely to the default providerRichard Levitte
2019-09-06KDF/PRF updates to libcryptoPauli
2019-08-26Include mac_meth and mac_lib in the FIPS providerPauli
2019-08-15Remove init of MACs from EVPRichard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-07-22Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte
2019-07-22Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell
2019-07-11Adapt diverse EVP_CIPHER functions to use get_params and set_params interfacesRichard Levitte
2019-06-15Use variables in build.info files where it's worth the whileRichard Levitte
2019-05-23Make some EVP code available from within the FIPS moduleMatt Caswell
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-03-18Add generic EVP method fetcherRichard Levitte
2019-02-13Added new EVP/KDF API.David Makepeace
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte
2018-10-29Add automatic initializations support for EVP_MAC objectsRichard Levitte
2018-10-29Add EVP_MAC APIRichard Levitte
2018-08-06s390x assembly pack: add KIMD/KLMD code path for sha3/shakePatrick Steuer
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse
2017-11-06SM3: Add SM3 hash functionJack Lloyd
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-15Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.cRichard Levitte
2017-07-25Add evp/m_sha3.c.Andy Polyakov
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2016-03-11Review commentsKurt Roeckx