aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-186-14/+14
* Remove email addresses from source code.Rich Salz2017-10-134-8/+0
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-092-3/+3
* Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser2017-09-291-0/+1
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Add RAND_priv_bytes() for private keysRich Salz2017-08-032-2/+2
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-1/+1
* Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger2017-06-141-0/+2
* make error tables const and separate header fileRich Salz2017-06-071-47/+46
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-1/+1
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-102-2/+2
* Make default_method mostly compile-timeRich Salz2017-04-072-14/+12
* StyleFdaSilvaYY2017-01-251-2/+6
* Fix some extra or missing whitespaces...FdaSilvaYY2017-01-251-1/+1
* Fix DSA parameter generation control errorRichard Levitte2017-01-201-1/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-172-3/+4
* Raise an error on memory alloc failure.FdaSilvaYY2016-11-161-19/+18
* dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior2016-11-142-2/+6
* Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell2016-09-211-0/+3
* Constify private key decode.Dr. Stephen Henson2016-08-171-2/+2
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-4/+4
* Add DSA_bits() function.Dr. Stephen Henson2016-08-012-1/+6
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-203-1/+23
* Deal with API changes.Ben Laurie2016-06-242-10/+11
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-204-22/+21
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-184-4/+0
* Fix the build and tests following constification of DH, DSA, RSAMatt Caswell2016-06-161-3/+3
* Constify the parameter getters for RSA, DSA and DHRichard Levitte2016-06-151-13/+10
* Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders2016-06-131-0/+2
* Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders2016-06-131-1/+1
* Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2016-06-131-0/+9
* Set flag BN_FLG_CONSTTIME earlierCesar Pereida2016-06-071-3/+2
* Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverseCesar Pereida2016-06-071-13/+8
* Deprecate the flags that switch off constant timeMatt Caswell2016-06-062-36/+22
* Simplify dsa_ossl.cMatt Caswell2016-06-061-41/+20
* Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida2016-06-061-4/+5
* Specifiy size of arraysKurt Roeckx2016-06-041-1/+1
* Remove/rename some old files.Rich Salz2016-06-011-122/+0
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-0/+1
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-1/+1
* Remove unused error/function codes.Rich Salz2016-05-231-18/+1
* Remove useless NULL checksFdaSilvaYY2016-05-231-2/+1
* Add some error messages for malloc failsMatt Caswell2016-05-182-1/+9
* Better checks for malloc failure in various METHOD functionsMatt Caswell2016-05-181-2/+16
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 07/10Rich Salz2016-05-1713-642/+77
* Remove some dead codeMatt Caswell2016-04-291-7/+1
* Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY2016-04-281-19/+16