aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-123-10/+5
* Update obsolete email address...Dr. Stephen Henson2008-11-0512-12/+12
* Fix warnings: printf format mismatches on 64 bit platforms.Dr. Stephen Henson2008-11-021-4/+4
* Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson2008-11-021-4/+4
* size_tification.Ben Laurie2008-11-013-5/+10
* Fix warnings and various issues.Dr. Stephen Henson2008-10-271-2/+2
* Add JPAKE.Ben Laurie2008-10-265-15/+249
* Add support for -crlnumber option in crl utility.Dr. Stephen Henson2008-10-221-2/+19
* Allow detection of input EOF in quiet mode by adding -no_ign_eof optionLutz Jänicke2008-10-221-0/+3
* Add missing "-d" to option list of openssl version.Lutz Jänicke2008-10-201-1/+1
* Fix Warning...Dr. Stephen Henson2008-10-191-1/+1
* Add XMPP STARTTLS support.Ben Laurie2008-10-141-2/+28
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-122-2/+2
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-072-3/+3
* From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller2008-09-151-3/+15
* Make no-tlsext compile.Dr. Stephen Henson2008-09-031-0/+6
* Initial support for delta CRLs. If "use deltas" flag is set attempt to findDr. Stephen Henson2008-09-011-0/+2
* Initial support for CRL path validation. This supports distinct certificateDr. Stephen Henson2008-08-131-0/+2
* Support for policy mappings extension.Dr. Stephen Henson2008-08-121-0/+2
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-2/+2
* Initial support for alternative CRL issuing certificates.Dr. Stephen Henson2008-07-301-0/+2
* remove a doubled entry for '-binary' in the usage messageRalf S. Engelschall2008-07-271-1/+0
* X509 verification fixes.Dr. Stephen Henson2008-07-131-0/+9
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-2/+2
* Update from stable branch.Dr. Stephen Henson2008-06-261-2/+8
* More type-checking.Ben Laurie2008-06-0413-155/+164
* Add support for client cert engine setting in s_client app.Dr. Stephen Henson2008-06-031-1/+32
* Avoid case in ca.c fix.Dr. Stephen Henson2008-06-022-1/+4
* Revert, doesn't fix warning :-(Dr. Stephen Henson2008-06-021-4/+1
* Avoid cast with wrapper function.Dr. Stephen Henson2008-06-021-1/+4
* Stop const mismatch warning.Dr. Stephen Henson2008-05-311-1/+1
* Stop warning about extra ';' outside of function.Dr. Stephen Henson2008-05-311-2/+2
* Stop const mismatch warning in VC++.Dr. Stephen Henson2008-05-312-9/+9
* LHASH revamp. make depend.Ben Laurie2008-05-267-199/+210
* Document "openssl s_server" -crl_check* optionsLutz Jänicke2008-05-191-0/+5
* Provide information about "openssl dgst" -hmac option.Lutz Jänicke2008-05-191-0/+1
* Typo. (From 0.9.8-stable/S. Henson)Lutz Jänicke2008-05-191-1/+1
* Fix from stable branch.Dr. Stephen Henson2008-05-121-2/+1
* Use "cont" consistently in cms-examples.plDr. Stephen Henson2008-05-011-0/+22
* Fix incorrect return value in apps/apps.c:parse_yesno()Lutz Jänicke2008-04-171-1/+1
* Correctly handle case of bad arguments supplied to rsautlLutz Jänicke2008-04-171-12/+24
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-0/+1
* Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson2008-04-111-1/+1
* Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson2008-04-111-1/+1
* Synchronise with Unix buildRichard Levitte2008-04-111-1/+1
* Add additional parameter to CMS_final() to handle detached content.Dr. Stephen Henson2008-04-101-2/+2
* Correct references to smime in cms app.Dr. Stephen Henson2008-04-091-4/+4
* Signed receipt generation code.Dr. Stephen Henson2008-03-281-2/+30
* Support for verification of signed receipts.Dr. Stephen Henson2008-03-281-5/+62