summaryrefslogtreecommitdiff
path: root/providers/defltprov.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* providers: add Argon2 KDFČestmír Kalina2023-03-171-0/+5
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-0/+2
* providers: Add SM4 XTS implementationXu Yizhou2022-11-291-0/+1
* default provider: include RIPEMD160Pauli2022-10-191-0/+4
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-231-0/+5
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-291-0/+3
* Add null digest implementation to the default providerTomas Mraz2021-11-151-0/+1
* providers: Add SM4 GCM implementationTianjia Zhang2021-09-281-0/+2
* Add default provider support for Keccak 224, 256, 384 and 512Ulrich Müller2021-09-231-0/+5
* Add support for camellia cbc cts modeShane Lontis2021-08-181-0/+3
* provider: add TLS13_KDF to the default and FIPS providersPauli2021-08-051-0/+2
* 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