Remove useless code
[openssl.git] / apps / apps.h
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-17 Rich SalzRT4033: Use OPENSSL_SYS_UNIX not "unix"
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-06 Richard LevitteChange the treatment of stdin and stdout to allow binar...
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-09-05 Richard LevitteMake the handling of output and input formats consistent
2015-09-05 David WoodhouseRT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time...
2015-08-26 Hubert KarioGH350: -help text few s_client and s_server flags
2015-08-10 Rich SalzFix build break.
2015-07-29 Rich SalzRT3639: Add -no_comp description to online help
2015-07-16 Rich SalzRemove obsolete key formats.
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-05-29 Richard LevitteRestore module loading
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-20 Rich SalzReplace switch/assignments with table lookup
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-29 Rich SalzRewrite parse_name
2015-04-29 Rich Salzuse isxdigit and apps_tohex
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-01-31 Matt CaswellRemove OPENSSL_NO_SSL_INTERN as it is now redundant...
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-07-07 Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-05-23 Martin KaiserAdd an NSS output format to sess_id to export to export...
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-10-07 Ben LaurieConstification.
2013-08-18 Dr. Stephen HensonTypo: don't call RAND_cleanup during app startup.
2013-03-28 Dr. Stephen HensonCall RAND_cleanup in openssl application.
2013-01-19 Andy PolyakovImprove WINCE support.
2013-01-17 Dr. Stephen HensonTypo (PR2959).
2012-12-06 Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
2012-12-02 Dr. Stephen HensonNew option to add CRLs for s_client and s_server.
2012-12-02 Dr. Stephen Hensonadd option to get a certificate or CRL from a URL
2012-10-08 Dr. Stephen HensonNew functions to check a hostname email or IP address...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-04-29 Dr. Stephen HensonInitial "opaque SSL" framework. If an application defines
2010-09-05 Ben LaurieFixes to NPN from Adam Langley.
2010-07-28 Ben LaurieAdd Next Protocol Negotiation.
2010-03-14 Dr. Stephen Hensonadd -sigopt option to ca utility
2010-03-12 Dr. Stephen Hensonnew sigopt and PSS support for req and x509 utilities
2009-10-31 Dr. Stephen HensonAdd option to allow in-band CRL loading in verify utili...
2009-09-30 Dr. Stephen HensonPR: 2064, 728
2009-08-05 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2008-11-24 Dr. Stephen HensonUpdate from stable-branch.
2008-11-16 Ben LaurieIntegrate J-PAKE and TLS-PSK. Increase PSK buffer size...
2008-11-12 Dr. Stephen HensonUpdate from stable branch.
2008-10-26 Ben LaurieAdd JPAKE.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-02 Dr. Stephen HensonAvoid case in ca.c fix.
2008-05-31 Dr. Stephen HensonStop const mismatch warning in VC++.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-04-11 Dr. Stephen HensonNew -mac and -macopt options to dgst utility. Reimpleme...
2006-04-17 Dr. Stephen HensonIf we include winsock2.h then FD_SET wants an unsigned...
2006-04-09 Dr. Stephen HensonAdd RSA ctrl for padding mode, add ctrl support in...
2006-04-08 Dr. Stephen HensonReformat pkeyutl.c, add support for verify operation...
2006-03-28 Dr. Stephen HensonFix bug where freed OIDs could be accessed in EVP_clean...
2005-11-06 Andy PolyakovCollect timing procedures in apps/apps.c. It's a bit...
2005-11-04 Andy PolyakovEliminate remaining calls to stat in apps/apps.c and...
2005-11-04 Andy PolyakovEliminate dependency on read/write/stat in apps under...
2005-11-03 Andy PolyakovGet rid of arcane reference to _fmode in apps/apps...
2005-08-31 Dr. Stephen HensonIntegrated support for PVK files.
2005-08-21 Dr. Stephen HensonCommand line support for RSAPublicKey format.
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-15 Nils Larschconst fixes
2005-04-05 Nils Larschsome const fixes
2004-09-07 Dr. Stephen HensonReformat smime utility.
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2004-05-17 Geoff ThorpeRemove some unnecessary recursive includes from the...
2004-04-20 Dr. Stephen HensonReduce chances of issuer and serial number duplication...
2003-11-28 Richard LevitteMove another common functionality (reproduced so far...
2003-11-28 Richard LevitteForgot to change the declaration of do_subject() to...
2003-11-28 Richard LevitteAllow multi-valued rdns in subjects. This adds the...
2003-11-28 Richard LevitteNetware-specific changes,
2003-09-09 Richard LevitteGeneralise the definition of strcasecmp() and strncasec...
2003-04-04 Richard LevitteConvert save_serial() to work like save_index(), and...
2003-04-03 Richard LevitteMake it possible to have multiple active certificates...
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-10 Richard LevitteVMS below version 7 doesn't have strcasecmp, so let...
2002-10-09 Richard LevitteMake sure that the 'config' variable is correctly defin...
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-05-19 Dr. Stephen HensonReorganise -subj option code, fix buffer overrun.
2002-03-06 Dr. Stephen HensonENGINE module additions.
2002-02-22 Dr. Stephen Hensonnon-Monolith fixes.
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-01-25 Richard LevitteApply the following changes by Toomas Kiisk <vix@cyber...
2001-10-20 Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-09-28 Geoff ThorpeENGINE_register_all_complete() will register all implem...
2001-09-25 Geoff ThorpeMake necessary tweaks to apps/ files due to recent...
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
next