Dr. Stephen Henson [Mon, 12 Feb 2001 03:04:59 +0000 (03:04 +0000)]
Workaround for libsafe "error".
Lutz Jänicke [Sun, 11 Feb 2001 17:03:50 +0000 (17:03 +0000)]
More about session caching.
cvs2svn [Sun, 11 Feb 2001 17:01:37 +0000 (17:01 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_6-stable'.
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:20:41 +0000 (16:20 +0000)]
Manual page for SSL_CTX_set_options(). Unfortunately for some of the
options someone much longer working with OpenSSL/SSLeay is needed.
cvs2svn [Sat, 10 Feb 2001 16:18:36 +0000 (16:18 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_6-stable'.
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:20 +0000 (00:34 +0000)]
Simplify BN_rand_range
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:05:11 +0000 (19:05 +0000)]
Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.
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:35:03 +0000 (08:35 +0000)]
add linux-s390 configuration (based on information submitted by
Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca>)
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:50:55 +0000 (17:50 +0000)]
add comment and RAND_load_file() change as in main branch.
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:47 +0000 (17:14 +0000)]
cleanup
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:33:55 +0000 (12:33 +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:27:00 +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:25:03 +0000 (12:25 +0000)]
oops -- remove observation code
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:20:25 +0000 (12:20 +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 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.
Lutz Jänicke [Thu, 8 Feb 2001 10:36:37 +0000 (10:36 +0000)]
Update documentation to match the state of OpenSSL 0.9.6.
Ulf Möller [Wed, 7 Feb 2001 22:35:11 +0000 (22:35 +0000)]
DSA fix from main branch.
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.
Ulf Möller [Wed, 7 Feb 2001 22:13:10 +0000 (22:13 +0000)]
EBCDIC bug fix from main branch.
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 10:14:57 +0000 (10:14 +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
Bodo Möller [Tue, 6 Feb 2001 09:47:25 +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 13:33:28 +0000 (13:33 +0000)]
Merge in memory leak correction from main trunk.
Richard Levitte [Mon, 5 Feb 2001 13:32:33 +0000 (13:32 +0000)]
0.9.6a will not be release in Y2K. :-)
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.
Ben Laurie [Sun, 4 Feb 2001 21:02:22 +0000 (21:02 +0000)]
Can't remember why this was needed?
Ben Laurie [Sun, 4 Feb 2001 21:01:32 +0000 (21:01 +0000)]
Fix a warning.
Lutz Jänicke [Sun, 4 Feb 2001 18:10:54 +0000 (18:10 +0000)]
Documenting session caching, 2nd step.
cvs2svn [Sun, 4 Feb 2001 18:05:28 +0000 (18:05 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_6-stable'.
Lutz Jänicke [Sun, 4 Feb 2001 18:05:27 +0000 (18:05 +0000)]
Documenting session caching, 2nd step.
Dr. Stephen Henson [Sun, 4 Feb 2001 03:04:43 +0000 (03:04 +0000)]
Fix ASN1_TIME_to_generlizedtime().
Add protoype for OCSP_response_create().
Add OCSP_request_sign() and OCSP_basic_sign()
private key and certificate checks and make
OCSP_NOCERTS consistent with PKCS7_NOCERTS
Dr. Stephen Henson [Sat, 3 Feb 2001 19:20:45 +0000 (19:20 +0000)]
Various OCSP responder utility functions.
Delete obsolete OCSP functions.
Largely untested at present...
Lutz Jänicke [Sat, 3 Feb 2001 15:15:44 +0000 (15:15 +0000)]
Clarify why SSL_CTX_use_certificate_chain_file() should be preferred.
Lutz Jänicke [Sat, 3 Feb 2001 15:15:00 +0000 (15:15 +0000)]
Clarify why SSL_CTX_use_certificate_chain_file() should be preferred.
Lutz Jänicke [Sat, 3 Feb 2001 11:02:35 +0000 (11:02 +0000)]
Typo: on my screen it nicely wrapped around at 80 :-)
Lutz Jänicke [Sat, 3 Feb 2001 11:02:02 +0000 (11:02 +0000)]
Typo: on my screen it nicely wrapped around at 80 :-)
Lutz Jänicke [Sat, 3 Feb 2001 10:59:16 +0000 (10:59 +0000)]
If the source has already been succesfully queried, do not try to open it
again as file.
Lutz Jänicke [Sat, 3 Feb 2001 10:59:13 +0000 (10:59 +0000)]
If the source has already been succesfully queried, do not try to open it
again as file.
Lutz Jänicke [Fri, 2 Feb 2001 14:44:02 +0000 (14:44 +0000)]
Backport...
cvs2svn [Fri, 2 Feb 2001 14:40:53 +0000 (14:40 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_6-stable'.
Lutz Jänicke [Fri, 2 Feb 2001 14:40:52 +0000 (14:40 +0000)]
Document session caching, first step.
Dr. Stephen Henson [Fri, 2 Feb 2001 00:45:54 +0000 (00:45 +0000)]
Various function for commmon operations.
Dr. Stephen Henson [Fri, 2 Feb 2001 00:31:45 +0000 (00:31 +0000)]
Tidy up the mess in bss_sock.c and bss_fd.c
by placing them socket/fd code in separate
files rather than trying to have them both
share the same one.
Dr. Stephen Henson [Thu, 1 Feb 2001 02:03:58 +0000 (02:03 +0000)]
Tolerate some "variations" used in some
certificates.
One is a valid CA which has no basicConstraints
but does have certSign keyUsage.
Other is S/MIME signer with nonRepudiation but
no digitalSignature.
Dr. Stephen Henson [Thu, 1 Feb 2001 01:57:32 +0000 (01:57 +0000)]
Tolerate some "variations" used in some
certificates.
One is a valid CA which has no basicConstraints
but does have certSign keyUsage.
Other is S/MIME signer with nonRepudiation but
no digitalSignature.
Lutz Jänicke [Wed, 31 Jan 2001 14:18:43 +0000 (14:18 +0000)]
Backport extended documentation.
cvs2svn [Wed, 31 Jan 2001 14:14:21 +0000 (14:14 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_6-stable'.
Lutz Jänicke [Wed, 31 Jan 2001 14:14:20 +0000 (14:14 +0000)]
New manual page for a hardly known but important item :-)
Richard Levitte [Tue, 30 Jan 2001 13:54:44 +0000 (13:54 +0000)]
Transport from development branch.
Richard Levitte [Tue, 30 Jan 2001 13:47:59 +0000 (13:47 +0000)]
Document the change.
Richard Levitte [Tue, 30 Jan 2001 13:38:59 +0000 (13:38 +0000)]
Increase consistency of header data (some mail readers really do not
like spaces before the semicolon, and besides, other parts of this
file makes the values without those spaces), and move spacing of
continuation lines to support BIO's that break lines after each
write.
Bodo Möller [Mon, 29 Jan 2001 11:41:12 +0000 (11:41 +0000)]
Remove serial number file during 'make clean'.
Lutz Jänicke [Sun, 28 Jan 2001 18:35:10 +0000 (18:35 +0000)]
Backported manual pages from 0.9.7.
Lutz Jänicke [Sun, 28 Jan 2001 18:31:35 +0000 (18:31 +0000)]
Backport documentation added for 0.9.7.
Dr. Stephen Henson [Sun, 28 Jan 2001 14:48:13 +0000 (14:48 +0000)]
For CRLs.
Shouldn't use the "encode empty" macros with the
revoked field since that is initialised.
Extensions should now be set to NULL so they
encode as absent if none are added.
Bodo Möller [Sun, 28 Jan 2001 14:38:11 +0000 (14:38 +0000)]
Comment and indentation
Dr. Stephen Henson [Sun, 28 Jan 2001 14:20:13 +0000 (14:20 +0000)]
Make sk_sort tolearate a NULL argument.