aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check that we were actually allocated BIGNUMs in dsa_builtin_paramgen2Matt Caswell2016-04-281-0/+2
* Fix set0 reuse testViktor Dukhovni2016-04-271-1/+1
* RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte2016-04-271-13/+37
* Remove --classic build entirelyRichard Levitte2016-04-201-47/+0
* Fix double free bug in error pathMatt Caswell2016-04-091-0/+1
* Make DH opaqueMatt Caswell2016-04-091-12/+28
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-031-2/+2
* Various DSA opacity fixupsMatt Caswell2016-04-031-57/+11
* Make DSA_METHOD opaqueMatt Caswell2016-04-035-23/+293
* Make the DSA structure opaqueMatt Caswell2016-04-038-7/+103
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-203-12/+4
* constify DSA_SIG_get0()Dr. Stephen Henson2016-03-201-1/+1
* move DSA_SIG definition into C source fileDr. Stephen Henson2016-03-112-6/+5
* Make DSA_SIG opaque.Dr. Stephen Henson2016-03-084-52/+46
* Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2016-03-082-7/+20
* Remove kinv/r fields from DSA structure.Dr. Stephen Henson2016-03-072-12/+2
* GH715: Missed some null-check-removals. follow commits 412bafdcf5, and 7c96db...FdaSilvaYY2016-02-281-4/+2
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-5/+3
* Remove unused parameters from internal functionsRich Salz2016-02-222-50/+12