Cleanup CRYPTO_{push,pop}_info
[openssl.git] / crypto / dsa /
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.
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-07-30 Martin VejnarRT3774: double-free in DSA
2015-06-23 Rich SalzMore secure storage of key material.
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-26 Dr. Stephen HensonSimplify DSA public key handling.
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-03-24 Rich Salzfree NULL cleanup
2015-03-12 Matt CaswellFix dsa_pub_encode
2015-03-08 Dr. Stephen HensonCleanse PKCS#8 private key components.
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Rich SalzRemove obsolete uncomiled dsagen semi-test
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-05 Dr. Stephen HensonFix various certificate fingerprint issues.
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-18 Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-12-18 Matt CaswellRemove redundant OPENSSL_NO_DEPRECATED suppression
2014-12-08 Matt CaswellImplement internally opaque bn access from dsa
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen Hensonremove FIPS module code from crypto/dsa
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-09-09 Matt CaswellRT3192: spurious error in DSA verify
2014-09-08 Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-08-30 Rich SalzRemove some outdated README files, to avoid confusing...
2014-08-22 Emilia KasperRT3061: slightly amend patch
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-07-17 Dr. Stephen HensonReturn correct enveloped data type in ASN1 methods.
2013-07-17 Dr. Stephen HensonAvoid need to change function code.
2013-07-15 Adam LangleyMake `safe' (EC)DSA nonces the default.
2013-06-21 Dr. Stephen HensonAdd control to retrieve signature MD.
2013-06-13 Adam LangleyAdd secure DSA nonce flag.
2013-06-13 Adam LangleyDon't SEGFAULT when trying to export a public DSA key...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-11-25 Dr. Stephen Hensonreturn error if counter exceeds limit and seed value...
2011-11-25 Dr. Stephen Hensoncheck counter value against 4 * L, not 4096
2011-11-05 Dr. Stephen HensonAdd single call public key sign and verify functions.
2011-10-16 Dr. Stephen HensonL=3072, N=256 provides 128 bits of security not 112.
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-09-05 Bodo Möllermake update
2011-08-27 Dr. Stephen HensonAdd support for DSA2 PQG generation of g parameter.
2011-08-26 Dr. Stephen HensonAdd support for canonical generation of DSA parameter g.
2011-06-20 Dr. Stephen Hensonmake EVP_dss() work for DSA signing
2011-05-11 Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-05-08 Dr. Stephen Hensonallow SHA384, SHA512 wit DSA
2011-04-24 Dr. Stephen HensonFix warning.
2011-04-24 Richard Levittefips_check_dsa_prng() should only be built when OPENSSL...
2011-04-23 Dr. Stephen HensonMore fixes for DSA FIPS overrides.
2011-04-23 Dr. Stephen HensonMake sure overrides work for RSA/DSA.
2011-04-23 Dr. Stephen HensonAdd PRNG security strength checking.
2011-04-19 Dr. Stephen HensonUse 0 for tbslen to perform strlen.
2011-04-14 Dr. Stephen HensonRemove several of the old obsolete FIPS_corrupt_*(...
2011-04-14 Dr. Stephen HensonInitial incomplete POST overhaul: add support for POST...
2011-04-07 Dr. Stephen HensonDH keys have an (until now) unused 'q' parameter. When...
2011-04-04 Dr. Stephen Hensoncheck RAND_pseudo_bytes return value
2011-03-24 Richard Levittemake update
2011-03-12 Ben LaurieAdd SRP support.
next