summaryrefslogtreecommitdiff
path: root/providers/defltprov.c
Commit message (Expand)AuthorAgeFilesLines
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-181-230/+223
* APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte2021-04-021-18/+35
* Add ossl_provider symbolsShane Lontis2021-03-181-1/+2
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-1/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Avoid races by caching exported ciphers in the init functionMatt Caswell2021-02-021-1/+1
* Fix some odd names in our provider source codeRichard Levitte2021-02-011-5/+5
* rand: add a provider side seed source.Pauli2020-12-091-0/+1
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-4/+2
* prov: move the entropy source out of the FIPS providerPauli2020-11-201-1/+3
* 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