aboutsummaryrefslogtreecommitdiffstats
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* ENCODER: Refactor provider implementations, and some cleanupRichard Levitte2020-09-0934-5026/+2236
* Fix up issue on AIX caused by broken compiler handling of macro expansionJon Spillett2020-09-092-4/+4
* Fix coverity CID #1466371 - fix dereference before NULL check.Shane Lontis2020-09-051-3/+6
* Fix coverity CID #1466375 - Remove dead code.Shane Lontis2020-09-051-16/+13
* Fix coverity CID #1466377 - resource leak due to early return in ec_get_param...Shane Lontis2020-09-051-5/+5
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-0313-4/+1118
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-1/+1
* Ensure EVP_MAC_update() passes the length even if it is 0Matt Caswell2020-09-034-0/+12
* Enable PKEY MAC bridge signature algs to take ctx paramsMatt Caswell2020-09-031-0/+46
* Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell2020-09-031-1/+1
* Start using the provider side TLS HMAC implementationMatt Caswell2020-09-031-4/+4
* Add an HMAC implementation that is TLS awareMatt Caswell2020-09-031-3/+88
* Avoid AIX compiler issue by making the macro argument names not match any sub...Jon Spillett2020-09-032-8/+8
* Add the correct enum value for DSA public key serializationJon Spillett2020-08-311-1/+1
* Fix ECX serializer import calls to use correct selection flags.Shane Lontis2020-08-301-3/+3
* Fix RSA serializer import calls to use correct selection flags.Shane Lontis2020-08-302-6/+12
* Fix DSA serializer import calls to use correct selection flags.Shane Lontis2020-08-303-10/+15
* Fix DH serializer import calls to use correct selection flags.Shane Lontis2020-08-303-9/+15
* 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