summaryrefslogtreecommitdiffstats
path: root/providers/defltprov.c
AgeCommit message (Expand)Author
2020-12-09rand: add a provider side seed source.Pauli
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-11PROV: Re-implement all the keypair encodersRichard Levitte
2020-11-11PROV: Re-implement all the keypair decodersRichard Levitte
2020-11-05defltprov: remove duplicate algorithm names.Pauli
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01prov: prefix all exposed 'cipher' symbols with ossl_Pauli
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-25Move SM2 asymmetric encryption to be available in the default providerMatt Caswell
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
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-12provider: add an 'is_running' call to all providers.Pauli
2020-09-09Fix up issue on AIX caused by broken compiler handling of macro expansionJon Spillett
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte
2020-09-03Avoid AIX compiler issue by making the macro argument names not match any sub...Jon Spillett
2020-08-29Include "legacy" in the name of the various MAC bridge functionsMatt 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-29Make the provider side EVP PKEY MAC bridge available in default and fipsMatt 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-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-09Add 'on demand self test' and status test to providersShane Lontis
2020-08-07Add evp_test fixes.Shane Lontis
2020-07-30deserialisation: add deserialisation to the base providerPauli
2020-07-30serialisation: Add a built-in base provider.Pauli
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-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-24CTR, HASH and HMAC DRBGs in providerPauli
2020-06-24provider: add RAND algorithm tablesPauli
2020-06-19Add the concept of "Capabilities" to the default and fips providersMatt Caswell
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell
2020-05-14PROV & SERIALIZER: Adapt the RSA serializers for PSS-parametersRichard Levitte
2020-05-14PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte
2020-05-12Fix some misunderstandings in our providers' main modulesRichard Levitte