summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Include "legacy" in the name of the various MAC bridge functionsMatt Caswell2020-08-295-23/+21
* Improve code reuse in the provider MAC bridgeMatt Caswell2020-08-297-112/+154
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-297-11/+173
* Extend the provider MAC bridge for Poly1305Matt Caswell2020-08-293-0/+9
* Extend the provider MAC bridge for SIPHASHMatt Caswell2020-08-293-1/+6
* Make the provider side EVP PKEY MAC bridge available in default and fipsMatt Caswell2020-08-292-0/+4
* Implement signature functions for EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell2020-08-293-1/+183
* Implement key management for the EVP_PKEY MAC to EVP_MAC provider bridgeMatt Caswell2020-08-294-0/+411
* rand: add a note about a potentially misleading code analyzer warning.Pauli2020-08-281-5/+11
* CORE: Generalise internal pass phrase prompterRichard Levitte2020-08-241-30/+9
* CORE: Define provider-native abstract objectsRichard Levitte2020-08-243-12/+20
* Fix coverity CID #1458641 - Dereference before NULL check when setting ctx->f...Shane Lontis2020-08-241-2/+5
* Fix coverity CID #1458645 - Dereference before NULL check in rsa_digest_verif...Shane Lontis2020-08-241-2/+3
* Fix coverity CID #1458647 - Use after free in clean_tbuf() which uses ctx->rsaShane Lontis2020-08-241-1/+1
* Fix coverity CID #1458648 - Wrong sizeof() arg in rsa_freectx()Shane Lontis2020-08-241-1/+1
* Fix coverity CID #1465794 - Uninitialized pointer read in x942_encode_otherin...Shane Lontis2020-08-241-1/+1
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-222-124/+457
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-2135-808/+805
* Fix incorrect selection flags for ec serializer.Shane Lontis2020-08-212-6/+9
* Fix stitched ciphersuites in TLS1.0Matt Caswell2020-08-201-0/+22
* PROV: Fix DSA and DH private key serializersRichard Levitte2020-08-204-8/+32
* X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte2020-08-201-2/+2
* PROV: Fix EC OSSL_FUNC_keymgmt_match() to work in the FIPS providerRichard Levitte2020-08-201-2/+4
* Fix DSA/DH so that legacy keys can still be generated by the default providerShane Lontis2020-08-172-0/+4
* Move PKCS#12 KDF to provider.Pauli2020-08-146-0/+293
* provider: add the unused paramater tag to the gettable and settable functionsPauli2020-08-1243-72/+73
* Expose S390x HW ciphers' IV state to provider layerBenjamin Kaduk2020-08-111-0/+3
* Make GCM providers more generous about fetching IVsBenjamin Kaduk2020-08-111-2/+2
* Support cipher provider "iv state"Benjamin Kaduk2020-08-116-1/+58
* Add DHX serializationShane Lontis2020-08-118-4/+27
* Add dh_kdf support to providerShane Lontis2020-08-111-14/+288
* Add DHX support to keymanagerShane Lontis2020-08-114-2/+73
* Extend the EVP_PKEY KDF to KDF provider bridge to the FIPS providerMatt Caswell2020-08-101-0/+4
* Minimise the size of the macros in kdf_exch.cMatt Caswell2020-08-101-37/+44
* Extend the EVP_PKEY KDF to KDF provider bridge to also support ScryptMatt Caswell2020-08-103-1/+8
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-103-57/+75
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-108-3/+272
* Add 'on demand self test' and status test to providersShane Lontis2020-08-095-20/+52
* Add libctx to ecdh_KDF_X9_63.Shane Lontis2020-08-091-6/+0
* rand: fix typo in parameter nameDr. Matthias St. Pierre2020-08-085-10/+10
* Add evp_test fixes.Shane Lontis2020-08-075-21/+25
* rand_drbg: remove RAND_DRBG.Pauli2020-08-077-102/+5
* PROV: Fix MSBLOB / PVK deserializerRichard Levitte2020-08-071-1/+1
* PROV: Add MSBLOB and PVK to DSA and RSA deserializersRichard Levitte2020-08-076-2/+326
* RSA: Be less strict on PSS parameters when exporting to providerRichard Levitte2020-08-071-7/+7
* mac: add some consistency to setting the XXX_final output length.Pauli2020-08-074-4/+4
* gettables: provider changes to pass the provider context.Pauli2020-08-0754-99/+122
* Fix provider cipher reinit after init/update with a partial update block.Shane Lontis2020-08-054-0/+5
* PROV: Make the DER to KEY deserializer decode parameters tooRichard Levitte2020-08-041-0/+5
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-047-119/+206