aboutsummaryrefslogtreecommitdiff
path: root/crypto/dsa
AgeCommit message (Expand)AuthorFilesLines
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx2-3/+4
2016-11-16Raise an error on memory alloc failure.FdaSilvaYY1-19/+18
2016-11-14dsa/dsa_gen: add error message for seed_len < 0Sebastian Andrzej Siewior2-2/+6
2016-09-21Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell1-0/+3
2016-08-17Constify private key decode.Dr. Stephen Henson1-2/+2
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-4/+4
2016-08-01Add DSA_bits() function.Dr. Stephen Henson2-1/+6
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-20Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson3-1/+23
2016-06-24Deal with API changes.Ben Laurie2-10/+11
2016-06-20Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper4-22/+21
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY4-4/+0
2016-06-16Fix the build and tests following constification of DH, DSA, RSAMatt Caswell1-3/+3
2016-06-15Constify the parameter getters for RSA, DSA and DHRichard Levitte1-13/+10
2016-06-13Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders1-0/+2
2016-06-13Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders1-1/+1
2016-06-13Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders1-0/+9
2016-06-07Set flag BN_FLG_CONSTTIME earlierCesar Pereida1-3/+2
2016-06-07Remove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverseCesar Pereida1-13/+8
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell2-36/+22
2016-06-06Simplify dsa_ossl.cMatt Caswell1-41/+20
2016-06-06Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida1-4/+5
2016-06-04Specifiy size of arraysKurt Roeckx1-1/+1
2016-06-01Remove/rename some old files.Rich Salz1-122/+0
2016-06-01Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY1-0/+1
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson1-1/+1
2016-05-23Remove unused error/function codes.Rich Salz1-18/+1
2016-05-23Remove useless NULL checksFdaSilvaYY1-2/+1
2016-05-18Add some error messages for malloc failsMatt Caswell2-1/+9
2016-05-18Better checks for malloc failure in various METHOD functionsMatt Caswell1-2/+16
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 07/10Rich Salz13-642/+77
2016-04-29Remove some dead codeMatt Caswell1-7/+1
2016-04-28Add checks on CRYPTO_new_ex_data return value...FdaSilvaYY1-19/+16
2016-04-28Check that we were actually allocated BIGNUMs in dsa_builtin_paramgen2Matt Caswell1-0/+2
2016-04-27Fix set0 reuse testViktor Dukhovni1-1/+1
2016-04-27RSA, DSA, DH: Allow some given input to be NULL on already initialised keysRichard Levitte1-13/+37
2016-04-20Remove --classic build entirelyRichard Levitte1-47/+0
2016-04-09Fix double free bug in error pathMatt Caswell1-0/+1
2016-04-09Make DH opaqueMatt Caswell1-12/+28
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell1-2/+2
2016-04-03Various DSA opacity fixupsMatt Caswell1-57/+11
2016-04-03Make DSA_METHOD opaqueMatt Caswell5-23/+293
2016-04-03Make the DSA structure opaqueMatt Caswell8-7/+103
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz3-12/+4
2016-03-20constify DSA_SIG_get0()Dr. Stephen Henson1-1/+1
2016-03-11move DSA_SIG definition into C source fileDr. Stephen Henson2-6/+5
2016-03-08Make DSA_SIG opaque.Dr. Stephen Henson4-52/+46
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini2-7/+20