GH753: More spelling fix
[openssl.git] / crypto / dsa /
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.
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).
next