Ulf Möller [Thu, 6 May 1999 01:29:57 +0000 (01:29 +0000)]
Typo.
Ulf Möller [Thu, 6 May 1999 00:54:01 +0000 (00:54 +0000)]
Borland C++ builder.
Submitted by: Janez Jere <jj@void.si>
Ulf Möller [Thu, 6 May 1999 00:46:34 +0000 (00:46 +0000)]
Support additional Win32 compilers.
Borland C submitted by: Janez Jere <jj@void.si>
Ulf Möller [Thu, 6 May 1999 00:40:46 +0000 (00:40 +0000)]
Info on how to submit patches.
Ulf Möller [Wed, 5 May 1999 22:06:44 +0000 (22:06 +0000)]
Remove unreachable return statements.
Ulf Möller [Wed, 5 May 1999 22:03:50 +0000 (22:03 +0000)]
v8plus must be specified.
Ulf Möller [Wed, 5 May 1999 17:58:11 +0000 (17:58 +0000)]
Note about required SC5.0 patches.
Ulf Möller [Wed, 5 May 1999 12:35:27 +0000 (12:35 +0000)]
Use ANSI stdarg.
Ulf Möller [Wed, 5 May 1999 11:54:39 +0000 (11:54 +0000)]
C++ bug fix.
Submitted by: Franco Papacella <franco@arpage.ch>
Ulf Möller [Wed, 5 May 1999 11:27:56 +0000 (11:27 +0000)]
Fix problem with /usr/ccs/lib/cpp.
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
Ulf Möller [Wed, 5 May 1999 00:23:53 +0000 (00:23 +0000)]
SHA-1 cleanups and performance enhancements.
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
Ulf Möller [Tue, 4 May 1999 23:18:24 +0000 (23:18 +0000)]
Recognise Ultra Sparc and compiler version number.
Ulf Möller [Tue, 4 May 1999 22:28:11 +0000 (22:28 +0000)]
solaris64 entry.
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
Ulf Möller [Tue, 4 May 1999 22:06:53 +0000 (22:06 +0000)]
Andy Polyakov points out there are default rules in make in gmake for this.
Ulf Möller [Tue, 4 May 1999 20:35:18 +0000 (20:35 +0000)]
Sparc v8plus assembler.
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
Ulf Möller [Tue, 4 May 1999 15:41:01 +0000 (15:41 +0000)]
c_rehash doesn't work at that point of the installation, so don't even
try.
Ulf Möller [Tue, 4 May 1999 11:52:26 +0000 (11:52 +0000)]
Update HPUX config, work around HPUX library incompatibility.
Submitted by: Anonymous
Ulf Möller [Tue, 4 May 1999 11:17:11 +0000 (11:17 +0000)]
Typo. (You ought to trademark "Configurion". :)
Ben Laurie [Tue, 4 May 1999 10:34:08 +0000 (10:34 +0000)]
Add other people who've done stackification.
Ralf S. Engelschall [Tue, 4 May 1999 10:27:10 +0000 (10:27 +0000)]
Bundle stack'ification entries on Bens request
Ralf S. Engelschall [Tue, 4 May 1999 10:15:02 +0000 (10:15 +0000)]
Add missing sk_<type>_unshift() function to safestack.h
Ralf S. Engelschall [Tue, 4 May 1999 08:56:51 +0000 (08:56 +0000)]
Convert casted X509_INFO stacks to type-safe STACK_OF(X509_INFO).
PS: Feel free to move the IMPLEMENT_STACK_OF(X509_INFO) from
crypto/asn1/x_info.c to any other place where you think it fits better.
X509_INFO is a structure slightly spreaded over ASN.1, X509 and PEM code,
so I found no definitive location for IMPLEMENT_STACK_OF(X509_INFO). In
crypto/asn1/x_info.c it's at least now bundled with X509_INFO_new() and
friends.
Ralf S. Engelschall [Tue, 4 May 1999 06:50:45 +0000 (06:50 +0000)]
consistency cosmetics
Ben Laurie [Mon, 3 May 1999 19:55:00 +0000 (19:55 +0000)]
Some more stack stuff.
Ben Laurie [Sun, 2 May 1999 21:36:58 +0000 (21:36 +0000)]
Yet another stack.
Bodo Möller [Sun, 2 May 1999 04:03:22 +0000 (04:03 +0000)]
Annotate a bug.
Submitted by:
Reviewed by:
PR:
Ben Laurie [Sat, 1 May 1999 22:36:10 +0000 (22:36 +0000)]
Update dependencies.
Bodo Möller [Sat, 1 May 1999 20:16:35 +0000 (20:16 +0000)]
Entry for resolved error macro confusion.
Submitted by:
Reviewed by:
PR:
Submitted by:
Reviewed by:
PR:
Ben Laurie [Sat, 1 May 1999 18:29:59 +0000 (18:29 +0000)]
Another stack.
Ben Laurie [Sat, 1 May 1999 18:08:44 +0000 (18:08 +0000)]
Another stack.
Bodo Möller [Sat, 1 May 1999 17:43:52 +0000 (17:43 +0000)]
New function SSL_CTX_use_certificate_chain_file.
Submitted by:
Reviewed by:
PR:
Ben Laurie [Sat, 1 May 1999 17:40:57 +0000 (17:40 +0000)]
Another safe stack.
Ralf S. Engelschall [Sat, 1 May 1999 14:55:27 +0000 (14:55 +0000)]
Better to not have blanks in .cvsignore files
Ralf S. Engelschall [Sat, 1 May 1999 14:47:08 +0000 (14:47 +0000)]
Start assembling some NEWS entries....
Bodo Möller [Sat, 1 May 1999 03:20:40 +0000 (03:20 +0000)]
Support verify_depth from the SSL API without need for user-defined
callbacks.
Submitted by:
Reviewed by:
PR:
Bodo Möller [Sat, 1 May 1999 00:28:56 +0000 (00:28 +0000)]
Point out the "rehashing skipped" is not a problem.
Submitted by:
Reviewed by:
PR:
Bodo Möller [Sat, 1 May 1999 00:18:54 +0000 (00:18 +0000)]
Add "static" to function definition
Submitted by: Anonymous
Reviewed by:
PR:
Submitted by:
Reviewed by:
PR:
Bodo Möller [Sat, 1 May 1999 00:11:15 +0000 (00:11 +0000)]
Use correct error macro so that error messages make sense.
Submitted by:
Reviewed by:
PR:
Bodo Möller [Sat, 1 May 1999 00:07:42 +0000 (00:07 +0000)]
Broken line that was too long.
Submitted by:
Reviewed by:
PR:
Ulf Möller [Fri, 30 Apr 1999 18:29:27 +0000 (18:29 +0000)]
Better Sun config.
Submitted by: Anonymous
Ulf Möller [Fri, 30 Apr 1999 18:22:59 +0000 (18:22 +0000)]
More information about installing.
Bodo Möller [Fri, 30 Apr 1999 17:15:56 +0000 (17:15 +0000)]
New function SSL_CTX_set_session_id_context.
Submitted by:
Reviewed by:
PR:
Bodo Möller [Fri, 30 Apr 1999 11:32:41 +0000 (11:32 +0000)]
Hopefully improved compatibility with earlier versions of Perl5.
Submitted by:
Reviewed by:
PR:
Bodo Möller [Fri, 30 Apr 1999 11:28:46 +0000 (11:28 +0000)]
Remove extra brace.
Submitted by:
Reviewed by:
PR:
Dr. Stephen Henson [Thu, 29 Apr 1999 22:25:52 +0000 (22:25 +0000)]
Fix a couple of cases where an attempt is made to lock an already locked
mutex.
Ulf Möller [Thu, 29 Apr 1999 22:10:24 +0000 (22:10 +0000)]
$perl should never be empty.
Ulf Möller [Thu, 29 Apr 1999 22:07:40 +0000 (22:07 +0000)]
Typo.
Bodo Möller [Thu, 29 Apr 1999 22:06:28 +0000 (22:06 +0000)]
Superseded by mklink.pl.
Submitted by:
Reviewed by:
PR:
Ulf Möller [Thu, 29 Apr 1999 21:56:55 +0000 (21:56 +0000)]
Unused file.
Ulf Möller [Thu, 29 Apr 1999 21:56:13 +0000 (21:56 +0000)]
OAEP bug fix.
Bodo Möller [Thu, 29 Apr 1999 21:54:11 +0000 (21:54 +0000)]
ignore Makefile.save
Submitted by:
Reviewed by:
PR:
Bodo Möller [Thu, 29 Apr 1999 21:52:08 +0000 (21:52 +0000)]
Support INSTALL_PREFIX for packagers.
Submitted by:
Reviewed by:
PR:
Ulf Möller [Thu, 29 Apr 1999 20:31:56 +0000 (20:31 +0000)]
Bug fix.
Ulf Möller [Thu, 29 Apr 1999 16:22:55 +0000 (16:22 +0000)]
Close files.
Bodo Möller [Thu, 29 Apr 1999 16:10:41 +0000 (16:10 +0000)]
Submitted by:
Reviewed by:
PR:
Bodo Möller [Thu, 29 Apr 1999 16:10:09 +0000 (16:10 +0000)]
New Configure options "threads" and "no-threads".
For Solaris and Linux, "threads" (with proper compiler options)
is the default.
Submitted by:
Reviewed by:
PR:
Ulf Möller [Thu, 29 Apr 1999 16:07:56 +0000 (16:07 +0000)]
Compare with BN_mod_exp_simple, too.
Ulf Möller [Thu, 29 Apr 1999 16:04:54 +0000 (16:04 +0000)]
Ignore Makefile.save
Submitted by: Anonymous
Ulf Möller [Thu, 29 Apr 1999 16:01:53 +0000 (16:01 +0000)]
exptest dumps core. Optimizer bug?
Ulf Möller [Thu, 29 Apr 1999 13:37:45 +0000 (13:37 +0000)]
Missing "else".
Bodo Möller [Thu, 29 Apr 1999 13:10:45 +0000 (13:10 +0000)]
Pass PERL to sub-Makefiles during "make links".
Submitted by:
Reviewed by:
PR:
Bodo Möller [Thu, 29 Apr 1999 12:46:59 +0000 (12:46 +0000)]
Obey $(PERL) when running util/mklink.pl.
Submitted by:
Reviewed by:
PR:
Bodo Möller [Thu, 29 Apr 1999 12:30:49 +0000 (12:30 +0000)]
Fix make target "install".
Submitted by: Niels Poppe
Reviewed by:
PR:
Bodo Möller [Wed, 28 Apr 1999 23:42:28 +0000 (23:42 +0000)]
Typo fixed.
Submitted by:
Reviewed by:
PR:
Ulf Möller [Wed, 28 Apr 1999 22:41:26 +0000 (22:41 +0000)]
Change error message for consistency.
Bodo Möller [Wed, 28 Apr 1999 22:33:54 +0000 (22:33 +0000)]
Use util/mklink.pl instead of util/mklink.sh.
Submitted by:
Reviewed by:
PR:
Ulf Möller [Wed, 28 Apr 1999 22:24:08 +0000 (22:24 +0000)]
Autogenerated files.
Ulf Möller [Wed, 28 Apr 1999 22:19:20 +0000 (22:19 +0000)]
Ignore autogenerated assembler files.
Ulf Möller [Wed, 28 Apr 1999 22:16:54 +0000 (22:16 +0000)]
Decrypt test vector data even if previous decryption failed to get
better diagnostics.
Ulf Möller [Wed, 28 Apr 1999 22:15:13 +0000 (22:15 +0000)]
Pass $PERL on make dclean.
Bodo Möller [Wed, 28 Apr 1999 22:07:28 +0000 (22:07 +0000)]
A faster (and more general, and better documented) replacement for mklink.sh.
Submitted by:
Reviewed by:
PR:
Bodo Möller [Wed, 28 Apr 1999 22:06:19 +0000 (22:06 +0000)]
Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin.
Submitted by:
Reviewed by:
PR:
Ulf Möller [Wed, 28 Apr 1999 16:16:53 +0000 (16:16 +0000)]
Linux shared libraries (now in Makefile.ssl).
Ulf Möller [Wed, 28 Apr 1999 16:16:31 +0000 (16:16 +0000)]
Linux shared libraries.
Ulf Möller [Wed, 28 Apr 1999 16:14:39 +0000 (16:14 +0000)]
Do make rehash automatically at make test.
Ben Laurie [Wed, 28 Apr 1999 12:13:45 +0000 (12:13 +0000)]
Don't shadow.
Ulf Möller [Tue, 27 Apr 1999 23:29:18 +0000 (23:29 +0000)]
Remove autogenerated file.
Ulf Möller [Tue, 27 Apr 1999 21:27:04 +0000 (21:27 +0000)]
Typo.
Pointed out by Nick Boyce <nick.boyce@eds.com>.
Ulf Möller [Tue, 27 Apr 1999 21:17:18 +0000 (21:17 +0000)]
More portable blowfish macros.
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
Bodo Möller [Tue, 27 Apr 1999 16:48:06 +0000 (16:48 +0000)]
A new comment.
Submitted by:
Reviewed by:
PR:
Ulf Möller [Tue, 27 Apr 1999 12:01:53 +0000 (12:01 +0000)]
*** empty log message ***
Ulf Möller [Tue, 27 Apr 1999 11:56:15 +0000 (11:56 +0000)]
Update NO_* macros.
Ulf Möller [Tue, 27 Apr 1999 11:46:13 +0000 (11:46 +0000)]
Undo.
Ulf Möller [Tue, 27 Apr 1999 04:18:53 +0000 (04:18 +0000)]
Message digest stuff.
Ulf Möller [Tue, 27 Apr 1999 03:19:12 +0000 (03:19 +0000)]
New Configure option no-<cipher> (rsa, idea, rc5, ...).
Ulf Möller [Tue, 27 Apr 1999 01:41:57 +0000 (01:41 +0000)]
Add missing DEPFLAG.
Dr. Stephen Henson [Tue, 27 Apr 1999 01:34:55 +0000 (01:34 +0000)]
Oops ... fix warning.
Ulf Möller [Tue, 27 Apr 1999 01:14:46 +0000 (01:14 +0000)]
New Configure option no-<cipher> (rsa, idea, rc5, ...).
Dr. Stephen Henson [Tue, 27 Apr 1999 00:36:20 +0000 (00:36 +0000)]
Add PKCS#12 documentation and new option in x509 to add certificate extensions.
Ulf Möller [Mon, 26 Apr 1999 22:20:07 +0000 (22:20 +0000)]
Remove NOPROTO-related macros.
Ulf Möller [Mon, 26 Apr 1999 20:56:18 +0000 (20:56 +0000)]
Last week I proposed to increase the version number to 1.0.
So far nobody complained...
Ulf Möller [Mon, 26 Apr 1999 16:55:02 +0000 (16:55 +0000)]
Ignore autogenerated file.
Submitted by: Anonymous
Ulf Möller [Mon, 26 Apr 1999 16:43:10 +0000 (16:43 +0000)]
Remove NOPROTO definitions and error code comments.
Dr. Stephen Henson [Mon, 26 Apr 1999 00:23:10 +0000 (00:23 +0000)]
Extensively changed the DEF file generator mkdef.pl to use a modified version
of Ulf's prototype parser, also general tidying and fixing of several problems
with the original. Its still a bit of a hack but should work.
This is the last bit of the old code that uses the K&R prototypes: after some
testing they can finally go away...
Dr. Stephen Henson [Sun, 25 Apr 1999 20:57:09 +0000 (20:57 +0000)]
Fixes so it will compile again under Win32.
Dr. Stephen Henson [Sun, 25 Apr 1999 16:38:52 +0000 (16:38 +0000)]
Various header consistency fixes.
Dr. Stephen Henson [Sun, 25 Apr 1999 11:17:44 +0000 (11:17 +0000)]
Fix mkerr.pl to find functions returning function pointers (thanks Ulf!)
also add a few missing prototypes.
Ulf Möller [Sun, 25 Apr 1999 11:01:07 +0000 (11:01 +0000)]
Submitted by:
Reviewed by:
PR:
Bodo Möller [Sun, 25 Apr 1999 10:28:26 +0000 (10:28 +0000)]
Fixed a typo.
Submitted by:
Reviewed by:
PR:
Bodo Möller [Sun, 25 Apr 1999 09:34:36 +0000 (09:34 +0000)]
Comment changed.
Submitted by:
Reviewed by:
PR: