summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2006-01-11More TLS extension related changes.Bodo Möller
2006-01-09Further TLS extension updatesBodo Möller
2006-01-06Fixes for TLS server_name extensionBodo Möller
2006-01-04Fix signed/unsigned char clashes.Richard Levitte
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
2006-01-02C style fix-upBodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
2005-11-30Mention Whirlpool in dgst -help.Andy Polyakov
2005-11-30TypoDr. Stephen Henson
2005-11-30Make CA.pl script use CA extensions when creating a root CA.Dr. Stephen Henson
2005-11-27When using POSIXly functions, we need to define _POSIX_C_SOURCE, atRichard Levitte
2005-11-06Eliminate VC compiler warning.Andy Polyakov
2005-11-06Revive app_tminterval for Netware.Andy Polyakov
2005-11-06Revive app_tminterval for vxworks.Andy Polyakov
2005-11-06Revive app_tminterval for VMS.Andy Polyakov
2005-11-06The typos never stop. Fix one in apps/apps.c.Andy Polyakov
2005-11-06Fix newly introduced typos and warnings in ./apps.Andy Polyakov
2005-11-06Collect timing procedures in apps/apps.c. It's a bit cruel patch, as itAndy Polyakov
2005-11-04Eliminate remaining calls to stat in apps/apps.c and unify WIN32_rename forAndy Polyakov
2005-11-04Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov
2005-11-03Get rid of arcane reference to _fmode in apps/apps.h. Binary open isAndy Polyakov
2005-11-03Disable BIO_s_fd on CE and disable fd:N as password passing option onAndy Polyakov
2005-11-02compile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <j...Nils Larsch
2005-10-26fix stupid typoBodo Möller
2005-10-08Add PVK support to dsa utility.Dr. Stephen Henson
2005-10-08New option SSL_OP_NO_COMP to disable compression. New ctrls to setDr. Stephen Henson
2005-10-01new option "openssl ciphers -V"Bodo Möller
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson
2005-09-30successfully updating the db shouldn't result in an error messageNils Larsch
2005-09-16Change openssl.cnf to use UTF8Strings by default and not always include issuerDr. Stephen Henson
2005-09-03Update to ASN1 printing code.Dr. Stephen Henson
2005-09-02don't try to load cert/key when the "-nocert" option is setNils Larsch
2005-09-01Update ASN1 printing code and add a -print option to 'pkcs7' utility forDr. Stephen Henson
2005-08-31Integrated support for PVK files.Dr. Stephen Henson
2005-08-23Generate primes, too.Ben Laurie
2005-08-21Fix warning.Ben Laurie
2005-08-21Command line support for RSAPublicKey format.Dr. Stephen Henson
2005-08-20Remove ASN1_METHOD code replace with new ASN1 alternative.Dr. Stephen Henson
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch
2005-08-04Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson
2005-07-26"make update"Geoff Thorpe
2005-07-16makeNils Larsch
2005-07-04Update from stable branch.Dr. Stephen Henson
2005-07-04The private key should never have ended up in newreq.pem.Richard Levitte
2005-07-01initialize newly allocated dataNils Larsch
2005-06-29Brought forward from 0.9.8 - 64 bit warning fixes and fussy compiler fixes.Ben Laurie
2005-06-28asn1parse doesn't support any TXT format, so let's stop pretendingRichard Levitte
2005-06-27Fix typos in apps/apps.cAndy Polyakov
2005-06-26Minor (final?) Makefiles polish.Andy Polyakov