]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/apps.h
Check that the subject name in a proxy cert complies to RFC 3820
[thirdparty/openssl.git] / apps / apps.h
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2013-10-19  Ben LaurieMerge branch 'no_gmt_unix_time' of git://github.com...
2013-06-12  Dr. Stephen HensonTypo: don't call RAND_cleanup during app startup.
2013-03-28  Dr. Stephen HensonCall RAND_cleanup in openssl application.
2011-11-13  Ben LaurieAdd Next Protocol Negotiation.
2011-10-09  Dr. Stephen HensonBackport PSS signature support from HEAD.
2011-05-11  Dr. Stephen HensonInitial "opaque SSL" framework. If an application defin...
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
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 HensonPR: 2000
2009-07-27  Dr. Stephen HensonChange STRING to OPENSSL_STRING etc as common words...
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
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.
2000-02-05  Bodo MöllerCorrection: openssl.c must get the long version of...
2000-02-05  Bodo MöllerCosmetic changes.
1999-12-24  Dr. Stephen HensonAllow passwords to be included on command line for...
1999-11-12  Dr. Stephen HensonMerge some common functionality in the apps, delete
1999-11-11  Dr. Stephen HensonAdd password command line options to some utils. Fix...
1999-11-11  Dr. Stephen HensonFix a couple of outstanding issues: update STATUS file...
1999-10-26  Bodo MöllerVarious randomness handling bugfixes and improvements --
1999-06-07  Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-05-21  Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
next