summaryrefslogtreecommitdiffstats
path: root/providers/implementations (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-1120-34/+39
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-1161-66/+65
* 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
* RSA: properly generate algorithm identifier for RSA-PSS signaturesTomas Mraz2021-02-052-112/+200
* CORE & PROV: clean away OSSL_FUNC_mac_size()Richard Levitte2021-02-036-30/+20
* PROV: Add SM2 encoders and decoders, as well as support functionalityRichard Levitte2021-02-015-9/+101
* Fix some odd names in our provider source codeRichard Levitte2021-02-016-10/+10
* 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-281-5/+7
* Fix cipher reinit on s390x if no key is specifiedJuergen Christ2021-01-281-3/+3
* Update copyright yearRichard Levitte2021-01-2817-17/+17
* 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-262-11/+80
* 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
* 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
* 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-153-1/+269
* 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-132-20/+1
* 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
* rand: add a provider side seed source.Pauli2020-12-093-1/+194
* 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-032-2/+13
* Fix ecdsa digest setting code to match dsa.Shane Lontis2020-12-031-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-023-37/+121
* Fix s390 EDDSA HW support in providers.Shane Lontis2020-12-021-2/+141
* 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-261-1/+1