]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/apps.c
Remove ASN1_METHOD code replace with new ASN1 alternative.
[thirdparty/openssl.git] / apps / apps.c
2005-08-20  Dr. Stephen HensonRemove ASN1_METHOD code replace with new ASN1 alternative.
2005-07-16  Nils Larschmake
2005-07-01  Nils Larschinitialize newly allocated data
2005-06-27  Andy PolyakovFix typos in apps/apps.c
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-12-30  Andy PolyakovRemove naming conflict between variable and label.
2004-12-29  Dr. Stephen HensonPrompt for passphrases for PKCS12 input format
2004-11-14  Dr. Stephen HensonPR: 940
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...
2004-04-19  Geoff Thorpeheader cleanup in apps/
2004-03-25  Richard LevitteMove the definition of Win32_rename(), since the macro...
2004-03-15  Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-12-27  Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-28  Richard LevitteMove another common functionality (reproduced so far...
2003-11-28  Richard LevitteMove do_subject() to apps.c and rename it to parse_name...
2003-11-28  Richard LevitteNetware-specific changes,
2003-11-16  Lutz JänickeCatch error condition to prevent NULL pointer dereference.
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 LevitteOne more debug line to conditionalise.
2003-04-03  Richard LevitteDon't try to free NULL values...
2003-04-03  Richard LevitteConditionalise all debug strings.
2003-04-03  Richard LevitteMake it possible to have multiple active certificates...
2003-02-22  Ulf Möllermore mingw related cleanups.
2003-01-30  Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-11-28  Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-15  Richard LevitteWinCE patches
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-25  Richard LevitteMake sure toupper() is declared
2002-10-24  Richard LevitteOn certain platforms, we redefine certain symbols using...
2002-10-10  Richard LevitteVMS below version 7 doesn't have strcasecmp, so let...
2002-08-22  Dr. Stephen HensonMake -nameopt work in req and add support for -reqopt
2002-08-01  Richard LevitteMake it possible to load keys from stdin, and restore...
2002-07-18  Richard LevitteAllow subjects with more than 255 characters to be...
2002-07-18  Richard LevitteUnixware doesn't have strings.h, so we need to declare...
2002-06-18  Lutz Jänickeload_netscape_key is static.
2002-06-13  Lutz JänickeAdd missing prototypes.
2002-05-29  Richard LevitteThere is a chance that the input string is larger than...
2002-03-14  Bodo MöllerFixes for 'no-hw' combined with 'no-SOME_CIPHER'.
2002-03-08  Dr. Stephen HensonFix the Win32_rename() function so it correctly
2002-02-22  Dr. Stephen HensonConfig code updates.
2002-01-25  Richard LevitteApply the following changes by Toomas Kiisk <vix@cyber...
2001-11-22  Geoff ThorpeIn this particular error condition, the structural...
2001-11-15  Richard LevitteIf an engine isn't built in, try loading it as a sharea...
2001-10-20  Bodo MöllerNew functions SSL[_CTX]_set_msg_callback().
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-08-18  Ben LaurieAdd first cut symmetric crypto support.
2001-08-17  Dr. Stephen HensonMake -passin -passout etc work again.
2001-06-28  Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-06-23  Richard LevitteMake use of new features in UI's. Among others, the...
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 LevitteOne feature wasn't quite commited yet
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-03-15  Dr. Stephen HensonAdd 'align' option to nameopt.
2001-03-15  Dr. Stephen HensonOverhaul the display of certificate details in
2001-03-15  Dr. Stephen HensonDocument the -certopt option to the x509 utility.
2001-02-22  Richard LevitteWindows does not know of strigs.h or strcasecmp, so...
2001-02-20  Richard LevitteSome functions, like strdup() and strcasecmp(), are...
2001-02-20  Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-10  Bodo Möllerdisable stdin buffering in load_cert
2001-02-10  Bodo Mölleruse case-insensitive comparison in set_table_opts
2001-01-17  Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2000-12-15  Bodo MöllerIf CONF_get_string returns NULL and we want to tolerate...
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-17  Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-03  Dr. Stephen HensonAdd 'rsautl' low level RSA utility.
2000-07-30  Dr. Stephen HensonDocument the new DN printing options.
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-06-01  Richard LevitteThere have been a number of complaints from a number...
2000-02-16  Dr. Stephen HensonPass phrase reorganisation.
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-06-07  Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-05-13  Ulf MöllerVMS support.
1999-05-08  Dr. Stephen HensonVarious Win32 fixes. Win95 doesn't support MoveFileEx...
1999-04-26  Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-19  Ulf MöllerChange functions to ANSI C.
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...