summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_ossl.c
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-02-26Fix external symbols related to dsa keysShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-16Add FFC param/key validationShane Lontis
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-06Add FFC param/key generationShane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-12Add dsa signature alg to fips providerShane Lontis
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-07-02Fix TyposAntoine Cœur
2019-05-07Reject obviously invalid DSA parameters during signingMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/dsa/Richard Levitte
2018-11-02Add a constant time flag to one of the bignums to avoid a timing leak.Pauli
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-06-21Add blinding to a DSA signatureMatt Caswell
2017-11-01 Address a timing side channel whereby it is possible to determine somePauli
2017-10-18Remove parentheses of return.KaoruToda
2017-10-13Remove email addresses from source code.Rich Salz
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-04-07Make default_method mostly compile-timeRich Salz
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-07Set flag BN_FLG_CONSTTIME earlierCesar Pereida
2016-06-07Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverseCesar Pereida
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-06-06Simplify dsa_ossl.cMatt Caswell
2016-06-06Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida
2016-05-17Copyright consolidation 07/10Rich Salz
2016-04-29Remove some dead codeMatt Caswell
2016-04-03Make the DSA structure opaqueMatt Caswell
2016-03-08Make DSA_SIG opaque.Dr. Stephen Henson
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-03-07Remove kinv/r fields from DSA structure.Dr. Stephen Henson
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-22Fix memory leak in DSA redo case.David Benjamin
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30free NULL cleanup 7Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell