perlasm/x86asm.pl: recognize elf-1 denoting old ELF platforms.
[openssl.git] / crypto / dh /
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.
2006-04-13 Dr. Stephen HensonTypo.
2006-04-12 Dr. Stephen HensonExtend DH ASN1 method, add DH EVP_PKEY_METHOD.
2006-04-12 Dr. Stephen HensonPKCS#3 DH PKCS#8 ASN1 support.
2006-04-12 Dr. Stephen HensonExtend DH ASN1 method to support public key encode...
2006-04-04 Dr. Stephen HensonNew function to retrieve ASN1 info on public key algori...
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-03-22 Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-22 Dr. Stephen HensonMove algorithm specific print code from crypto/asn1...
2006-03-20 Dr. Stephen HensonDH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).
2006-03-20 Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
2006-03-13 Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-09-01 Dr. Stephen HensonExtend callback function to support print customization.
2005-08-21 Ben LaurieMake D-H safer, include well-known primes.
2005-05-27 Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-04-28 Andy PolyakovPointer to BN_MONT_CTX could be used uninitialized.
2005-04-27 Dr. Stephen HensonChange method_mont_p from (char *) to (BN_MONT_CTX...
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-10-29 Geoff ThorpeWhen OPENSSL_NO_DEPRECATED is defined, deprecated funct...
2003-05-01 Richard Levittemake update
2003-04-10 Richard Levittemake update
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_DH.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2003-02-22 Ulf Möllermore mingw related cleanups.
2003-01-30 Richard LevitteThe OPENSSL_NO_ENGINE has small problem: it changes...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2003-01-15 Geoff ThorpeAs with RSA, which was modified recently, this change...
2002-12-09 Richard Levittemake update
2002-12-08 Geoff ThorpeNils Larsch submitted;
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
next