aboutsummaryrefslogtreecommitdiffstats
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3Tomas Mraz2021-02-121-22/+44
* Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte2021-02-121-11/+11
* Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz2021-02-112-3/+3
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-1121-62/+47
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-1168-208/+73
* Replace provider digest flags with separate param fieldsShane Lontis2021-02-104-19/+31
* Replace provider cipher flags with separate param fieldsShane Lontis2021-02-1025-100/+104
* Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis2021-02-101-10/+28
* Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis2021-02-101-19/+50
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-8/+8
* PROV: Fix encoding of MDWithRSAEncryption signature AlgorithmIDRichard Levitte2021-02-051-1/+3
* Add the nist group names as aliases for the normal TLS group namesMatt Caswell2021-02-051-9/+17
* ERR: Rebuild all generated error headers and source filesRichard Levitte2021-02-051-26/+0
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-055-126/+225
* CORE & PROV: clean away OSSL_FUNC_mac_size()Richard Levitte2021-02-036-30/+20
* Ensure access to FIPS_state and rate_limit is appropriately lockedMatt Caswell2021-02-021-13/+33
* Avoid races by caching exported ciphers in the init functionMatt Caswell2021-02-022-3/+3
* PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte2021-02-017-9/+119
* Fix some odd names in our provider source codeRichard Levitte2021-02-018-17/+17
* Ensure EC keys with a private key but without a public key can be createdMatt Caswell2021-02-011-6/+2
* rsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for unrestricted PSS keysTomas Mraz2021-01-291-5/+6
* Fix parameter types in sshkdfJuergen Christ2021-01-282-7/+9
* Fix cipher reinit on s390x if no key is specifiedJuergen Christ2021-01-281-3/+3
* Update copyright yearRichard Levitte2021-01-2821-21/+21
* 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