summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Add SM2 private key range validationNicola Tuveri2021-01-082-10/+61
* Update copyright yearMatt Caswell2021-01-071-1/+1
* Only perform special TLS handling if TLS has been configuredMatt Caswell2021-01-061-1/+1
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-7/+0
* dsa: provider and library deprecation changesPauli2020-12-174-0/+20
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+60
* Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-161-2/+5
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-162-37/+12
* PROV: Add MSBLOB and PVK encodersRichard Levitte2020-12-154-77/+359
* Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis2020-12-142-19/+13
* Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte2020-12-133-26/+1
* Add fips self tests for all included kdfShane Lontis2020-12-112-2/+220
* Add validate method to ECX keymanagerShane Lontis2020-12-111-0/+77
* rand: don't leak memoryPauli2020-12-091-1/+1
* rand seed: include lock and unlock functions.Pauli2020-12-091-0/+13
* Fix error clash in buildPauli2020-12-091-1/+1
* rand: add a provider side seed source.Pauli2020-12-096-1/+198
* providers/common/der/build.info: Improve checks of disabled algosRichard Levitte2020-12-081-47/+58
* Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis2020-12-071-7/+13
* encode_key2text.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}Dr. David von Oheimb2020-12-041-0/+2
* encode_key2any.c: Fix build error on OPENSSL_NO_DH and OPENSSL_NO_ECDr. David von Oheimb2020-12-041-0/+3
* Fix dsa & rsa signature dupctx() so that ctx->propq is strdupedShane Lontis2020-12-042-2/+13
* Fix ecdsa digest setting code to match dsa.Shane Lontis2020-12-041-76/+105
* remove unused initialisationsPauli2020-12-031-9/+6
* remove unused assignmentsPauli2020-12-032-6/+4
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-027-42/+132
* Fix s390 EDDSA HW support in providers.Shane Lontis2020-12-021-2/+141
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-303-33/+47
* Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINTMatt Caswell2020-11-301-5/+7
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-1/+2
* Update copyright yearMatt Caswell2020-11-262-2/+2
* Fix RC4-MD5 based ciphersuitesMatt Caswell2020-11-256-10/+24
* Ensure Stream ciphers know how to remove a TLS MACMatt Caswell2020-11-251-9/+20
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-242-8/+12
* Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis2020-11-202-8/+24
* test RNG: set state to uninitialised as part of uninstantiate call.Pauli2020-11-201-0/+1
* disassociate test RNG from the DRBGsPauli2020-11-201-161/+120
* prov: move the entropy source out of the FIPS providerPauli2020-11-2019-233/+276
* rand: move the entropy source out of the FIPS providerPauli2020-11-202-3/+0
* doc: Documentation changes for moving the entropy source out of the fips prov...Pauli2020-11-202-520/+0
* Deprecate RSA harderRichard Levitte2020-11-182-0/+8
* Rename internal drbg_ functions so they have an ossl_ prefix.Pauli2020-11-196-39/+39
* Rename SHA3 internal functions so they have an ossl_ prefixPauli2020-11-191-4/+4
* rename sha1_ctrl to ossl_sha1_ctrl.Pauli2020-11-191-2/+2
* Provide side RNG functions renamed to have an ossl_ prefix.Pauli2020-11-1912-34/+34
* rename mac_key_* to ossl_mac_key_*Pauli2020-11-193-15/+15
* Rename md5_sha1_* ossl_md5_sha1_*Pauli2020-11-192-7/+7
* Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell2020-11-182-2/+10
* Swap to DH_PARAMGEN_TYPE_GENERATOR as the default outside of the FIPS moduleMatt Caswell2020-11-182-7/+30
* NetBSD build fix.David Carlier2020-11-171-2/+3