apps/speed.c: fix compiler warnings in multiblock_speed().
[openssl.git] / apps / openssl.c
2013-03-28 Dr. Stephen HensonCall RAND_cleanup in openssl application.
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-05-19 Dr. Stephen Hensonadd FIPS support to openssl utility (backport from...
2011-03-25 Richard LevitteFor VMS, implement the possibility to choose 64-bit...
2011-03-20 Richard Levitte* apps/openssl.c: For VMS, take care of copying argv...
2011-03-19 Richard LevitteApply all the changes submitted by Steven M. Schweda...
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-10-04 Dr. Stephen HensonFix warnings about ignoring fgets return value
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-30 Dr. Stephen HensonAllow use of algorithm and cipher names for dgsts and...
2008-09-15 Bodo MöllerFrom branch OpenSSL_0_9_8-stable: Allow soft-loading...
2008-07-04 Dr. Stephen HensonAvoid warnings with -pedantic, specifically:
2008-05-31 Dr. Stephen HensonStop warning about extra ';' outside of function.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2006-07-09 Dr. Stephen HensonNew functions to enumerate digests and ciphers.
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-04-04 Dr. Stephen HensonAdd an explicit load_config() call so any added algorit...
2006-04-04 Dr. Stephen HensonNew function to retrieve ASN1 info on public key algori...
2005-04-05 Nils Larschsome const fixes
2003-08-14 Bodo Möllerfix out-of-bounds check in lock_dbg_cb (was too lose...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-18 Bodo Möllerallocate bio_err before memory debugging is enabled...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-09 Richard LevitteMake sure that the 'config' variable is correctly defin...
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-04-06 Richard LevitteAllow longer program names (VMS allows up to 39 charact...
2001-10-21 Dr. Stephen HensonStop spurious "unable to load config info" errors in req
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-09-10 Geoff ThorpePut all "common" initialisation in the apps_startup...
2001-09-10 Bodo Möllerrestore previous revision -- memory leak should be...
2001-09-10 Bodo Möllerfix memory leak
2001-09-10 Bodo MöllerFix apps/openssl.c and ssl/ssltest.c so that they use
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-23 Richard Levitteapps_startup() needs a corresponding apps_shutdown().
2001-06-23 Dr. Stephen HensonFix UI leak in apps.
2001-04-26 Richard LevitteClean up ENGINE before exiting.
2001-03-11 Bodo MöllerForcibly enable memory leak checking during "make test"
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2000-12-15 Bodo MöllerLocking issues.
2000-12-13 Richard LevitteConstification of the data of a hash table. This means...
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-03 Ben LaurieFix warnings.
2000-12-02 Geoff ThorpeUse the new LHASH macros to declare type-safe wrapper...
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-11-06 Richard LevitteMake all engines available in the openssl application.
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-08-01 Richard LevitteMake it so we can dynamically enable memory allocation...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-18 Bodo MöllerEliminate memory leaks in mem_dbg.c.
2000-03-18 Richard Levittee_os.h: don't do double work with status codes.
2000-03-13 Bodo Möller"openssl no-..." commands for avoiding the need to...
2000-03-12 Bodo Möllercleaning up a little
2000-02-05 Bodo MöllerCorrection: openssl.c must get the long version of...
2000-02-05 Bodo MöllerCosmetic changes.
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
2000-01-15 Bodo MöllerEnable memory checking earlier (we correctly free every...
1999-12-18 Bodo MöllerRename
1999-12-18 Bodo Möllerfix typos and other little errors ...
1999-12-18 Bodo MöllerAvoid shadowing p to make the compiler happy.
1999-12-18 Bodo MöllerAdd missing semicolon to make compiler happy, and switc...
1999-12-17 Richard LevitteUse MemCheck_start() instead of CRYPTO_mem_ctrl(),...
1999-07-09 Bodo MöllerFix memory checking.
1999-06-25 Bodo MöllerAvoid some memory holes, one of which was pointed out by
1999-06-10 Bodo MöllerAvoid warnings.
1999-05-13 Ulf MöllerVMS support.
1999-05-11 Ulf MöllerMove openssl.cnf out of lib/.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-11 Bodo MöllerSubmitted by:
1999-01-09 Ben LaurieSort openssl functions by name.
1999-01-02 Ralf S. EngelschallFirst cut of a cleanup for apps/. First the `ssleay...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...