Richard Levitte [Tue, 20 Feb 2001 13:10:14 +0000 (13:10 +0000)]
Let VMS catch up.
Richard Levitte [Tue, 20 Feb 2001 13:06:55 +0000 (13:06 +0000)]
DEC C on VMS is pedantic by definition.
Richard Levitte [Tue, 20 Feb 2001 13:06:10 +0000 (13:06 +0000)]
Use sk_*_new_null() instead of sk_*_new(NULL). That avoids getting
lots of silly warnings from the compiler.
Bodo Möller [Tue, 20 Feb 2001 12:59:48 +0000 (12:59 +0000)]
honour '-no_tmp_rsa'
Richard Levitte [Tue, 20 Feb 2001 12:51:56 +0000 (12:51 +0000)]
Include string.h so mem* functions get properly declared.
Richard Levitte [Tue, 20 Feb 2001 12:44:46 +0000 (12:44 +0000)]
Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS
get a chance to be defined.
Richard Levitte [Tue, 20 Feb 2001 12:43:11 +0000 (12:43 +0000)]
Include string.h so mem* functions get properly declared.
Richard Levitte [Tue, 20 Feb 2001 12:40:42 +0000 (12:40 +0000)]
Use 0 instead of NULL, at least for function casts, since there are
variants of stdio.h that define NULL in such a way that it's "unsafe"
to use for function pointer casting.
Bodo Möller [Tue, 20 Feb 2001 11:36:02 +0000 (11:36 +0000)]
update
Richard Levitte [Tue, 20 Feb 2001 08:13:47 +0000 (08:13 +0000)]
Use new-style system-id macros everywhere possible. I hope I haven't
missed any.
This compiles and runs on Linux, and external applications have no
problems with it. The definite test will be to build this on VMS.
Bodo Möller [Tue, 20 Feb 2001 08:10:38 +0000 (08:10 +0000)]
Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.
Mention BN_[pseudo_]rand with top=-1 in CHANGES.
Richard Levitte [Tue, 20 Feb 2001 07:43:22 +0000 (07:43 +0000)]
Use new-style system-id macros.
Richard Levitte [Tue, 20 Feb 2001 07:22:11 +0000 (07:22 +0000)]
I'm sick of the warnings about long long...
Ulf Möller [Tue, 20 Feb 2001 00:43:59 +0000 (00:43 +0000)]
Use BN_rand_range().
Ulf Möller [Tue, 20 Feb 2001 00:43:03 +0000 (00:43 +0000)]
Fix warning.
Ulf Möller [Tue, 20 Feb 2001 00:23:07 +0000 (00:23 +0000)]
BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.
Ulf Möller [Mon, 19 Feb 2001 23:58:56 +0000 (23:58 +0000)]
note OPENSSL_issetugid().
Ulf Möller [Mon, 19 Feb 2001 23:42:09 +0000 (23:42 +0000)]
Temporary fix for build break.
It's still inconsistent - probably better to undo the whole OPENSSL_NO_* thing.
Richard Levitte [Mon, 19 Feb 2001 22:47:40 +0000 (22:47 +0000)]
Make sure time() is properly declared.
Richard Levitte [Mon, 19 Feb 2001 22:04:02 +0000 (22:04 +0000)]
Use the new-style system-identity macros.
Richard Levitte [Mon, 19 Feb 2001 16:15:13 +0000 (16:15 +0000)]
I forgot to document the system identification macros
Richard Levitte [Mon, 19 Feb 2001 16:06:34 +0000 (16:06 +0000)]
Make all configuration macros available for application by making
sure they are available in opensslconf.h, by giving them names starting
with "OPENSSL_" to avoid conflicts with other packages and by making
sure e_os2.h will cover all platform-specific cases together with
opensslconf.h.
I've checked fairly well that nothing breaks with this (apart from
external software that will adapt if they have used something like
NO_KRB5), but I can't guarantee it completely, so a review of this
change would be a good thing.
Richard Levitte [Mon, 19 Feb 2001 15:23:37 +0000 (15:23 +0000)]
Remove temporary files when done.
Richard Levitte [Mon, 19 Feb 2001 14:00:38 +0000 (14:00 +0000)]
make update
Richard Levitte [Mon, 19 Feb 2001 13:57:40 +0000 (13:57 +0000)]
An obvious but hard-to-see cut'n'paste error corrected.
Dr. Stephen Henson [Mon, 19 Feb 2001 13:38:32 +0000 (13:38 +0000)]
New -set_serial options to 'req' and 'x509'.
Remove the old broken bio read of serial numbers in the 'ca' index
file. This would choke if a revoked certificate was specified with
a negative serial number.
Fix typo in uid.c
Richard Levitte [Mon, 19 Feb 2001 13:33:04 +0000 (13:33 +0000)]
Do not insert things in syms{} and kind{} when parsing the header
files. Instead, insert proper information in the $def string, which
will be properly munged later on.
Richard Levitte [Mon, 19 Feb 2001 12:51:14 +0000 (12:51 +0000)]
Make the choice of "makedepend" program choosable through a switch.
Richard Levitte [Mon, 19 Feb 2001 11:30:22 +0000 (11:30 +0000)]
VMS follows suit.
Bodo Möller [Mon, 19 Feb 2001 10:32:53 +0000 (10:32 +0000)]
Memory leak detection bugfixes for multi-threading.
Bodo Möller [Mon, 19 Feb 2001 10:31:04 +0000 (10:31 +0000)]
Add uid.{c,o}
Richard Levitte [Mon, 19 Feb 2001 09:29:53 +0000 (09:29 +0000)]
Perl code patch contributed by "Kurt J. Pires" <kjpires@iat.com>
His own words are:
The patch adds no new functionality (other than a simple test package)
to the libraries, but it allows them to be compiled with Perl5.6.0.
It has only been tested under "Red Hat Linux release 7.0 (Guinness)"
with the unpatched verion of OpenSSL 0.9.6 released last September.
Richard Levitte [Fri, 16 Feb 2001 13:55:05 +0000 (13:55 +0000)]
Make it possible to use gcc to generate the dependency tables.
Ulf Möller [Fri, 16 Feb 2001 02:09:53 +0000 (02:09 +0000)]
ispell
Ulf Möller [Fri, 16 Feb 2001 01:44:24 +0000 (01:44 +0000)]
pod format error
Dr. Stephen Henson [Fri, 16 Feb 2001 01:35:44 +0000 (01:35 +0000)]
New options to 'ca' utility to support CRL entry extensions.
Add revelant new X509V3 extensions.
Add OIDs.
Fix ASN1 memory leak code to pop info if external allocation used.
Lutz Jänicke [Thu, 15 Feb 2001 14:18:53 +0000 (14:18 +0000)]
Move entry to match chronologic orderering.
Lutz Jänicke [Thu, 15 Feb 2001 10:35:56 +0000 (10:35 +0000)]
Don't forget to mention minor change.
Lutz Jänicke [Thu, 15 Feb 2001 10:22:07 +0000 (10:22 +0000)]
Add "-rand" option to s_client and s_server.
Ulf Möller [Wed, 14 Feb 2001 16:55:22 +0000 (16:55 +0000)]
That was misleading. The problem won't happen with 0.9.6a anyway.
Richard Levitte [Wed, 14 Feb 2001 07:45:59 +0000 (07:45 +0000)]
Include the newly reported problem with bc on FreeBSD 4.2.
Dr. Stephen Henson [Wed, 14 Feb 2001 02:11:52 +0000 (02:11 +0000)]
Option to disable standard block padding with EVP API.
Add -nopad option to enc command.
Update docs.
Ulf Möller [Wed, 14 Feb 2001 01:35:44 +0000 (01:35 +0000)]
New function OPENSSL_issetugid(). Needs more work.
Dr. Stephen Henson [Wed, 14 Feb 2001 01:12:41 +0000 (01:12 +0000)]
Initial OCSP SSL support.
Ulf Möller [Wed, 14 Feb 2001 00:14:09 +0000 (00:14 +0000)]
IRIX bugfix
Lutz Jänicke [Tue, 13 Feb 2001 14:00:09 +0000 (14:00 +0000)]
Finish first round of session cache documentation.
Richard Levitte [Tue, 13 Feb 2001 13:08:12 +0000 (13:08 +0000)]
Update of linux-ppc. Contributed by MATSUURA Takanori
<t-matsuu@protein.osaka-u.ac.jp>
Lutz Jänicke [Tue, 13 Feb 2001 11:43:11 +0000 (11:43 +0000)]
New manual page: SSL_CTX_set_mode.
Dr. Stephen Henson [Tue, 13 Feb 2001 00:37:44 +0000 (00:37 +0000)]
New function OCSP_parse_url() and -url option for ocsp utility.
Doesn't handle SSL URLs yet.
Dr. Stephen Henson [Mon, 12 Feb 2001 23:28:45 +0000 (23:28 +0000)]
Modify OCSP nonce behaviour.
Dr. Stephen Henson [Mon, 12 Feb 2001 03:22:49 +0000 (03:22 +0000)]
Work around for libsafe "error".
Geoff Thorpe [Mon, 12 Feb 2001 02:30:19 +0000 (02:30 +0000)]
Re-order a couple of static functions and "#if 0" out unused ones - this
gets rid of gcc warnings.
Geoff Thorpe [Mon, 12 Feb 2001 02:28:29 +0000 (02:28 +0000)]
This change was a quick experiment that I'd wanted to try that works quite
well (and is a good demonstration of how encapsulating the SSL in a
memory-based state machine can make it easier to apply to different
situations).
The change implements a new command-line switch "-flipped <0|1>" which, if
set to 1, reverses the usual interpretation of a client and server for SSL
tunneling. Normally, an ssl client (ie. "-server 0") accepts "cleartext"
connections and conducts SSL/TLS over a proxied connection acting as an SSL
client. Likewise, an ssl server (ie. "-server 1") accepts connections and
conducts SSL/TLS (as an SSL server) over them and passes "cleartext" over
the proxied connection. With "-flipped 1", an SSL client (specified with
"-server 0") in fact accepts SSL connections and proxies clear, whereas an
SSL server ("-server 1") accepts clear and proxies SSL. NB: most of this
diff is command-line handling, the actual meat of the change is simply the
line or two that plugs "clean" and "dirty" file descriptors into the item
that holds the state-machine - reverse them and you get the desired
behaviour.
This allows a network server to be an SSL client, and a network client to
be an SSL server. Apart from curiosity value, there's a couple of possibly
interesting applications - SSL/TLS is inherently vulnerable to trivial DoS
attacks, because the SSL server usually has to perform a private key
operation first, even if the client is authenticated. With this scenario,
the network client is the SSL server and performs the first private key
operation, whereas the network server serves as the SSL client. Another
possible application is when client-only authentication is required (ie.
the underlying protocol handles (or doesn't care about) authenticating the
server). Eg. an SSL/TLS version of 'ssh' could be concocted where the
client's signed certificate is used to validate login to a server system -
whether or not the client needs to validate who the server is can be
configured at the client end rather than at the server end (ie. a complete
inversion of what happens in normal SSL/TLS).
NB: This is just an experiment/play-thing, using "-flipped 1" probably
creates something that is interoperable with exactly nothing. :-)
Lutz Jänicke [Sun, 11 Feb 2001 17:01:36 +0000 (17:01 +0000)]
More about session caching.
Lutz Jänicke [Sat, 10 Feb 2001 19:10:36 +0000 (19:10 +0000)]
Include information that automatic query is a new feature.
Lutz Jänicke [Sat, 10 Feb 2001 16:21:38 +0000 (16:21 +0000)]
Update for 0.9.7 with SSL_OP_CIPHER_SERVER_PREFERENCE.
Lutz Jänicke [Sat, 10 Feb 2001 16:18:35 +0000 (16:18 +0000)]
Manual page for SSL_CTX_set_options(). Unfortunately for some of the
options someone much longer working with OpenSSL/SSLeay is needed.
Bodo Möller [Sat, 10 Feb 2001 13:35:34 +0000 (13:35 +0000)]
Oops: It's RegTP, not RegPT ...
Bodo Möller [Sat, 10 Feb 2001 13:16:16 +0000 (13:16 +0000)]
Add German SiG root certificates (extracted from the official cert registry
file http://www.nrca-ds.de/ftp/pkd.ttp, which contains a total of 288
certificates issued by the RegPT so far)
Bodo Möller [Sat, 10 Feb 2001 13:12:35 +0000 (13:12 +0000)]
disable stdin buffering in load_cert
Bodo Möller [Sat, 10 Feb 2001 11:21:29 +0000 (11:21 +0000)]
use case-insensitive comparison in set_table_opts
(similar to how arguments such as -inform/-outform specifications
are treated)
Dr. Stephen Henson [Sat, 10 Feb 2001 00:56:45 +0000 (00:56 +0000)]
Fix CRL printing to correctly show when there are no revoked certificates.
Make ca.c correctly initialize the revocation date.
Make ASN1_UTCTIME_set_string() and ASN1_GENERALIZEDTIME_set_string() set the
string type: so they can initialize ASN1_TIME structures properly.
Bodo Möller [Sat, 10 Feb 2001 00:34:02 +0000 (00:34 +0000)]
Simplify BN_rand_range
Lutz Jänicke [Fri, 9 Feb 2001 19:56:31 +0000 (19:56 +0000)]
New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to override
the clients choice; in SSLv2 the client uses the server's preferences.
Lutz Jänicke [Fri, 9 Feb 2001 19:05:49 +0000 (19:05 +0000)]
Typo
Lutz Jänicke [Fri, 9 Feb 2001 19:03:53 +0000 (19:03 +0000)]
Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.
Dr. Stephen Henson [Fri, 9 Feb 2001 18:16:12 +0000 (18:16 +0000)]
Various Win32 related fixed. Make no-krb5 work in mkdef.pl .
Fix warning in apps/engine.c
Remove definitions of deleted functions.
Add missing definition of X509_VAL.
Dr. Stephen Henson [Fri, 9 Feb 2001 13:16:21 +0000 (13:16 +0000)]
Various updates to mkdef.pl to cope with new aes
and ASN1 code.
Bodo Möller [Fri, 9 Feb 2001 09:40:18 +0000 (09:40 +0000)]
fix editing error
Bodo Möller [Fri, 9 Feb 2001 08:34:29 +0000 (08:34 +0000)]
add linux-s390 configuration (based on information submitted by
Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca>)
Dr. Stephen Henson [Fri, 9 Feb 2001 03:09:05 +0000 (03:09 +0000)]
Add missing \n's to ocsp usage message.
Dr. Stephen Henson [Thu, 8 Feb 2001 19:36:10 +0000 (19:36 +0000)]
Allow various options to be included for signing and verify of
OCSP responses.
Documentation to follow...
Urgh.. this conflicted with the -VAfile patch I hope I haven't
broken it.
Richard Levitte [Thu, 8 Feb 2001 19:28:10 +0000 (19:28 +0000)]
The check for request including a nonce and response not having it was
inversed. Corrected. Hopefully, this will make it work without
dumping core.
Richard Levitte [Thu, 8 Feb 2001 17:59:29 +0000 (17:59 +0000)]
Add the -VAfile option to 'openssl ocsp'. This option will give the
client code certificates to use to only check response signatures.
I'm not entirely sure if the way I just implemented the verification
is the right way to do it, and would be happy if someone would like to
review this.
Ulf Möller [Thu, 8 Feb 2001 17:45:32 +0000 (17:45 +0000)]
use <= instead of ==
Ulf Möller [Thu, 8 Feb 2001 17:22:56 +0000 (17:22 +0000)]
point out that RAND_load_file() etc are only for seed files, not for
entropy devices or sockets.
Ulf Möller [Thu, 8 Feb 2001 17:16:44 +0000 (17:16 +0000)]
Note that EGD is used automatically.
Ulf Möller [Thu, 8 Feb 2001 17:14:07 +0000 (17:14 +0000)]
cleanup
Bodo Möller [Thu, 8 Feb 2001 12:34:08 +0000 (12:34 +0000)]
Another comment change. (Previous comment does not apply
for range =
11000000... or range = 100000...)
Bodo Möller [Thu, 8 Feb 2001 12:27:22 +0000 (12:27 +0000)]
Change comments. (The expected number of iterations in BN_rand_range
never exceeds 1.333...).
Bodo Möller [Thu, 8 Feb 2001 12:24:41 +0000 (12:24 +0000)]
oops -- remove observation code
Bodo Möller [Thu, 8 Feb 2001 12:14:51 +0000 (12:14 +0000)]
Integrate my implementation of a countermeasure against
Bleichenbacher's DSA attack. With this implementation, the expected
number of iterations never exceeds 2.
New semantics for BN_rand_range():
BN_rand_range(r, min, range) now generates r such that
min <= r < min+range.
(Previously, BN_rand_range(r, min, max) generated r such that
min <= r < max.
It is more convenient to have the range; also the previous
prototype was misleading because max was larger than
the actual maximum.)
Bodo Möller [Thu, 8 Feb 2001 11:15:50 +0000 (11:15 +0000)]
platform specific CFLAGS don't belong into this Makefile
Lutz Jänicke [Thu, 8 Feb 2001 10:42:01 +0000 (10:42 +0000)]
Update documentation to match the state at 0.9.6 _and_ the recent changes.
Ulf Möller [Wed, 7 Feb 2001 22:24:35 +0000 (22:24 +0000)]
Bleichenbacher's DSA attack
Lutz Jänicke [Wed, 7 Feb 2001 22:13:38 +0000 (22:13 +0000)]
Modify access to EGD socket to deal with EINTR etc that can appear
during connect() and other calls. First seen on Unixware-7.
Unify access to EGD-socket for all RAND_egd_*() methods.
Dr. Stephen Henson [Wed, 7 Feb 2001 18:15:18 +0000 (18:15 +0000)]
Fix AES code.
Update Rijndael source to v3.0
Add AES OIDs.
Change most references of Rijndael to AES.
Add new draft AES ciphersuites.
Lutz Jänicke [Wed, 7 Feb 2001 14:26:43 +0000 (14:26 +0000)]
Change preferences for sockets of EGD-style entropy daemons to a more
reasonable selection.
Lutz Jänicke [Wed, 7 Feb 2001 14:15:41 +0000 (14:15 +0000)]
Fix typo preventing correct usage of -out option.
Ben Laurie [Tue, 6 Feb 2001 14:09:13 +0000 (14:09 +0000)]
Rijdael CBC mode and partial undebugged SSL support.
Ben Laurie [Tue, 6 Feb 2001 13:13:31 +0000 (13:13 +0000)]
Improve the state machine.
Bodo Möller [Tue, 6 Feb 2001 10:26:34 +0000 (10:26 +0000)]
Avoid coredumps for CONF_get_...(NULL, ...)
Bodo Möller [Tue, 6 Feb 2001 09:47:47 +0000 (09:47 +0000)]
don't dump core
Ulf Möller [Tue, 6 Feb 2001 02:57:35 +0000 (02:57 +0000)]
format strings
Ulf Möller [Tue, 6 Feb 2001 02:54:02 +0000 (02:54 +0000)]
Fix potential buffer overrun for EBCDIC.
Richard Levitte [Mon, 5 Feb 2001 09:15:09 +0000 (09:15 +0000)]
Fix a memory leak in BIO_get_accept_socket(). This leak was small and
only happened when the port number wasn't parsable ot the host wasn't
possible to convert to an IP address.
Contributed by Niko Baric <Niko.Baric@epost.de>
Bodo Möller [Mon, 5 Feb 2001 09:07:50 +0000 (09:07 +0000)]
Include string.h (whis is in all relevant standards) instead of
memory.h (which is not).
Dr. Stephen Henson [Mon, 5 Feb 2001 00:35:06 +0000 (00:35 +0000)]
New function to copy nonce values from OCSP
request to response.
Ben Laurie [Sun, 4 Feb 2001 21:06:55 +0000 (21:06 +0000)]
Make depend.
Ben Laurie [Sun, 4 Feb 2001 21:03:22 +0000 (21:03 +0000)]
BN assembler is no longer option on x86.