aboutsummaryrefslogtreecommitdiffstats
path: root/providers/defltprov.c
Commit message (Expand)AuthorAgeFilesLines
* PROV: Re-implement all the keypair encodersRichard Levitte2020-11-111-6/+2
* PROV: Re-implement all the keypair decodersRichard Levitte2020-11-111-6/+2
* defltprov: remove duplicate algorithm names.Pauli2020-11-051-2/+2
* Add AES KW inverse ciphers to the EVP layerShane Lontis2020-11-021-0/+9
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* prov: prefix all exposed 'cipher' symbols with ossl_Pauli2020-10-011-4/+4
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-7/+8
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-194/+200
* Move SM2 asymmetric encryption to be available in the default providerMatt Caswell2020-09-251-0/+3
* Add SM2 signature algorithm to default providerPaul Yang2020-09-221-0/+4
* Add SM2 key managementPaul Yang2020-09-221-0/+2
* ENCODER: Refactor our provider encoder implementationsRichard Levitte2020-09-201-2/+2
* Add KEM (Key encapsulation mechanism) support to providersShane Lontis2020-09-191-0/+7
* provider: add an 'is_running' call to all providers.Pauli2020-09-121-1/+2
* Fix up issue on AIX caused by broken compiler handling of macro expansionJon Spillett2020-09-091-2/+2
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-031-0/+11
* Avoid AIX compiler issue by making the macro argument names not match any sub...Jon Spillett2020-09-031-4/+4
* Include "legacy" in the name of the various MAC bridge functionsMatt Caswell2020-08-291-8/+8
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-291-0/+6
* Extend the provider MAC bridge for Poly1305Matt Caswell2020-08-291-0/+6
* Extend the provider MAC bridge for SIPHASHMatt Caswell2020-08-291-0/+2
* Make the provider side EVP PKEY MAC bridge available in default and fipsMatt Caswell2020-08-291-0/+2
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-12/+12
* Move PKCS#12 KDF to provider.Pauli2020-08-141-0/+1
* Add DHX support to keymanagerShane Lontis2020-08-111-0/+1
* Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell2020-08-101-0/+2
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-101-1/+3
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-101-0/+2
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-1/+3
* Add evp_test fixes.Shane Lontis2020-08-071-5/+5
* deserialisation: add deserialisation to the base providerPauli2020-07-301-8/+7
* serialisation: Add a built-in base provider.Pauli2020-07-301-144/+6
* PROV: Add a DER to RSA-PSS deserializer implementationRichard Levitte2020-07-271-0/+2
* PROV: Implement PEM to DER deserializerRichard Levitte2020-07-241-0/+3
* PROV: Implement DER to RSA deserializerRichard Levitte2020-07-241-0/+10
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-151-0/+3
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-9/+9
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* CTR, HASH and HMAC DRBGs in providerPauli2020-06-241-5/+2
* provider: add RAND algorithm tablesPauli2020-06-241-0/+13
* Add the concept of "Capabilities" to the default and fips providersMatt Caswell2020-06-191-0/+2
* Maintain strict type discipline between the core and providersMatt Caswell2020-05-161-6/+13
* PROV & SERIALIZER: Adapt the RSA serializers for PSS-parametersRichard Levitte2020-05-141-0/+12
* PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementationRichard Levitte2020-05-141-0/+1
* PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte2020-05-131-3/+16
* Fix some misunderstandings in our providers' main modulesRichard Levitte2020-05-121-4/+12
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Move legacy ciphers into the legacy providerShane Lontis2020-04-091-53/+1
* Implement serializers for ED25519 and ED448Matt Caswell2020-03-181-0/+26