RT3856: Fix memory leaks in test code
[openssl.git] / crypto / dh /
2015-06-08 Kurt RoeckxProperly check certificate in case of export ciphers.
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 SalzRemove goto inside an if(0) block
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 5a
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-28 Rich Salzfree NULL cleanup
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 dh_pub_encode
2015-03-08 Dr. Stephen HensonCleanse PKCS#8 private key components.
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-22 Kurt RoeckxFix memory leak
2015-02-22 Doug HoganAvoid a double-free in an error path.
2015-02-03 Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellFix source where indent will not be able to cope
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-07 Andy PolyakovFix irix-cc build.
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-10 Rich SalzRT3543: Remove #ifdef LINT
2014-12-08 Matt CaswellImplement internally opaque bn access from dh
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen HensonRemove FIPS module code from crypto/dh
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-10-01 Rich SalzRT3549: Remove obsolete files in crypto
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
2014-03-06 Andy Polyakovdh_check.c: check BN_CTX_get's return value.
2014-02-19 Dr. Stephen Hensonmake depend
2013-09-05 Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-08-21 Ben LaurieFix compile errors.
2013-08-05 Dr. Stephen HensonCMS RFC2631 X9.42 DH enveloped data support.
2013-08-05 Dr. Stephen HensonAdd KDF for DH.
2013-08-05 Dr. Stephen HensonExtend DH parameter generation support.
2013-08-05 Dr. Stephen HensonEnhance DH dup functions.
2013-08-05 Dr. Stephen HensonIf present print j, seed and counter values for DH
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-12-27 Dr. Stephen Hensonmake update
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-12-01 Dr. Stephen HensonUpdate DH_check() to peform sensible checks when q...
2011-12-01 Dr. Stephen HensonCorrect some parameter values.
2011-11-13 Dr. Stephen HensonAdd RFC5114 DH parameters to OpenSSL. Add test data...
2011-10-11 Dr. Stephen Hensonprint out subgroup order if present
2011-09-05 Bodo Möllermake update
2011-06-08 Dr. Stephen HensonAdd flags for DH FIPS method.
2011-05-11 Dr. Stephen HensonRename FIPS_mode_set and FIPS_mode. Theses symbols...
2011-04-22 Dr. Stephen HensonReturn errors instead of aborting when selftest fails.
2011-04-07 Dr. Stephen HensonDH keys have an (until now) unused 'q' parameter. When...
2011-03-24 Richard Levittemake update
2011-03-12 Ben LaurieAdd SRP support.
2011-03-08 Dr. Stephen HensonNew SP 800-56A compliant version of DH_compute_key().
2011-02-21 Dr. Stephen HensonUpdate dependencies.
2011-02-03 Dr. Stephen HensonTransfer error redirection to fips.h, add OPENSSL_FIPSA...
2011-01-26 Dr. Stephen HensonFIPS DH changes: selftest checks and key range checks.
2010-03-06 Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2009-09-06 Dr. Stephen HensonPR: 1644
2009-07-08 Dr. Stephen HensonMake update.
2009-04-23 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-01 Ben LaurieMore size_tification.
2008-06-04 Ben LaurieMore type-checking.
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2007-09-24 Lutz JänickeTypos
2007-04-02 Nils Larschcheck correct pointer before freeing it (Coverity CID...
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-09-29 Mark J. CoxInitialise ctx to NULL to avoid uninitialized free...
2006-09-28 Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-07-17 Dr. Stephen HensonFix various error codes to match functions.
2006-05-24 Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24 Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-15 Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-13 Dr. Stephen HensonComplete key derivation support.
2006-04-13 Dr. Stephen HensonUpdate dependencies.
2006-04-13 Dr. Stephen HensonAdd key derivation support.
next