summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2021-01-13chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz
2021-01-13Fix enable-weak-ssl-ciphersMatt Caswell
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2021-01-08Add SM2 private key range validationNicola Tuveri
2021-01-07Update copyright yearMatt Caswell
2021-01-06Only perform special TLS handling if TLS has been configuredMatt Caswell
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-17dsa: provider and library deprecation changesPauli
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-12-16Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-12-15PROV: Add MSBLOB and PVK encodersRichard Levitte
2020-12-14Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis
2020-12-13Remove unnecessary guards around MSBLOB and PVK readers and writersRichard Levitte
2020-12-11Add fips self tests for all included kdfShane Lontis
2020-12-11Add validate method to ECX keymanagerShane Lontis
2020-12-09rand: don't leak memoryPauli
2020-12-09rand seed: include lock and unlock functions.Pauli
2020-12-09Fix error clash in buildPauli
2020-12-09rand: add a provider side seed source.Pauli
2020-12-08providers/common/der/build.info: Improve checks of disabled algosRichard Levitte
2020-12-07Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis
2020-12-04encode_key2text.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}Dr. David von Oheimb
2020-12-04encode_key2any.c: Fix build error on OPENSSL_NO_DH and OPENSSL_NO_ECDr. David von Oheimb
2020-12-04Fix dsa & rsa signature dupctx() so that ctx->propq is strdupedShane Lontis
2020-12-04Fix ecdsa digest setting code to match dsa.Shane Lontis
2020-12-03remove unused initialisationsPauli
2020-12-03remove unused assignmentsPauli
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-12-02Fix s390 EDDSA HW support in providers.Shane Lontis
2020-11-30Fix builds that specify both no-dh and no-ecMatt Caswell
2020-11-30Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINTMatt Caswell
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-26Update copyright yearMatt Caswell
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell
2020-11-25Ensure Stream ciphers know how to remove a TLS MACMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-20Fix crash in genpkey app when -pkeyopt digest:name is used for DH or DSA.Shane Lontis
2020-11-20test RNG: set state to uninitialised as part of uninstantiate call.Pauli
2020-11-20disassociate test RNG from the DRBGsPauli
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-20rand: move the entropy source out of the FIPS providerPauli
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-19Rename internal drbg_ functions so they have an ossl_ prefix.Pauli
2020-11-19Rename SHA3 internal functions so they have an ossl_ prefixPauli
2020-11-19rename sha1_ctrl to ossl_sha1_ctrl.Pauli
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli
2020-11-19rename mac_key_* to ossl_mac_key_*Pauli
2020-11-19Rename md5_sha1_* ossl_md5_sha1_*Pauli