summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`Daiki Ueno2021-01-261-7/+7
* Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte2021-01-263-18/+7
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-264-11/+82
* krb5kdf: Do not dereference NULL ctx when allocation failsTomas Mraz2021-01-261-1/+3
* kdf_exch.c (kdf_derive): Proper handling of NULL secretTomas Mraz2021-01-211-1/+7
* Pass correct maximum output length to provider derive operationTomas Mraz2021-01-211-1/+1
* ec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable param for EC/SM2 keysTomas Mraz2021-01-201-0/+2
* Fix memory leak in mac_newctx() on errorKurt Roeckx2021-01-181-0/+1
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-186-10/+11
* chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz2021-01-132-0/+7
* Fix enable-weak-ssl-ciphersMatt Caswell2021-01-131-0/+8
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-1/+6
* 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