aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/core_names.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Add DH keygen to providersShane Lontis1-0/+10
2020-04-15Add DSA keygen to providerShane Lontis1-0/+13
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis1-0/+31
2020-03-15Add ECDSA to providersShane Lontis1-0/+2
2020-03-12PROV: Add RSA functionality for key generationRichard Levitte1-1/+1
2020-03-12EVP: Add new domparams and key generation functionalityRichard Levitte1-0/+7
2020-02-22PROV: add RSA signature implementationRichard Levitte1-3/+23
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri1-1/+29
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell1-8/+2
2020-02-04PROV: Fix the DSA SIGNATURE implementation for better digests handlingRichard Levitte1-0/+2
2020-02-04Don't pass a digest-size to signature implementationsRichard Levitte1-2/+0
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte1-1/+10
2020-01-28Adapt ASN1_item_sign_ctx() for use with provided keypairsRichard Levitte1-2/+5
2020-01-23EVP: Add EVP_PKEY_get_default_digest_name() and use itRichard Levitte1-0/+2
2020-01-17EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte1-0/+5
2020-01-15Add FIPS Self test kats for digestsShane Lontis1-25/+10
2020-01-10Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis1-20/+22
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis1-0/+16
2019-12-05Teach the RSA implementation about TLS RSA Key TransportMatt Caswell1-7/+9
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte1-0/+11
2019-11-21Tweak some algorithm naming inconsistenciesMatt Caswell1-3/+3
2019-11-14Move RSA Asym cipher code to the default providerMatt Caswell1-1/+10
2019-11-08Add AES SIV ciphers to default providerShane Lontis1-0/+2
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce1-0/+3
2019-10-17New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte1-0/+21
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood1-0/+1
2019-10-16Add ChaCha related ciphers to default providerShane Lontis1-0/+1
2019-10-11Stop using EVP_MD_CTX_FLAG_NON_FIPS_ALLOWRichard Levitte1-0/+1
2019-10-08Add rc2 ciphers to default providerShane Lontis1-0/+1
2019-10-03Add rc5 ciphers to default providerShane Lontis1-0/+1
2019-10-01Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.Richard Levitte1-0/+2
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood1-0/+1
2019-09-25Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli1-3/+0
2019-09-20Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte1-2/+3
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis1-1/+2
2019-09-11Add macros for the KDF algorithm names.Pauli1-0/+10
2019-09-09Use simple names in core_names.hMatt Caswell1-8/+8
2019-09-09Implement DSA in the default providerMatt Caswell1-4/+13
2019-09-07Use common define for properties, engine, cipher and digest paramsPauli1-6/+17
2019-09-06KDF additons to names and numbersPauli1-0/+25
2019-09-05Change provider params from int to size_tShane Lontis1-25/+25
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis1-0/+1
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte1-8/+5
2019-08-19Use macros internally for algorithm namesRichard Levitte1-0/+10
2019-08-19Add fips provider code for handling self test dataShane Lontis1-0/+5
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte1-0/+20
2019-08-12Make more use of OSSL_PARAM for digestsRichard Levitte1-0/+3
2019-07-16Add the ability to set PKCS#3 DH padding in providersMatt Caswell1-0/+4
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell1-0/+9