aboutsummaryrefslogtreecommitdiffstats
path: root/apps/apps.h
Commit message (Expand)AuthorAgeFilesLines
...
* Update from stable branch.Dr. Stephen Henson2008-11-121-0/+2
* Add JPAKE.Ben Laurie2008-10-261-0/+2
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-2/+2
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-2/+2
* Avoid case in ca.c fix.Dr. Stephen Henson2008-06-021-0/+3
* Stop const mismatch warning in VC++.Dr. Stephen Henson2008-05-311-1/+1
* LHASH revamp. make depend.Ben Laurie2008-05-261-1/+1
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-2/+2
* And so it begins...Dr. Stephen Henson2008-03-121-1/+1
* Support for certificate status TLS extension.Dr. Stephen Henson2007-09-261-0/+9
* New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson2007-04-111-0/+2
* If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson2006-04-171-0/+7
* Add RSA ctrl for padding mode, add ctrl support in pkeyutl.Dr. Stephen Henson2006-04-091-0/+1
* Reformat pkeyutl.c, add support for verify operation but nothing actuallyDr. Stephen Henson2006-04-081-0/+1
* Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson2006-03-281-2/+2
* Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov2005-11-061-0/+4
* Eliminate remaining calls to stat in apps/apps.c and unify WIN32_rename forAndy Polyakov2005-11-041-5/+0
* Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov2005-11-041-0/+3
* Get rid of arcane reference to _fmode in apps/apps.h. Binary open isAndy Polyakov2005-11-031-34/+4
* Integrated support for PVK files.Dr. Stephen Henson2005-08-311-0/+2
* Command line support for RSAPublicKey format.Dr. Stephen Henson2005-08-211-0/+2
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+1
* const fixesNils Larsch2005-04-151-1/+1
* some const fixesNils Larsch2005-04-051-4/+4
* Reformat smime utility.Dr. Stephen Henson2004-09-071-1/+3
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-0/+1
* Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-171-2/+0
* Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson2004-04-201-0/+3
* Move another common functionality (reproduced so far with cut'n'paste)Richard Levitte2003-11-281-0/+1
* Forgot to change the declaration of do_subject() to one of parse_name()...Richard Levitte2003-11-281-1/+1
* Allow multi-valued rdns in subjects. This adds the -multivalue-rdn optionRichard Levitte2003-11-281-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-0/+2
* Generalise the definition of strcasecmp() and strncasecmp() forRichard Levitte2003-09-091-6/+0
* Convert save_serial() to work like save_index(), and add aRichard Levitte2003-04-041-1/+2
* Make it possible to have multiple active certificates with the sameRichard Levitte2003-04-031-1/+31
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-19/+50
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* VMS below version 7 doesn't have strcasecmp, so let's roll our own on VMS.Richard Levitte2002-10-101-0/+6
* Make sure that the 'config' variable is correctly defined and declaredRichard Levitte2002-10-091-0/+2
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-2/+2
* Add missing prototypes.Lutz Jänicke2002-06-131-6/+2
* Reorganise -subj option code, fix buffer overrun.Dr. Stephen Henson2002-05-191-0/+2
* ENGINE module additions.Dr. Stephen Henson2002-03-061-4/+4
* non-Monolith fixes.Dr. Stephen Henson2002-02-221-0/+1
* Config code updates.Dr. Stephen Henson2002-02-221-1/+4
* Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte2002-01-251-0/+2
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-0/+53
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* ENGINE_register_all_complete() will register all implementations of allGeoff Thorpe2001-09-281-5/+3
* Make necessary tweaks to apps/ files due to recent ENGINE surgery. SeeGeoff Thorpe2001-09-251-8/+8