ECDH downgrade bug fix.
[openssl.git] / util /
2015-01-05 Dr. Stephen Hensonupdate ordinals
2014-12-20 Rich SalzRT3548: Remove outdated platforms
2014-12-19 Matt CaswellFix a problem if CFLAGS is too long cversion.c fails...
2014-12-18 Matt CaswellTurn on OPENSSL_NO_DEPRECATED by default.
2014-12-11 Matt Caswellmake update
2014-12-10 Rich SalzRemove old private pod2man
2014-12-08 Matt CaswellMove bn internal functions into bn_int.h and bn_lcl.h
2014-12-08 Matt CaswellMake bn opaque
2014-12-08 Matt CaswellPrepare for bn opaquify. Implement internal helper...
2014-12-08 Dr. Stephen HensonRemove fips directories from mkfiles.pl
2014-12-08 Dr. Stephen HensonRemove FIPS error library from openssl.ec mkerr.pl
2014-12-08 Dr. Stephen HensonRemove fips.h reference.
2014-12-08 Dr. Stephen HensonRemove fipscanister from Configure, delete fips directory
2014-12-08 Matt CaswellAdd EVP support for OCB mode
2014-12-04 Kurt RoeckxRemove SSLv2 support
2014-11-28 Rich SalzRemove all .cvsignore files
2014-11-27 GuenterNetWare compilation fix.
2014-11-19 Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-11-16 Mike BlandAdd whrlpool and camellia .s files to perlasm list
2014-11-16 Mike BlandImprove variable parsing when generating MINFO
2014-11-16 Mike BlandEmit PERLASM_SCHEME to fix GitMake on OS X
2014-10-20 Tim Hudsonno-ssl2 with no-ssl3 does not mean drop the ssl lib
2014-10-15 Matt CaswellFix SRTP compile issues for windows
2014-10-06 Ben LaurieFix single makefile.
2014-09-23 Emilia Kaspermake update
2014-09-05 Emilia Kaspermake update
2014-09-05 Dr. Stephen Hensonsync ordinals with 1.0.2
2014-07-24 Dr. Stephen HensonAdd conditional unit testing interface.
2014-07-20 Dr. Stephen HensonAdd test header, sync ordinals with 1.0.2
2014-07-19 Dr. Stephen HensonWindows build fixes.
2014-07-01 Dr. Stephen HensonWindows build fixes.
2014-06-23 Viktor DukhovniImplement sk_deep_copy.
2014-06-12 Dr. Stephen HensonFix Windows build.
2014-05-24 Ben LaurieOnly copy opensslconf.h at init time.
2014-04-25 Geoff Thorpeutil/mkerr.pl: fix perl warning
2014-04-25 Geoff Thorpeutil/mkdef.pl: o_time.h doesn't exist any more
2014-03-12 Dr. Stephen HensonUpdate ordinals.
2014-02-24 Andy PolyakovBC-32.pl: refresh Borland C support.
2014-02-19 Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-15 Dr. Stephen HensonDon't use getcwd in non-copy builds.
2014-02-09 Ben LaurieBuild on MacOS.
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-11-12 Andy PolyakovMake Makefiles OSF-make-friendly.
2013-10-03 Ben LaurieSupport new asm files.
2013-07-12 Ben LaurieClarify FIXME.
2013-07-12 Ben LaurieNote non-export of CC.
2013-07-12 Ben LaurieSupport new rsaz asm stuff.
2013-06-12 TrevorAdd support for arbitrary TLS extensions.
2013-06-12 Ben LaurieAdd aesni-sha256-x86_64.
2013-05-05 Ben LaurieTests pass!
2013-05-05 Ben LaurieUgly hack to avoid recompiling the same thing multiple...
2013-04-08 Dr. Stephen HensonAsm build portability.
2013-04-07 Ben LaurieMake sure all tests are actually run, plus some fixups...
2013-04-06 Ben LaurieUse original alltests target for definitive test list.
2013-04-06 Ben LaurieMissing semicolon.
2013-04-06 Dr. Stephen HensonFix non-copy builds.
2013-04-06 Ben LaurieMissing file.
2013-04-06 Ben LaurieMerge, go back to copy-if-different.
2013-04-06 Ben LaurieFix test_ss.
2013-04-06 Ben LaurieAdd new asm target.
2013-04-06 Ben LaurieShow start/end of tests.
2013-04-06 Ben LaurieMake session ID test work.
2013-04-06 Ben LaurieMake S/MIME test work.
2013-04-06 Ben LaurieMake RSA test work.
2013-04-06 Ben LaurieMake PKCS#7 test work.
2013-04-06 Ben LaurieMake OCSP test work.
2013-04-06 Ben LaurieMore progress towards working tests.
2013-04-06 Ben LaurieGet closer to a working single Makefile with test support.
2013-04-03 Dr. Stephen HensonUse $(PERL) when calling scripts in mk1mf.pl
2013-03-05 Ben LaurieUse CFLAG for LFLAGS instead of the nonexistent CFLAGS.
2013-03-04 Ben LaurieRemove unused variable.
2013-03-04 Ben LaurieActually comment out the cpuid asm!
2013-03-04 Ben LaurieMerge branch 'master' of openssl.net:openssl
2013-03-04 Dr. Stephen HensonFix WIN32 build.
2013-03-04 Ben LaurieOnly copy headers if they've changed.
2013-03-04 Ben LaurieDon't make CPUID stuff twice.
2013-03-04 Ben LaurieHandle assembler files.
2013-03-04 Ben LaurieAllow variables to be overridden on the command line.
2013-03-04 Ben LaurieTake the first definition of a variable.
2013-03-04 Ben LaurieUse "copy" instead of "auto".
2013-03-04 Ben LaurieRemove pointless diagnostic.
2013-03-04 Ben LauriePreserve the C compiler.
2013-03-04 Ben LaurieInherit CFLAGS when plaform is "auto".
2013-03-04 Ben LaurieRemove empty command.
2013-03-04 Ben LaurieSpelling.
2013-03-04 Ben LaurieAdd dependency on destination directory.
2013-03-04 Ben LaurieSpelling.
2013-03-04 Ben LaurieAdd reallyclean target.
2013-02-06 Dr. Stephen HensonAdd ordinal for CRYPTO_memcmp: since this will affect...
2013-01-23 Dr. Stephen Hensonfix domd
2013-01-19 Andy PolyakovImprove WINCE support.
2013-01-19 Ben LaurieMerge branch 'master' of openssl.net:openssl
2013-01-19 Ben LaurieMerge branch 'master' of openssl.net:openssl
2013-01-19 Ben LaurieMake "make depend" work on MacOS out of the box.
2012-12-18 Andy Polyakovutil/pl/VC-32.pl fix typo.
2012-12-18 Andy Polyakovutil/pl/VC-32.pl: refresh, switch to ws2, add crypt32...
2012-12-16 Andy PolyakovVC-32.pl: fix typo.
2012-10-29 Andy Polyakovmk1mf.pl: correct flags.
2012-10-27 Andy Polyakovutil/fipslink.pl: further adjustments.
2012-10-27 Andy Polyakovutil/fipslink.pl: fix typo.
next