aboutsummaryrefslogtreecommitdiff
path: root/providers
AgeCommit message (Expand)AuthorFilesLines
2021-01-21kdf_exch.c (kdf_derive): Proper handling of NULL secretTomas Mraz1-1/+7
2021-01-21Pass correct maximum output length to provider derive operationTomas Mraz1-1/+1
2021-01-20ec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable param for EC/SM2 keysTomas Mraz1-0/+2
2021-01-18Fix memory leak in mac_newctx() on errorKurt Roeckx1-0/+1
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz6-10/+11
2021-01-13chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz2-0/+7
2021-01-13Fix enable-weak-ssl-ciphersMatt Caswell1-0/+8
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb1-1/+6
2021-01-08Add SM2 private key range validationNicola Tuveri2-10/+61
2021-01-07Update copyright yearMatt Caswell1-1/+1
2021-01-06Only perform special TLS handling if TLS has been configuredMatt Caswell1-1/+1
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte1-7/+0
2020-12-17dsa: provider and library deprecation changesPauli4-0/+20
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte1-0/+60
2020-12-16Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte1-2/+5
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2-37/+12
2020-12-15PROV: Add MSBLOB and PVK encodersRichard Levitte4-77/+359
2020-12-14Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis2-19/+13
2020-12-13Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte3-26/+1
2020-12-11Add fips self tests for all included kdfShane Lontis2-2/+220
2020-12-11Add validate method to ECX keymanagerShane Lontis1-0/+77
2020-12-09rand: don't leak memoryPauli1-1/+1
2020-12-09rand seed: include lock and unlock functions.Pauli1-0/+13
2020-12-09Fix error clash in buildPauli1-1/+1
2020-12-09rand: add a provider side seed source.Pauli6-1/+198
2020-12-08providers/common/der/build.info: Improve checks of disabled algosRichard Levitte1-47/+58
2020-12-07Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis1-7/+13
2020-12-04encode_key2text.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}Dr. David von Oheimb1-0/+2
2020-12-04encode_key2any.c: Fix build error on OPENSSL_NO_DH and OPENSSL_NO_ECDr. David von Oheimb1-0/+3
2020-12-04Fix dsa & rsa signature dupctx() so that ctx->propq is strdupedShane Lontis2-2/+13
2020-12-04Fix ecdsa digest setting code to match dsa.Shane Lontis1-76/+105
2020-12-03remove unused initialisationsPauli1-9/+6
2020-12-03remove unused assignmentsPauli2-6/+4
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis7-42/+132
2020-12-02Fix s390 EDDSA HW support in providers.Shane Lontis1-2/+141
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell3-33/+47
2020-11-30Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINTMatt Caswell1-5/+7
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell1-1/+2
2020-11-26Update copyright yearMatt Caswell2-2/+2
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell6-10/+24
2020-11-25Ensure Stream ciphers know how to remove a TLS MACMatt Caswell1-9/+20
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte2-8/+12
2020-11-20Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis2-8/+24
2020-11-20test RNG: set state to uninitialised as part of uninstantiate call.Pauli1-0/+1
2020-11-20disassociate test RNG from the DRBGsPauli1-161/+120
2020-11-20prov: move the entropy source out of the FIPS providerPauli19-233/+276
2020-11-20rand: move the entropy source out of the FIPS providerPauli2-3/+0
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli2-520/+0
2020-11-18Deprecate RSA harderRichard Levitte2-0/+8
2020-11-19Rename internal drbg_ functions so they have an ossl_ prefix.Pauli6-39/+39