openssl.git
23 years agoTypo
Lutz Jänicke [Fri, 9 Feb 2001 19:05:49 +0000 (19:05 +0000)]
Typo

23 years agoFix "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>.

23 years agoVarious Win32 related fixed. Make no-krb5 work in mkdef.pl .
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.

23 years agoVarious updates to mkdef.pl to cope with new aes
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.

23 years agofix editing error
Bodo Möller [Fri, 9 Feb 2001 09:40:18 +0000 (09:40 +0000)]
fix editing error

23 years agoadd linux-s390 configuration (based on information submitted by
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>)

23 years agoAdd missing \n's to ocsp usage message.
Dr. Stephen Henson [Fri, 9 Feb 2001 03:09:05 +0000 (03:09 +0000)]
Add missing \n's to ocsp usage message.

23 years agoAllow various options to be included for signing and verify of
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.

23 years agoThe check for request including a nonce and response not having it was
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.

23 years agoAdd the -VAfile option to 'openssl ocsp'. This option will give the
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.

23 years agouse <= instead of ==
Ulf Möller [Thu, 8 Feb 2001 17:45:32 +0000 (17:45 +0000)]
use <= instead of ==

23 years agopoint out that RAND_load_file() etc are only for seed files, not for
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.

23 years agoNote that EGD is used automatically.
Ulf Möller [Thu, 8 Feb 2001 17:16:44 +0000 (17:16 +0000)]
Note that EGD is used automatically.

23 years agocleanup
Ulf Möller [Thu, 8 Feb 2001 17:14:07 +0000 (17:14 +0000)]
cleanup

23 years agoAnother comment change. (Previous comment does not apply
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...)

23 years agoChange comments. (The expected number of iterations in BN_rand_range
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...).

23 years agooops -- remove observation code
Bodo Möller [Thu, 8 Feb 2001 12:24:41 +0000 (12:24 +0000)]
oops -- remove observation code

23 years agoIntegrate my implementation of a countermeasure against
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.)

23 years agoplatform specific CFLAGS don't belong into this Makefile
Bodo Möller [Thu, 8 Feb 2001 11:15:50 +0000 (11:15 +0000)]
platform specific CFLAGS don't belong into this Makefile

23 years agoUpdate documentation to match the state at 0.9.6 _and_ the recent changes.
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.

23 years agoBleichenbacher's DSA attack
Ulf Möller [Wed, 7 Feb 2001 22:24:35 +0000 (22:24 +0000)]
Bleichenbacher's DSA attack

23 years agoModify access to EGD socket to deal with EINTR etc that can appear
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.

23 years agoFix AES code.
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.

23 years agoChange preferences for sockets of EGD-style entropy daemons to a more
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.

23 years agoFix typo preventing correct usage of -out option.
Lutz Jänicke [Wed, 7 Feb 2001 14:15:41 +0000 (14:15 +0000)]
Fix typo preventing correct usage of -out option.

23 years agoRijdael CBC mode and partial undebugged SSL support.
Ben Laurie [Tue, 6 Feb 2001 14:09:13 +0000 (14:09 +0000)]
Rijdael CBC mode and partial undebugged SSL support.

23 years agoImprove the state machine.
Ben Laurie [Tue, 6 Feb 2001 13:13:31 +0000 (13:13 +0000)]
Improve the state machine.

23 years agoAvoid coredumps for CONF_get_...(NULL, ...)
Bodo Möller [Tue, 6 Feb 2001 10:26:34 +0000 (10:26 +0000)]
Avoid coredumps for CONF_get_...(NULL, ...)

23 years agodon't dump core
Bodo Möller [Tue, 6 Feb 2001 09:47:47 +0000 (09:47 +0000)]
don't dump core

23 years agoformat strings
Ulf Möller [Tue, 6 Feb 2001 02:57:35 +0000 (02:57 +0000)]
format strings

23 years agoFix potential buffer overrun for EBCDIC.
Ulf Möller [Tue, 6 Feb 2001 02:54:02 +0000 (02:54 +0000)]
Fix potential buffer overrun for EBCDIC.

23 years agoFix a memory leak in BIO_get_accept_socket(). This leak was small and
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>

23 years agoInclude string.h (whis is in all relevant standards) instead of
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).

23 years agoNew function to copy nonce values from OCSP
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.

23 years agoMake depend.
Ben Laurie [Sun, 4 Feb 2001 21:06:55 +0000 (21:06 +0000)]
Make depend.

23 years agoBN assembler is no longer option on x86.
Ben Laurie [Sun, 4 Feb 2001 21:03:22 +0000 (21:03 +0000)]
BN assembler is no longer option on x86.

23 years agoCan't remember why this was needed?
Ben Laurie [Sun, 4 Feb 2001 21:02:22 +0000 (21:02 +0000)]
Can't remember why this was needed?

23 years agoFix a warning.
Ben Laurie [Sun, 4 Feb 2001 21:01:32 +0000 (21:01 +0000)]
Fix a warning.

23 years agoDocumenting session caching, 2nd step.
Lutz Jänicke [Sun, 4 Feb 2001 18:05:27 +0000 (18:05 +0000)]
Documenting session caching, 2nd step.

23 years agoFix ASN1_TIME_to_generlizedtime().
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

23 years agoVarious OCSP responder utility functions.
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...

23 years agoClarify 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.

23 years agoTypo: 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 :-)

23 years agoIf the source has already been succesfully queried, do not try to open it
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.

23 years agoDocument session caching, first step.
Lutz Jänicke [Fri, 2 Feb 2001 14:40:52 +0000 (14:40 +0000)]
Document session caching, first step.

23 years agoVarious function for commmon operations.
Dr. Stephen Henson [Fri, 2 Feb 2001 00:45:54 +0000 (00:45 +0000)]
Various function for commmon operations.

23 years agoTidy up the mess in bss_sock.c and bss_fd.c
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.

23 years agoTolerate some "variations" used in some
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.

23 years agoNew manual page for a hardly known but important item :-)
Lutz Jänicke [Wed, 31 Jan 2001 14:14:20 +0000 (14:14 +0000)]
New manual page for a hardly known but important item :-)

23 years agoDocument the change.
Richard Levitte [Tue, 30 Jan 2001 13:47:59 +0000 (13:47 +0000)]
Document the change.

23 years agoIncrease consistency of header data (some mail readers really do not
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.

23 years agoRemove serial number file during 'make clean'.
Bodo Möller [Mon, 29 Jan 2001 11:41:12 +0000 (11:41 +0000)]
Remove serial number file during 'make clean'.

23 years agoComment and indentation
Bodo Möller [Sun, 28 Jan 2001 14:38:11 +0000 (14:38 +0000)]
Comment and indentation

23 years agoMake sk_sort tolearate a NULL argument.
Dr. Stephen Henson [Sun, 28 Jan 2001 14:20:13 +0000 (14:20 +0000)]
Make sk_sort tolearate a NULL argument.

23 years agoNew OCSP response verify option OCSP_TRUSTOTHER
Dr. Stephen Henson [Fri, 26 Jan 2001 01:55:52 +0000 (01:55 +0000)]
New OCSP response verify option OCSP_TRUSTOTHER

23 years agoDocumentation language corrections, contributed by Chris Pepper <pepper@mail.reppep...
Richard Levitte [Thu, 25 Jan 2001 14:46:00 +0000 (14:46 +0000)]
Documentation language corrections, contributed by Chris Pepper <pepper@mail.reppep.com>

23 years agoZero the premaster secret after deriving the master secret in DH
Dr. Stephen Henson [Thu, 25 Jan 2001 13:15:01 +0000 (13:15 +0000)]
Zero the premaster secret after deriving the master secret in DH
ciphersuites.

23 years agoInsert a missing space to stop pod2man giving stroppy "malformed" warnings.
Geoff Thorpe [Thu, 25 Jan 2001 02:26:58 +0000 (02:26 +0000)]
Insert a missing space to stop pod2man giving stroppy "malformed" warnings.

23 years agoupdate
Bodo Möller [Wed, 24 Jan 2001 22:39:29 +0000 (22:39 +0000)]
update

23 years agoAdd debugging info to new ASN1 code to trace memory leaks.
Dr. Stephen Henson [Wed, 24 Jan 2001 18:39:54 +0000 (18:39 +0000)]
Add debugging info to new ASN1 code to trace memory leaks.

Fix PKCS7 and PKCS12 memory leaks.

Initialise encapsulated content type properly.

23 years agoUpdate "OAEP reconsidered" comment
Bodo Möller [Wed, 24 Jan 2001 14:59:25 +0000 (14:59 +0000)]
Update "OAEP reconsidered" comment

23 years agonew year
Ulf Möller [Wed, 24 Jan 2001 02:56:40 +0000 (02:56 +0000)]
new year

23 years agoEVP_add_digest_alias additions to SS_library_init
Bodo Möller [Tue, 23 Jan 2001 16:39:59 +0000 (16:39 +0000)]
EVP_add_digest_alias additions to SS_library_init

23 years agoThere is no C version of bn_div_3_words
Ulf Möller [Tue, 23 Jan 2001 16:26:15 +0000 (16:26 +0000)]
There is no C version of bn_div_3_words

23 years agoFor improved compatibility with 'strange' certificates, add some
Bodo Möller [Tue, 23 Jan 2001 13:55:26 +0000 (13:55 +0000)]
For improved compatibility with 'strange' certificates, add some
digest aliases (as found in OpenSSL_add_all_digests).

23 years agoUse OpenSSL_add_all_algorithms instead of the backwards compatibility
Bodo Möller [Tue, 23 Jan 2001 13:36:57 +0000 (13:36 +0000)]
Use OpenSSL_add_all_algorithms instead of the backwards compatibility
alias SSLeay_add_all_algorithms

23 years agoMore on the e_os.h mess ...
Bodo Möller [Tue, 23 Jan 2001 12:30:43 +0000 (12:30 +0000)]
More on the e_os.h mess ...

23 years agoCopy over just written manpage to the ones still missing.
Lutz Jänicke [Tue, 23 Jan 2001 11:04:52 +0000 (11:04 +0000)]
Copy over just written manpage to the ones still missing.

23 years agoAdd entries for new manpages...
Lutz Jänicke [Tue, 23 Jan 2001 10:47:41 +0000 (10:47 +0000)]
Add entries for new manpages...

23 years agoDefinition of NO_KRB5 in ssl.h for external applications.
Ulf Möller [Mon, 22 Jan 2001 18:46:32 +0000 (18:46 +0000)]
Definition of NO_KRB5 in ssl.h for external applications.

23 years agoUse the correct number of arguments in the example.
Ulf Möller [Sun, 21 Jan 2001 19:46:50 +0000 (19:46 +0000)]
Use the correct number of arguments in the example.

23 years agoMention the ./config script fixes.
Ulf Möller [Sun, 21 Jan 2001 18:45:23 +0000 (18:45 +0000)]
Mention the ./config script fixes.

23 years agoDocumentation about SSL_get_ex_data_X509_STORE_CTX_idx and
Lutz Jänicke [Sat, 20 Jan 2001 16:22:43 +0000 (16:22 +0000)]
Documentation about SSL_get_ex_data_X509_STORE_CTX_idx and
SSL_get_ex_new_index() functionality. Extended verify_callback()
example to show the usage.

23 years agoFix to stop X509_time_adj() using GeneralizedTime.
Dr. Stephen Henson [Sat, 20 Jan 2001 13:38:45 +0000 (13:38 +0000)]
Fix to stop X509_time_adj() using GeneralizedTime.

23 years agoUpdate ocsp utility documentation.
Dr. Stephen Henson [Sat, 20 Jan 2001 01:26:28 +0000 (01:26 +0000)]
Update ocsp utility documentation.

23 years agoFixes to various ASN1_INTEGER routines for negative case.
Dr. Stephen Henson [Fri, 19 Jan 2001 14:21:48 +0000 (14:21 +0000)]
Fixes to various ASN1_INTEGER routines for negative case.

Enhance s2i_ASN1_INTEGER().

23 years agoFix openssl passwd -1
Bodo Möller [Fri, 19 Jan 2001 07:37:56 +0000 (07:37 +0000)]
Fix openssl passwd -1

23 years agoAdditional functionality in ocsp utility: print summary
Dr. Stephen Henson [Fri, 19 Jan 2001 01:32:23 +0000 (01:32 +0000)]
Additional functionality in ocsp utility: print summary
of status info. Check nonce values. Option to disable
verify. Update usage message.

Rename status to string functions and make them global.

23 years agoDon't shadow.
Dr. Stephen Henson [Thu, 18 Jan 2001 01:36:54 +0000 (01:36 +0000)]
Don't shadow.

23 years agoImplement remaining OCSP verify checks in
Dr. Stephen Henson [Thu, 18 Jan 2001 01:35:39 +0000 (01:35 +0000)]
Implement remaining OCSP verify checks in
accordance with RFC2560.

23 years agoMake the change log on the RAND_poll change a bit more explicit. Suggested by Bodo...
Richard Levitte [Wed, 17 Jan 2001 13:43:18 +0000 (13:43 +0000)]
Make the change log on the RAND_poll change a bit more explicit.  Suggested by Bodo Moeller.

23 years agoKeep up with Unix
Richard Levitte [Wed, 17 Jan 2001 01:35:35 +0000 (01:35 +0000)]
Keep up with Unix

23 years agoInitial OCSP certificate verify. Not complete,
Dr. Stephen Henson [Wed, 17 Jan 2001 01:31:34 +0000 (01:31 +0000)]
Initial OCSP certificate verify. Not complete,
it just supports a "trusted OCSP global root CA".

23 years agolink to the new manpage.
Ulf Möller [Mon, 15 Jan 2001 22:19:30 +0000 (22:19 +0000)]
link to the new manpage.

23 years agoNew '-extfile' option for 'openssl ca'.
Bodo Möller [Mon, 15 Jan 2001 11:35:24 +0000 (11:35 +0000)]
New '-extfile' option for 'openssl ca'.
This allows keeping extensions in a separate configuration file.

Submitted by: Massimiliano Pala <madwolf@comune.modena.it>

23 years agoUpdate the LHASH man page.
Geoff Thorpe [Sun, 14 Jan 2001 23:37:42 +0000 (23:37 +0000)]
Update the LHASH man page.

* Correct some prototypes and macros with respect to "const"ness.

* Add the extra macros and examples due to the lh_doall[_arg] modifications
  made recently. The existing example is also reworked for consistency.

* Rewrite, tweak, and supplement bits of the existing comments that seemed
  (IMHO) to be a little convoluted and misleading.

* Add a NOTE section that explains the use of macros and avoiding function
  casts (ie. generate a wrapper as with the macros, or prototype any
  callback functions exactly to not require casting). Also, explain the
  "const" approach taken in LHASH for the purposes of API comprehensibility
  and also application code auditing.

23 years agoChange PKCS#12 key derivation routines to cope with
Dr. Stephen Henson [Sun, 14 Jan 2001 14:07:10 +0000 (14:07 +0000)]
Change PKCS#12 key derivation routines to cope with
non null terminated passwords.

23 years agoFix warning in apps/ca.c
Dr. Stephen Henson [Sun, 14 Jan 2001 13:58:49 +0000 (13:58 +0000)]
Fix warning in apps/ca.c

23 years agoPreliminary ocsp utility documentation.
Dr. Stephen Henson [Sun, 14 Jan 2001 00:52:19 +0000 (00:52 +0000)]
Preliminary ocsp utility documentation.

Fix ocsp usage message.

23 years agoNew OCSP utility. This can generate, parse and print
Dr. Stephen Henson [Sat, 13 Jan 2001 01:48:38 +0000 (01:48 +0000)]
New OCSP utility. This can generate, parse and print
OCSP requests. It can also query reponders and parse or
print out responses.

Still needs some more work: OCSP response checks and
of course documentation.

23 years agoDisable RegQueryValueEx() call.
Bodo Möller [Fri, 12 Jan 2001 15:16:21 +0000 (15:16 +0000)]
Disable RegQueryValueEx() call.
Problem reported by "Wolfgang Marczy" <WMarczy@topcall.co.at>
in a message to openssl-dev (19 Dec 2000 13:40:51 +0100).

23 years agoNew 'openssl ca -status <serial>' and 'openssl ca -updatedb'
Bodo Möller [Fri, 12 Jan 2001 14:50:44 +0000 (14:50 +0000)]
New 'openssl ca -status <serial>' and 'openssl ca -updatedb'
commands.

Submitted by: Massimiliano Pala <madwolf@comune.modena.it>

23 years agoisspace must be used only on *unsigned* chars
Bodo Möller [Fri, 12 Jan 2001 14:45:12 +0000 (14:45 +0000)]
isspace must be used only on *unsigned* chars

23 years agonote strncpy problem
Bodo Möller [Fri, 12 Jan 2001 14:06:26 +0000 (14:06 +0000)]
note strncpy problem

23 years agoWhen we are waiting for user action, we should say this explicitly.
Bodo Möller [Fri, 12 Jan 2001 10:34:58 +0000 (10:34 +0000)]
When we are waiting for user action, we should say this explicitly.

23 years agoFix typo in OCSP ASN1 module, this caused
Dr. Stephen Henson [Thu, 11 Jan 2001 23:24:28 +0000 (23:24 +0000)]
Fix typo in OCSP ASN1 module, this caused
invalid format in OCSP request signatures.

Add spaces to OCSP HTTP header.

Change X509_NAME_set() there's no reason
why it should return an error if the
destination points to NULL... though it
should if the destination is NULL.

23 years agoRemove "AVAILABLE PATCH" that has now been applied.
Bodo Möller [Thu, 11 Jan 2001 13:33:10 +0000 (13:33 +0000)]
Remove "AVAILABLE PATCH" that has now been applied.

Move ex_data.c entry from "NEEDS PATCH" to "OPEN ISSUES".

23 years agoNew -newreq-nodes option to CA.pl.
Bodo Möller [Thu, 11 Jan 2001 13:23:19 +0000 (13:23 +0000)]
New -newreq-nodes option to CA.pl.

Submitted by: Damien Miller <djm@mindrot.org>

23 years agoAdd configuration for GNU Hurd.
Richard Levitte [Thu, 11 Jan 2001 12:58:37 +0000 (12:58 +0000)]
Add configuration for GNU Hurd.

23 years agoOCSP basic response verify. Very incomplete
Dr. Stephen Henson [Thu, 11 Jan 2001 00:52:50 +0000 (00:52 +0000)]
OCSP basic response verify. Very incomplete
but will verify the signatures on a response
and locate the signers certifcate.

Still needs to implement a proper OCSP certificate
verify.

Fix warning in RAND_egd().