summaryrefslogtreecommitdiffstats
path: root/providers/implementations/include
AgeCommit message (Expand)Author
2020-09-22Add SM2 key managementPaul Yang
2020-09-20ENCODER: Refactor our provider encoder implementationsRichard Levitte
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-18Add missing 'ossl_unused' tags to some gettable and settable methods.Shane Lontis
2020-09-17Update AES GCM IV max length to be 1024 bits (was 512)Shane Lontis
2020-09-12ciphers: add FIPS error state handlingPauli
2020-09-12digests: add FIPS error state handlingPauli
2020-09-09ENCODER: Refactor provider implementations, and some cleanupRichard Levitte
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte
2020-08-29Include "legacy" in the name of the various MAC bridge functionsMatt Caswell
2020-08-29Improve code reuse in the provider MAC bridgeMatt Caswell
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-29Extend the provider MAC bridge for Poly1305Matt Caswell
2020-08-29Extend the provider MAC bridge for SIPHASHMatt Caswell
2020-08-29Implement signature functions for EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell
2020-08-29Implement key management for the EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-14Move PKCS#12 KDF to provider.Pauli
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-11Add DHX serializationShane Lontis
2020-08-11Add DHX support to keymanagerShane Lontis
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell
2020-08-10Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell
2020-08-10Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07PROV: Add MSBLOB and PVK to DSA and RSA deserializersRichard Levitte
2020-08-07gettables: provider changes to pass the provider context.Pauli
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-07-27PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte
2020-07-24PROV: Implement PEM to DER deserializerRichard Levitte
2020-07-24PROV: Implement DER to RSA deserializerRichard Levitte
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-07-06Ensure any allocated MAC is freed in the provider codeMatt Caswell
2020-07-06Decreate the length after decryption for the stitched ciphersMatt Caswell
2020-07-06Ensure cipher_generic_initkey gets passed the actual provider ctxMatt Caswell
2020-07-06Add provider support for TLS CBC padding and MAC removalMatt Caswell
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2020-06-24share rand_pool between libcrypto and providersPauli
2020-06-24rand: set up EVP and DRBG infrastructure for RAND from providers.Pauli
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-05-05Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-03-18Implement serializers for ED25519 and ED448Matt Caswell
2020-03-15Add ECDSA to providersShane Lontis
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell
2020-03-09Add Key Management support for EdDSA keysMatt Caswell
2020-03-04Add Serializers for ECShane Lontis
2020-02-28Implement the ECX SerializersMatt Caswell