Print out Suite B status.
[openssl.git] / apps / apps.h
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/.
2001-09-10 Geoff ThorpePut all "common" initialisation in the apps_startup...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-07-12 Dr. Stephen HensonInitial OCSP server support, using index.txt format.
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-06-19 Richard LevitteChange the common application routines to use a UI_METH...
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-05-30 Richard LevitteExtend all the loading functions to take an engine...
2001-03-16 Dr. Stephen HensonAdd copy_extensions option to 'ca' utility.
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-01-23 Bodo MöllerUse OpenSSL_add_all_algorithms instead of the backwards...
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2000-11-06 Richard LevitteMake all engines available in the openssl application.
2000-10-28 Richard LevitteAdd the possibility to use keys handled by engines...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-10-06 Dr. Stephen HensonMore code for X509_print_ex() support.
2000-09-15 Richard LevitteMove up inclusion of conf.h, so non-MONOLITH programs...
2000-09-03 Dr. Stephen HensonAdd 'rsautl' low level RSA utility.
2000-07-28 Dr. Stephen HensonNew ASN1_STRING_print_ex() and X509_NAME_print_ex()
2000-07-10 Dr. Stephen HensonFix some typose in the i2d/d2i functions that
2000-06-22 Richard LevitteMove add_oid_section to apps.c, so it can be shared...
2000-06-22 Richard LevitteMove the certificate and key loading functions to apps...
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
next