summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)Author
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
least when the source is compiled with ANSI settings.
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
temporarily[!] removes support for couple of esoteric platforms [well, Netware, vxWorks and VMS].
2005-11-04Eliminate remaining calls to stat in apps/apps.c and unify WIN32_rename forAndy Polyakov
all Windows targets.
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
handles properly by bss_file.c, which renders _fmode redundant.
2005-11-03Disable BIO_s_fd on CE and disable fd:N as password passing option onAndy Polyakov
all _WIN32 [see commentary for clarification].
2005-11-02compile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill ↵Nils Larsch
<johane@lysator.liu.se>
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
maximum send fragment size. Allocate I/O buffers accordingly.
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
and serial versions of AKID.
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
initial testing.
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
pointer and make the SSL_METHOD parameter in SSL_CTX_new, SSL_CTX_set_ssl_version and SSL_set_ssl_method const.
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
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159
2005-07-04Update from stable branch.Dr. Stephen Henson
2005-07-04The private key should never have ended up in newreq.pem.Richard Levitte
Now, it ends up in newkey.pem instead.
2005-07-01initialize newly allocated dataNils Larsch
PR: 1145
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
it does.
2005-06-27Fix typos in apps/apps.cAndy Polyakov
2005-06-26Minor (final?) Makefiles polish.Andy Polyakov
2005-06-23Jumbo Makfiles update.Andy Polyakov
- eliminate ambiguities between GNU-ish and SysV-ish make flavors; - switch [back] to -e; - fold/unify rules; This is follow-up to the patch introducing common BUILDENV. Idea is to collect as much parameters in $(TOP) as possible and "strip" lower Makefiles for most variables [and thus makes them more readable].
2005-06-13Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte
1107. He says: This is a followup to the NetWare patch that was applied to beta3. It does the following: - Fixes a problem in the CLib build with undefined symbols. - Adds the ability to use BSD sockets as the default for the OpenSSL socket BIO. NetWare supports 2 flavors of sockets and our Apache developers need BSD sockets as a configurable option when building OpenSSL. This adds that for them. - Updates to the INSTALL.NW file to explain new options. I have tried very hard to make sure all the changes are in NetWare specific files or guarded carefully to make sure they only impact NetWare builds. I have tested the Windows build to make sure it does not break that since we have made changes to mk1mf.pl. We are still working the gcc cross compile for NetWare issue and hope to have a patch for that before beta 6 is released.
2005-05-31changes from 0.9.8Nils Larsch
2005-05-31include opensslconf.h if OPENSSL_NO_* is usedNils Larsch
2005-05-30DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte
2005-05-29We have some source with \r\n as line ends. DEC C informs about that,Richard Levitte
and I really can't be bothered...
2005-05-28Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson
2005-05-22OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov
make no-sha512 more effective on platforms, which don't support 64-bit integer type of *any* kind.