summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
2020-02-16Add FFC param/key validationShane Lontis
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-02-06Add FFC param/key generationShane Lontis
2020-01-28PROV: Adapt the DSA signature implementation to provide AlgorithmidentifiersRichard Levitte
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-17DSA: Move DSA_security_bits() and DSA_bits()Richard Levitte
2020-01-15CRYPTO: Remove support for ex_data fields when building the FIPS moduleRichard Levitte
2020-01-12Add dsa signature alg to fips providerShane Lontis
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-17DSA: Add export of domain parameters to providerRichard Levitte
2019-10-14Add BN_check_prime()Kurt Roeckx
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer
2019-09-24fix for dsa key size feature request issue: pkey -text or -text_pub should sh...jayaram
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-09Implement DSA in the default providerMatt Caswell
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-16Regenerate mkerr filesRich Salz
2019-07-12Convert asn1_dsa.c to use the WPACKET API insteadMatt Caswell
2019-07-12Add simple ASN.1 utils for DSA signature DER.David Makepeace
2019-07-02Fix TyposAntoine Cœur
2019-05-28The SHA256 is not a mandatory digest for DSA.Tomas Mraz
2019-05-22EVP_Digest*: enable SHA3 pre-hashing for DSAPatrick Steuer
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-05-07Reject obviously invalid DSA parameters during signingMatt Caswell
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2019-03-18remove needless empty lines when printing certificatesDavid von Oheimb
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-01-30Document and add macros for additional DSA optionsDavid Benjamin
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte
2018-11-02Add a constant time flag to one of the bignums to avoid a timing leak.Pauli
2018-10-30DSA: Check for sanity of input parametersVitezslav Cizek
2018-10-29Timing vulnerability in DSA signature generation (CVE-2018-0734).Pauli
2018-10-29DSA mod inverse fixPauli
2018-09-11Update copyright yearMatt Caswell
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-07-29Remove DSA digest length checks when no digest is passedBryan Donlan
2018-06-21Use DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declarationNicola Tuveri
2018-06-21Add blinding to a DSA signatureMatt Caswell
2018-05-29Update copyright yearMatt Caswell
2018-05-28DSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-04-17Update copyright yearRichard Levitte