aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa
AgeCommit message (Expand)AuthorFilesLines
2020-06-30Fix CID-1464802Shane Lontis1-1/+1
2020-06-17Add ACVP fips module testsShane Lontis3-24/+13
2020-06-10Generate error queue entry on FFC_CHECK_BAD_LN_PAIR for DH and DSADr. David von Oheimb2-2/+3
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb1-1/+1
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte5-22/+22
2020-04-23Update copyright yearMatt Caswell11-11/+11
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis1-0/+5
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell1-3/+4
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz2-13/+11
2020-04-15Add DSA keygen to providerShane Lontis6-16/+186
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell1-1/+2
2020-04-07PROV: Add DERlib support for DSARichard Levitte2-71/+1
2020-03-28Param build: make structures opaque.Pauli1-14/+18
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli1-9/+9
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte3-2/+81
2020-03-23DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte1-5/+10
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-1/+1
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte1-0/+7
2020-03-05Add DSA Key validation to default providerShane Lontis2-3/+3
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis1-5/+62
2020-03-02PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte1-0/+5
2020-02-22DSA: More conforming names in crypto/dsa/dsa_aid.cRichard Levitte1-17/+22
2020-02-16Add FFC param/key validationShane Lontis7-64/+145
2020-02-12Deprecate the low level DSA functions.Pauli12-0/+68
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell1-2/+2
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2-48/+44
2020-02-06Add FFC param/key generationShane Lontis5-612/+89
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte2-1/+66
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis8-170/+130
2020-01-17DSA: Move DSA_security_bits() and DSA_bits()Richard Levitte1-12/+11
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte2-7/+8
2020-01-12Add dsa signature alg to fips providerShane Lontis6-313/+349
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-1/+1
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-1/+1
2019-10-17DSA: Add export of domain parameters to providerRichard Levitte1-10/+9
2019-10-14Add BN_check_prime()Kurt Roeckx1-6/+4
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz1-2/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre11-10/+10
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre4-5/+5
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer1-1/+6
2019-09-24fix for dsa key size feature request issue: pkey -text or -text_pub should sh...jayaram1-0/+7
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-09-09Implement DSA in the default providerMatt Caswell5-3/+76
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb2-0/+10
2019-07-16Regenerate mkerr filesRich Salz1-34/+2
2019-07-12Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell1-16/+28
2019-07-12Add simple ASN.1 utils for DSA signature DER.David Makepeace1-7/+57
2019-07-02Fix TyposAntoine Cœur1-1/+1
2019-05-28The SHA256 is not a mandatory digest for DSA.Tomas Mraz1-1/+1
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for DSAPatrick Steuer1-1/+5