Cleanup some copyright stuff
[openssl.git] / crypto / dsa /
2017-06-14 Bernd EdlingerFix a possible crash in dsa_builtin_paramgen2.
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-13 Richard LevitteASN.1: adapt our use of INTxx et al by making them...
2017-04-10 Richard LevitteAct on deprecation of LONG and ZLONG, step 2
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-01-25 FdaSilvaYYStyle
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2017-01-20 Richard LevitteFix DSA parameter generation control error
2016-11-17 Kurt RoeckxAdd support for reference counting using C11 atomics
2016-11-17 FdaSilvaYYRaise an error on memory alloc failure.
2016-11-14 Sebastian Andrzej... dsa/dsa_gen: add error message for seed_len < 0
2016-09-21 Matt CaswellFix a missing NULL check in dsa_builtin_paramgen
2016-08-17 Dr. Stephen HensonConstify private key decode.
2016-08-17 Dr. Stephen Hensonconstify X509_ALGOR_get0()
2016-08-01 Dr. Stephen HensonAdd DSA_bits() function.
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-20 Dr. Stephen HensonDon't allocate r/s in DSA_SIG and ECDSA_SIG
2016-06-24 Ben LaurieDeal with API changes.
2016-06-20 Emilia KasperMake DSA_SIG and ECDSA_SIG getters const.
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-16 Matt CaswellFix the build and tests following constification of...
2016-06-15 Richard LevitteConstify the parameter getters for RSA, DSA and DH
2016-06-13 TJ SaundersEnsure that NULL r and s parameters cannot be set on...
2016-06-13 TJ SaundersReorder the setter arguments to more consistently match...
2016-06-13 TJ SaundersImplement DSA_SIG_set0() and ECDSA_SIG_set0(), for...
2016-06-07 Cesar PereidaSet flag BN_FLG_CONSTTIME earlier
2016-06-07 Cesar PereidaRemove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-06-06 Matt CaswellSimplify dsa_ossl.c
2016-06-06 Cesar PereidaFix DSA, preserve BN_FLG_CONSTTIME
2016-06-04 Kurt RoeckxSpecifiy size of arrays
2016-06-01 Rich SalzRemove/rename some old files.
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 FdaSilvaYYRemove useless NULL checks
2016-05-18 Matt CaswellAdd some error messages for malloc fails
2016-05-18 Matt CaswellBetter checks for malloc failure in various METHOD...
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-04-29 Matt CaswellRemove some dead code
2016-04-28 FdaSilvaYYAdd checks on CRYPTO_new_ex_data return value...
2016-04-28 Matt CaswellCheck that we were actually allocated BIGNUMs in dsa_bu...
2016-04-27 Viktor DukhovniFix set0 reuse test
2016-04-27 Richard LevitteRSA, DSA, DH: Allow some given input to be NULL on...
2016-04-20 Richard LevitteRemove --classic build entirely
2016-04-09 Matt CaswellFix double free bug in error path
2016-04-09 Matt CaswellMake DH opaque
2016-04-02 Matt CaswellRename get/set_app_data to get0/set0_app_data
2016-04-02 Matt CaswellVarious DSA opacity fixups
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-04-02 Matt CaswellMake the DSA structure opaque
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-20 Dr. Stephen Hensonconstify DSA_SIG_get0()
2016-03-11 Dr. Stephen Hensonmove DSA_SIG definition into C source file
2016-03-08 Dr. Stephen HensonMake DSA_SIG opaque.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-03-07 Dr. Stephen HensonRemove kinv/r fields from DSA structure.
2016-02-28 FdaSilvaYYGH715: Missed some null-check-removals. follow commits...
2016-02-25 Rich SalzGH715: ENGINE_finish can take NULL
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-19 Dr. Stephen HensonRemove DSA negative integer workaround code.
2016-02-19 Dr. Stephen HensonRemove broken DSA private key workarounds.
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-18 Dr. Stephen Hensontypo
2016-02-11 Rich SalzMove to REF_DEBUG, for consistency.
2016-02-10 Rich SalzUse NON_EMPTY_TRANSLATION_UNIT, consistently.
2016-02-08 Rich SalzGH322 revisited: remove unused function.
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-28 Dr. Stephen HensonUse callback for DSAPublicKey
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard Levittemake update
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-07 Rich Salzmem functions cleanup
2015-12-30 Dr. Stephen HensonCheck for missing DSA parameters.
2015-12-22 David BenjaminFix memory leak in DSA redo case.
2015-12-14 Dr. Stephen HensonExtend EVP_PKEY_copy_parameters()
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-26 Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-07 Pascal CuoqMove BN_CTX_start() call so the error case can always...
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-03 Rich Salzremove 0 assignments.
2015-08-31 Ben KadukGH367 follow-up, for more clarity
2015-08-28 Ismo PuustinenGH367: Fix dsa keygen for too-short seed
2015-08-24 Dr. Stephen HensonAdd DSA digest length checks.
next