summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-181-3/+3
* Fix external symbols in the provider cipher implementations.Shane Lontis2021-02-1835-229/+244
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-172-10/+10
* rand: update DRBGs to use the get_entropy call for seedingPauli2021-02-175-47/+73
* RNG test: add get_entropy hook for testing.Pauli2021-02-171-0/+14
* RNG seed: add get_entropy hook for seeding.Pauli2021-02-171-0/+45
* err: generated error filesPauli2021-02-171-4/+7
* Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell2021-02-155-11/+20
* Run DH_check_ex() not DH_check_params_ex() when checking paramsMatt Caswell2021-02-151-1/+1
* RSA: avoid dereferencing possibly-NULL parameter in initializersBenjamin Kaduk2021-02-151-2/+4
* 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