aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-284-12/+211
* New general public key utility 'pkey'.Dr. Stephen Henson2006-03-283-5/+291
* ensure the pointer is valid before using itNils Larsch2006-03-181-0/+2
* check if con != NULL before using itNils Larsch2006-03-182-6/+13
* fix problems found by coverity: remove useless codeNils Larsch2006-03-156-15/+2
* use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch2006-03-121-1/+1
* fix signed vs. unsigned warningNils Larsch2006-03-112-3/+3
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-102-0/+259
* Forgot the TSA application...Richard Levitte2006-03-021-2/+4
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-261-10/+4
* Synchronise with openss.cnfRichard Levitte2006-02-261-5/+4
* fix warning: add missing prototypeNils Larsch2006-02-131-0/+1
* make updateUlf Möller2006-02-121-1/+18
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-126-7/+1423
* More TLS extension related changes.Bodo Möller2006-01-113-11/+27
* Further TLS extension updatesBodo Möller2006-01-092-8/+11
* Fixes for TLS server_name extensionBodo Möller2006-01-062-6/+5
* Fix signed/unsigned char clashes.Richard Levitte2006-01-041-1/+1
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-032-12/+15
* C style fix-upBodo Möller2006-01-022-101/+115
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-022-29/+310
* Mention Whirlpool in dgst -help.Andy Polyakov2005-11-301-10/+16
* TypoDr. Stephen Henson2005-11-301-1/+1
* Make CA.pl script use CA extensions when creating a root CA.Dr. Stephen Henson2005-11-301-0/+1
* When using POSIXly functions, we need to define _POSIX_C_SOURCE, atRichard Levitte2005-11-271-0/+4
* Eliminate VC compiler warning.Andy Polyakov2005-11-061-1/+1
* Revive app_tminterval for Netware.Andy Polyakov2005-11-061-0/+22
* Revive app_tminterval for vxworks.Andy Polyakov2005-11-061-1/+36
* Revive app_tminterval for VMS.Andy Polyakov2005-11-061-0/+32
* The typos never stop. Fix one in apps/apps.c.Andy Polyakov2005-11-061-2/+3
* Fix newly introduced typos and warnings in ./apps.Andy Polyakov2005-11-062-8/+9
* Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov2005-11-064-332/+132
* Eliminate remaining calls to stat in apps/apps.c and unify WIN32_rename forAndy Polyakov2005-11-042-106/+91
* Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov2005-11-046-61/+101
* Get rid of arcane reference to _fmode in apps/apps.h. Binary open isAndy Polyakov2005-11-031-34/+4
* Disable BIO_s_fd on CE and disable fd:N as password passing option onAndy Polyakov2005-11-031-0/+10
* compile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <j...Nils Larsch2005-11-021-1/+1
* fix stupid typoBodo Möller2005-10-261-1/+1
* Add PVK support to dsa utility.Dr. Stephen Henson2005-10-081-2/+12
* New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson2005-10-082-0/+4
* new option "openssl ciphers -V"Bodo Möller2005-10-011-6/+27
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-0/+4
* successfully updating the db shouldn't result in an error messageNils Larsch2005-09-301-1/+0
* Change openssl.cnf to use UTF8Strings by default and not always include issuerDr. Stephen Henson2005-09-161-6/+5
* Update to ASN1 printing code.Dr. Stephen Henson2005-09-031-1/+1
* don't try to load cert/key when the "-nocert" option is setNils Larsch2005-09-021-11/+14
* Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson2005-09-011-1/+6
* Integrated support for PVK files.Dr. Stephen Henson2005-08-314-14/+64
* Generate primes, too.Ben Laurie2005-08-231-8/+38
* Fix warning.Ben Laurie2005-08-211-1/+1