summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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
2020-11-18Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell
2020-11-18Swap to DH_PARAMGEN_TYPE_GENERATOR as the default outside of the FIPS moduleMatt Caswell
2020-11-17NetBSD build fix.David Carlier
2020-11-16Fix dsa securitycheck for fips.Shane Lontis
2020-11-13DragonFlyBSD build fix and update.David Carlier
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz
2020-11-11PROV: Re-implement all the keypair encodersRichard Levitte
2020-11-11Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte
2020-11-11PROV: Re-implement all the keypair decodersRichard Levitte
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-11-05Update copyright yearMatt Caswell
2020-11-05defltprov: remove duplicate algorithm names.Pauli