Bodo Möller [Fri, 14 Apr 2000 23:36:15 +0000 (23:36 +0000)]
New function ERR_error_string_n.
Bodo Möller [Wed, 12 Apr 2000 23:04:13 +0000 (23:04 +0000)]
Minor corrections.
Richard Levitte [Wed, 12 Apr 2000 16:48:20 +0000 (16:48 +0000)]
OpenVMS, not OpenVSM...
Richard Levitte [Mon, 10 Apr 2000 15:48:16 +0000 (15:48 +0000)]
I forgot to update the change log
Richard Levitte [Sun, 9 Apr 2000 12:52:40 +0000 (12:52 +0000)]
"make update"
Richard Levitte [Sun, 9 Apr 2000 12:04:35 +0000 (12:04 +0000)]
I've always wanted to make the CONF library more adaptable. Here's
the result.
I have retained the old behavior of the CONF_* functions, and have
added a more "object oriented" interface through NCONF_* functions
(New CONF, you see :-)), working the same way as, for example, the
BIO interface. Really, the CONF_* are rewritten so they use the
NCONF_* functions internally.
In addition to that, I've split the old conf.c code into two files,
conf_def.c and conf_api.c. conf_def.c contains the default config
object that reads a configuration file the standard OpenSSL way, as
well as configuration file with Win32 registry file syntax (I'm not
sure I got that one right). conf_api.c provides an API to build other
configuration file readers around (can you see a configuraion file in
XML? I can :-)).
Finally, I've changed the name conf_lcl.h to conf_def.h, since it's
made specifically for that "class" and none others.
Bodo Möller [Thu, 6 Apr 2000 22:33:39 +0000 (22:33 +0000)]
"make update" for DSO additions.
Bodo Möller [Thu, 6 Apr 2000 22:33:14 +0000 (22:33 +0000)]
In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuites
Bodo Möller [Thu, 6 Apr 2000 22:30:57 +0000 (22:30 +0000)]
Clarifications.
Bodo Möller [Thu, 6 Apr 2000 22:25:49 +0000 (22:25 +0000)]
Avoid memory leak.
Geoff Thorpe [Thu, 6 Apr 2000 14:54:54 +0000 (14:54 +0000)]
Constification, and a silly mistake in the comments.
Geoff Thorpe [Thu, 6 Apr 2000 11:56:45 +0000 (11:56 +0000)]
I forgot about $openssl_other_defines ... should probably do this
for consistency. Not sure though whether HAVE_DLFCN_H should be
included too? If we go the autoconf route then this probably wouldn't
be included.
Geoff Thorpe [Thu, 6 Apr 2000 07:09:45 +0000 (07:09 +0000)]
This helps make the DSO stuff more portable;
* "no-dso" option available in Configure so that all DSO methods will
return NULL, overriding any support the platform might otherwise
have built.
* dlfcn_no_h config string now available rather than just dlfcn. This
is for platforms that have dlfcn.h functions but do not have (or
need) the dlfcn.h header file.
Geoff Thorpe [Tue, 4 Apr 2000 22:49:27 +0000 (22:49 +0000)]
Better make a note of what's going on ... :-)
Geoff Thorpe [Tue, 4 Apr 2000 22:32:19 +0000 (22:32 +0000)]
This commit ties the new DSO code (crypto/dso/) into the build for a
variety of platforms. A few are missing, and they will be added in
eventually, but as this is new stuff, it was better to not break lots of
platforms in one go that we can't easily test. The changes to "Configure"
should illustrate how to add support to other systems if you feel like
having a go.
NB: I'll add something shortly to allow you to add "dlfcn.h" support on
those platforms that don't have (or need) a dlfcn.h header file. (The
symbol for Configure will probably by "dlfcn_no_h").
Thanks to Richard Levitte, who is responsible for the dso_dl.c support,
understanding the trickier aspects of the build process, and giving great
feedback on everything else.
[Don't use this stuff if you're easily offended by changes to the
interface or behaviour - it's still work in progress.]
PR:
Geoff Thorpe [Tue, 4 Apr 2000 21:57:11 +0000 (21:57 +0000)]
This is a set of startup code for the DSO support, it's not yet linked into
the build process (an upcoming commit no doubt), and is very much *new*
code - what that means is that it compiles ok - usually. It certainly
doesn't mean it runs well or even properly yet. Please don't muck round
with this unless you're looking to help out and hunt bugs. :-)
Currently this code doesn't have any support for controlling the "load"
behaviour (eg. paths, filename translations, etc). That'll be handled
using DSO_ctrl() and various flags, once we work out a sensible set of
flags.
Bodo Möller [Tue, 4 Apr 2000 21:31:14 +0000 (21:31 +0000)]
Extend entry on ERR_print_errors.
Richard Levitte [Sat, 1 Apr 2000 12:32:10 +0000 (12:32 +0000)]
Release done, change status.
Richard Levitte [Sat, 1 Apr 2000 11:24:27 +0000 (11:24 +0000)]
Tagging has now been done, update to the next version (it's not quite
as important to keep a low profile here :-))
Richard Levitte [Sat, 1 Apr 2000 11:21:14 +0000 (11:21 +0000)]
Tagging has now been done, update to the next possible version (I keep
a low profile, so we don't get discontinuity in the numbering...)
Richard Levitte [Sat, 1 Apr 2000 11:15:15 +0000 (11:15 +0000)]
Version and name changes, and a last minute changelog
Richard Levitte [Sat, 1 Apr 2000 11:03:41 +0000 (11:03 +0000)]
Building version 0.9.5a
Richard Levitte [Sat, 1 Apr 2000 10:39:33 +0000 (10:39 +0000)]
_lrotl and _lrotr are defined in MSVC but nowhere else that we know
off.
Bodo Möller [Thu, 30 Mar 2000 08:12:35 +0000 (08:12 +0000)]
Entry for ssleay_rand_status locking fix.
Bodo Möller [Thu, 30 Mar 2000 06:11:54 +0000 (06:11 +0000)]
'entropy >= ENTROPY_NEEDED' should be evaluated while the
variables are locked.
Dr. Stephen Henson [Thu, 30 Mar 2000 02:00:25 +0000 (02:00 +0000)]
Add a couple of FAQs.
Richard Levitte [Wed, 29 Mar 2000 17:25:52 +0000 (17:25 +0000)]
Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,
it's a good thing if ssleay_rand_status() would do the corresponding
lock and unlock as everyone else...
Ulf Möller [Tue, 28 Mar 2000 19:45:06 +0000 (19:45 +0000)]
Add pointer to EGD manpage.
Update the "randomness" section for the upcoming 0.9.5a release.
Richard Levitte [Tue, 28 Mar 2000 18:56:04 +0000 (18:56 +0000)]
Add a default banner. Contributed by Joon Radley <jradley@vps.co.za>
Richard Levitte [Tue, 28 Mar 2000 18:54:27 +0000 (18:54 +0000)]
Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon Radley <jradley@vps.co.za>
Bodo Möller [Mon, 27 Mar 2000 18:10:08 +0000 (18:10 +0000)]
Fix typo in -clrext option, but add a compatibility hack because
0.9.5a should not break anything that works in 0.9.5.
Bodo Möller [Mon, 27 Mar 2000 18:07:45 +0000 (18:07 +0000)]
Comments for SSL_get_peer_cert_chain inconsistency.
Richard Levitte [Mon, 27 Mar 2000 12:34:58 +0000 (12:34 +0000)]
Removed, especially since it conflicts with des.pod on
case-insensitive file systems.
Dr. Stephen Henson [Mon, 27 Mar 2000 00:53:27 +0000 (00:53 +0000)]
Fix for HMAC.
Bodo Möller [Sun, 26 Mar 2000 12:27:30 +0000 (12:27 +0000)]
NeXT workaround.
Richard Levitte [Sat, 25 Mar 2000 21:17:51 +0000 (21:17 +0000)]
Beautifying code.
Bodo Möller [Sat, 25 Mar 2000 19:02:09 +0000 (19:02 +0000)]
List "no-..." option first because it's the most frequently needed one.
Richard Levitte [Sat, 25 Mar 2000 10:44:28 +0000 (10:44 +0000)]
Vi, again
Richard Levitte [Sat, 25 Mar 2000 10:28:35 +0000 (10:28 +0000)]
Info on proposed release date
Richard Levitte [Sat, 25 Mar 2000 10:23:46 +0000 (10:23 +0000)]
Another VAX environment passed
Richard Levitte [Sat, 25 Mar 2000 10:14:15 +0000 (10:14 +0000)]
VI gave me 4-space tabs... Corrected
Richard Levitte [Sat, 25 Mar 2000 09:28:54 +0000 (09:28 +0000)]
One VAX environment passed
Dr. Stephen Henson [Sat, 25 Mar 2000 02:38:28 +0000 (02:38 +0000)]
Update docs.
Bodo Möller [Sat, 25 Mar 2000 01:49:07 +0000 (01:49 +0000)]
Explain configuration options more completely.
Bodo Möller [Fri, 24 Mar 2000 19:46:22 +0000 (19:46 +0000)]
Update for new hpux-parisc-cc-o4 entry.
Geoff Thorpe [Fri, 24 Mar 2000 16:55:32 +0000 (16:55 +0000)]
another one done.
Richard Levitte [Fri, 24 Mar 2000 16:10:33 +0000 (16:10 +0000)]
More info in the Win32 test
Richard Levitte [Fri, 24 Mar 2000 16:06:22 +0000 (16:06 +0000)]
A couple of corrections concerning HPUX 10 and shared libraries.
Contributed by Lutz Jaenicke.
Richard Levitte [Fri, 24 Mar 2000 15:19:07 +0000 (15:19 +0000)]
Geoff Thorpe reports a whole bunch of tests passing.
Richard Levitte [Fri, 24 Mar 2000 15:08:04 +0000 (15:08 +0000)]
Another VMS/Alpha with a much more evil compiler passed as well...
Richard Levitte [Fri, 24 Mar 2000 12:40:28 +0000 (12:40 +0000)]
VMS on Alpha passed
Dr. Stephen Henson [Fri, 24 Mar 2000 00:47:25 +0000 (00:47 +0000)]
Add a few more FAQs.
Ulf Möller [Thu, 23 Mar 2000 23:19:12 +0000 (23:19 +0000)]
Test results.
Richard Levitte [Thu, 23 Mar 2000 22:43:20 +0000 (22:43 +0000)]
Surround the diff with the new snippage delimiters
Richard Levitte [Thu, 23 Mar 2000 22:01:25 +0000 (22:01 +0000)]
Update status
Richard Levitte [Thu, 23 Mar 2000 21:14:11 +0000 (21:14 +0000)]
Tagging has been done, update to next probable version...
Richard Levitte [Thu, 23 Mar 2000 21:12:50 +0000 (21:12 +0000)]
I almost forgot...
Richard Levitte [Thu, 23 Mar 2000 21:07:41 +0000 (21:07 +0000)]
Time for version 0.9.5a beta2
I know it's earlier than announced. The high amount of problems in
beta1 warants this, however.
Richard Levitte [Thu, 23 Mar 2000 19:31:37 +0000 (19:31 +0000)]
New FAQ for the OpenSSH configuration problem.
I know, this isn't really a OpenSSL issue, but we keep getting
questions about it, so we might as well provide the solution...
Richard Levitte [Thu, 23 Mar 2000 18:14:21 +0000 (18:14 +0000)]
Clean up context, even if an error occured.
Ulf Möller [Thu, 23 Mar 2000 17:54:58 +0000 (17:54 +0000)]
ssize_t for Ultrix
Richard Levitte [Thu, 23 Mar 2000 11:08:49 +0000 (11:08 +0000)]
Corrected. It said before that ivec had to be initialised to zero,
which isn't true. What is true, however, is that SSH assumes it is.
Bodo Möller [Thu, 23 Mar 2000 09:51:23 +0000 (09:51 +0000)]
"make update"
Richard Levitte [Thu, 23 Mar 2000 07:32:34 +0000 (07:32 +0000)]
A quick hack to have ssize_t work with gcc under SunOS 4 (tested on
SunOS 4.1.4).
Dr. Stephen Henson [Thu, 23 Mar 2000 02:35:47 +0000 (02:35 +0000)]
Update docs and remove old PKCS#7 README file.
Ulf Möller [Wed, 22 Mar 2000 15:30:03 +0000 (15:30 +0000)]
RAND_event()
Dr. Stephen Henson [Wed, 22 Mar 2000 13:50:23 +0000 (13:50 +0000)]
Fix a memory leak in PKCS12_parse.
Don't copy private key to X509 etc public key structures.
Fix for warning.
Ulf Möller [Tue, 21 Mar 2000 20:42:35 +0000 (20:42 +0000)]
more failures
Ulf Möller [Tue, 21 Mar 2000 11:40:33 +0000 (11:40 +0000)]
More failures.
Richard Levitte [Mon, 20 Mar 2000 21:38:25 +0000 (21:38 +0000)]
Ulf M\81öller reports OpenBSD-x86 and solaris-sparcv9-cc passed.
Ulf Möller [Mon, 20 Mar 2000 18:19:38 +0000 (18:19 +0000)]
OpenBSD complains.
Ulf Möller [Mon, 20 Mar 2000 18:16:52 +0000 (18:16 +0000)]
In some of the Makefiles CPP was not defined.
Richard Levitte [Mon, 20 Mar 2000 16:52:29 +0000 (16:52 +0000)]
Jaenick Lutz reports that hpux-parisc-cc with +02 passed.
Richard Levitte [Mon, 20 Mar 2000 15:56:14 +0000 (15:56 +0000)]
Ref: Message-ID: <
20000320070111.A90876@wiz.Sendmail.COM>
Ulf Möller [Mon, 20 Mar 2000 13:40:16 +0000 (13:40 +0000)]
Problems with the Windows build.
Bodo Möller [Mon, 20 Mar 2000 13:39:06 +0000 (13:39 +0000)]
Document pseudo-commands.
Ulf Möller [Mon, 20 Mar 2000 12:17:20 +0000 (12:17 +0000)]
Mention the bug fixes.
Richard Levitte [Mon, 20 Mar 2000 11:29:11 +0000 (11:29 +0000)]
I just got a not very pleasant report.
Richard Levitte [Mon, 20 Mar 2000 09:23:05 +0000 (09:23 +0000)]
There are a few new features in 0.9.5a... And I've probably
forgotten a few.
Richard Levitte [Mon, 20 Mar 2000 09:22:04 +0000 (09:22 +0000)]
New status
Richard Levitte [Mon, 20 Mar 2000 07:47:37 +0000 (07:47 +0000)]
Tagging done, we move to the next possible.
Richard Levitte [Mon, 20 Mar 2000 07:36:22 +0000 (07:36 +0000)]
Beta 1 of 0.9.5a building.
Richard Levitte [Mon, 20 Mar 2000 07:35:38 +0000 (07:35 +0000)]
make update
Richard Levitte [Mon, 20 Mar 2000 07:22:47 +0000 (07:22 +0000)]
Change the version text, it's time to release the first beta of 0.9.5a.
Ulf Möller [Sun, 19 Mar 2000 22:58:12 +0000 (22:58 +0000)]
Sample application using RAND_event() to collect entropy from mouse
movements, keyboard etc. and write it to a seed file.
Ulf Möller [Sun, 19 Mar 2000 22:57:07 +0000 (22:57 +0000)]
Bug fix: RAND_write_file() failed to write to files created by open()
on Win32.
Richard Levitte [Sun, 19 Mar 2000 19:10:03 +0000 (19:10 +0000)]
Make sure an error condition is returned if, for some reason, the file
couldn't be opened.
Ulf Möller [Sun, 19 Mar 2000 17:20:26 +0000 (17:20 +0000)]
oops. don't use "entropy" directly.
Ulf Möller [Sun, 19 Mar 2000 17:14:25 +0000 (17:14 +0000)]
New function RAND_event() collects entropy from Windows events.
Ulf Möller [Sun, 19 Mar 2000 12:15:24 +0000 (12:15 +0000)]
FLAT_INC is not needed; we use -I.. all the time
Ulf Möller [Sun, 19 Mar 2000 12:13:44 +0000 (12:13 +0000)]
Integrate podd.h sk.h into set_key.c
Richard Levitte [Sun, 19 Mar 2000 09:35:19 +0000 (09:35 +0000)]
Change the notation and coding of the version to be able to contain
both a patch level and a beta status. IMHO, it also makes more sense
to have beta status be part of the development status than to have it
be an alternate name for patch levels under special conditions.
Richard Levitte [Sun, 19 Mar 2000 09:23:25 +0000 (09:23 +0000)]
Keep in sync with Unix code, and prepare for a misfeature fix.
Ulf Möller [Sun, 19 Mar 2000 02:18:45 +0000 (02:18 +0000)]
make update
Ulf Möller [Sun, 19 Mar 2000 02:10:17 +0000 (02:10 +0000)]
cleanup.
Ulf Möller [Sun, 19 Mar 2000 02:09:37 +0000 (02:09 +0000)]
libdes manpage.
This may still contain a few errors from the old documentation,
but most of it should make sense.
Ulf Möller [Sun, 19 Mar 2000 02:06:37 +0000 (02:06 +0000)]
des_quad_cksum() byte order bug fix.
See http://www.pdc.kth.se/kth-krb/
Their solution for CRAY is somewhat awkward.
I'll assume that a "short" is 32 bits on CRAY to avoid the
#ifdef _CRAY
typedef struct {
unsigned int a:32;
unsigned int b:32;
} XXX;
#else
typedef DES_LONG XXX;
#endif
Ulf Möller [Sat, 18 Mar 2000 22:00:26 +0000 (22:00 +0000)]
add =cut
Ulf Möller [Sat, 18 Mar 2000 18:39:58 +0000 (18:39 +0000)]
DES in Perl was incomplete and not very useful
Ulf Möller [Sat, 18 Mar 2000 18:37:43 +0000 (18:37 +0000)]
superseded by des_modes.pod