oweals/openssl.git
22 years agoOk, we are rolling 0.9.7-beta1 now. OpenSSL_0_9_7-beta1
Lutz Jänicke [Sat, 1 Jun 2002 15:21:55 +0000 (15:21 +0000)]
Ok, we are rolling 0.9.7-beta1 now.
Submitted by:
Reviewed by:
PR:

22 years agoFix a warning.
Ben Laurie [Fri, 31 May 2002 14:34:15 +0000 (14:34 +0000)]
Fix a warning.

22 years agoFix warnings.
Ben Laurie [Fri, 31 May 2002 14:28:30 +0000 (14:28 +0000)]
Fix warnings.

22 years agoDocument the AES changes.
Richard Levitte [Fri, 31 May 2002 13:16:37 +0000 (13:16 +0000)]
Document the AES changes.

22 years agoAdd the AES test vectors from NIST document SP800-38A.
Richard Levitte [Fri, 31 May 2002 13:13:51 +0000 (13:13 +0000)]
Add the AES test vectors from NIST document SP800-38A.

22 years agoMake it possible to give vectors only for decryption or encryption.
Richard Levitte [Fri, 31 May 2002 13:12:54 +0000 (13:12 +0000)]
Make it possible to give vectors only for decryption or encryption.

22 years agoFor CFB and OFB modes, always create the encryption key.
Richard Levitte [Fri, 31 May 2002 13:11:48 +0000 (13:11 +0000)]
For CFB and OFB modes, always create the encryption key.

22 years agoDeclare the CFB and OFB modes for AES, and prepare for a declaration
Richard Levitte [Fri, 31 May 2002 13:10:24 +0000 (13:10 +0000)]
Declare the CFB and OFB modes for AES, and prepare for a declaration
of CTR mode.

22 years agoIn CFB mode, the iv is always encrypted.
Richard Levitte [Fri, 31 May 2002 13:07:45 +0000 (13:07 +0000)]
In CFB mode, the iv is always encrypted.

22 years agoReformat the CFLAG string so it can be made part of a C string.
Richard Levitte [Thu, 30 May 2002 18:06:52 +0000 (18:06 +0000)]
Reformat the CFLAG string so it can be made part of a C string.
Incidently, this works pretty well on the command line as well.
PR: 52

22 years agoSupport the newly release gcc 3.1 on 64-bit Solaris. Not automatic.
Richard Levitte [Thu, 30 May 2002 17:28:23 +0000 (17:28 +0000)]
Support the newly release gcc 3.1 on 64-bit Solaris.  Not automatic.
PR: 57

22 years agoSupport shared libraries properly on linux-sparcv[89].
Richard Levitte [Thu, 30 May 2002 17:07:55 +0000 (17:07 +0000)]
Support shared libraries properly on linux-sparcv[89].
PR: 60

22 years agoa B< that wasn't properly ended.
Richard Levitte [Thu, 30 May 2002 16:55:31 +0000 (16:55 +0000)]
a B< that wasn't properly ended.

22 years agoCheck the return values where memory allocation failures may happen.
Richard Levitte [Thu, 30 May 2002 16:50:38 +0000 (16:50 +0000)]
Check the return values where memory allocation failures may happen.
PR: 49

22 years agoCAformat should not be used for CA key format.
Richard Levitte [Thu, 30 May 2002 16:24:26 +0000 (16:24 +0000)]
CAformat should not be used for CA key format.

22 years agoMake sure that MS_STATIC isn't defined to 'static' under Win32.
Richard Levitte [Thu, 30 May 2002 15:45:02 +0000 (15:45 +0000)]
Make sure that MS_STATIC isn't defined to 'static' under Win32.
PR: 51

22 years agopod2man.pl would only remove the first LF from the name.
Richard Levitte [Thu, 30 May 2002 15:30:21 +0000 (15:30 +0000)]
pod2man.pl would only remove the first LF from the name.

22 years agoApparently, there are still chances we have to deal with buggy pod2man versions.
Richard Levitte [Thu, 30 May 2002 15:18:07 +0000 (15:18 +0000)]
Apparently, there are still chances we have to deal with buggy pod2man versions.
Deal with that by testing any available pod2man and using it if appropriate,
and falling back to util/pod2man.pl if none was found.

22 years agoCorrect AES counter mode, which incorrectly incremented the counter before
Richard Levitte [Thu, 30 May 2002 14:06:17 +0000 (14:06 +0000)]
Correct AES counter mode, which incorrectly incremented the counter before
using it.
PR: 56

22 years agoCorrect darwin shared library support.
Richard Levitte [Thu, 30 May 2002 12:16:51 +0000 (12:16 +0000)]
Correct darwin shared library support.
PR: 39

22 years agoSome shlib extensions were in the wrong field
Richard Levitte [Thu, 30 May 2002 10:47:52 +0000 (10:47 +0000)]
Some shlib extensions were in the wrong field

22 years agoOur copy of pod2man.pl is old and comparatively broken, so lets remove it.
Richard Levitte [Thu, 30 May 2002 10:18:23 +0000 (10:18 +0000)]
Our copy of pod2man.pl is old and comparatively broken, so lets remove it.
PR: 30

22 years agoAdd more warnings for my debug targets.
Richard Levitte [Thu, 30 May 2002 09:39:19 +0000 (09:39 +0000)]
Add more warnings for my debug targets.

22 years agoRemove the duplicate description of -out.
Richard Levitte [Thu, 30 May 2002 06:24:46 +0000 (06:24 +0000)]
Remove the duplicate description of -out.
PR: 28

22 years agoMake i2c_ASN1_BIT_STRING return the correct length.
Dr. Stephen Henson [Wed, 29 May 2002 23:11:55 +0000 (23:11 +0000)]
Make i2c_ASN1_BIT_STRING return the correct length.

22 years agoSet DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
Richard Levitte [Wed, 29 May 2002 21:00:33 +0000 (21:00 +0000)]
Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
PR: 58, submitted by andrew@cis.uoguelph.ca

22 years agoThere is a chance that the input string is larger than size, and on VMS,
Richard Levitte [Wed, 29 May 2002 08:31:45 +0000 (08:31 +0000)]
There is a chance that the input string is larger than size, and on VMS,
this wasn't checked and could possibly be exploitable (slim chance, but still)

22 years agoRemove item listed twice <kromJx@crosswinds.net>.
Lutz Jänicke [Tue, 28 May 2002 17:48:12 +0000 (17:48 +0000)]
Remove item listed twice <kromJx@crosswinds.net>.
Submitted by:
Reviewed by:
PR:

22 years agoas in main branch
Ulf Möller [Mon, 27 May 2002 19:54:41 +0000 (19:54 +0000)]
as in main branch

22 years agoChange as in main branch:
Bodo Möller [Fri, 24 May 2002 20:41:07 +0000 (20:41 +0000)]
Change as in main branch:
Use assembler implementations with Cygwin.
This also fixes the bn_sub_part_word problem.

22 years agoRecover from errors
Richard Levitte [Thu, 23 May 2002 23:32:30 +0000 (23:32 +0000)]
Recover from errors

22 years agoAvoid loops when linking doesn't work
Richard Levitte [Thu, 23 May 2002 15:27:21 +0000 (15:27 +0000)]
Avoid loops when linking doesn't work

22 years agoForgot this file.
Richard Levitte [Thu, 23 May 2002 15:25:27 +0000 (15:25 +0000)]
Forgot this file.

22 years agoAllow the use of the TCP/IP stack keyword TCPIP and NONE
Richard Levitte [Wed, 22 May 2002 11:37:02 +0000 (11:37 +0000)]
Allow the use of the TCP/IP stack keyword TCPIP and NONE

22 years agoUse OPENSSL_SYS_VMS instead of just VMS
Richard Levitte [Wed, 22 May 2002 11:35:41 +0000 (11:35 +0000)]
Use OPENSSL_SYS_VMS instead of just VMS

22 years agoUpdate copyright years.
Richard Levitte [Wed, 22 May 2002 07:58:02 +0000 (07:58 +0000)]
Update copyright years.
This has already been applied in the main branch.

22 years agoUse 0 instead of NULL when casting to function pointers, to avoid
Richard Levitte [Wed, 22 May 2002 07:56:38 +0000 (07:56 +0000)]
Use 0 instead of NULL when casting to function pointers, to avoid
warnings from compilers when NULL is defined as '((void *)0)'.
This has already been applied in the main branch.

22 years agoRemove warnings about uninitialised variables.
Richard Levitte [Wed, 22 May 2002 07:55:03 +0000 (07:55 +0000)]
Remove warnings about uninitialised variables.
This has already been applied in the main branch.

22 years agoRemove warnings about unused symbols when configured with no-rsa.
Richard Levitte [Wed, 22 May 2002 07:53:53 +0000 (07:53 +0000)]
Remove warnings about unused symbols when configured with no-rsa.

22 years agoThis file was removed long ago. Why it's still in this branch is a
Richard Levitte [Wed, 22 May 2002 07:49:37 +0000 (07:49 +0000)]
This file was removed long ago.  Why it's still in this branch is a
mystery to me.

22 years agoaccept NULL in 'free' functions
Bodo Möller [Tue, 21 May 2002 09:00:54 +0000 (09:00 +0000)]
accept NULL in 'free' functions

22 years agoReorganise -subj option code, fix buffer overrun.
Dr. Stephen Henson [Sun, 19 May 2002 16:32:21 +0000 (16:32 +0000)]
Reorganise -subj option code, fix buffer overrun.

22 years agoFix Mingw32 asm build: use the Unix
Dr. Stephen Henson [Sun, 19 May 2002 12:00:46 +0000 (12:00 +0000)]
Fix Mingw32 asm build: use the Unix
bignum assembly method of bn-586.pl
and co-586.pl which (for some reason)
VC++ doesn't use.

22 years agoAdd missing EVP_CIPHER_CTX_init call.
Dr. Stephen Henson [Sat, 18 May 2002 23:42:20 +0000 (23:42 +0000)]
Add missing EVP_CIPHER_CTX_init call.

22 years agoFix incorrect =over 4 location.
Lutz Jänicke [Thu, 16 May 2002 17:44:50 +0000 (17:44 +0000)]
Fix incorrect =over 4 location.
Submitted by: David Waitzman <djw@bbn.com>
Reviewed by: Lutz Jaenicke
PR: [openssl.org #38]

22 years agofix EVP_dsa_sha macro
Bodo Möller [Thu, 16 May 2002 12:53:34 +0000 (12:53 +0000)]
fix EVP_dsa_sha macro

Submitted by: Nils Larsch

22 years agoUse the indirect way to the actual request tracker, so that people
Lutz Jänicke [Thu, 16 May 2002 10:00:16 +0000 (10:00 +0000)]
Use the indirect way to the actual request tracker, so that people
also are informed about the credentials required for guest access
and the operation instructions.
Submitted by:
Reviewed by:
PR:

22 years agoupdate
Bodo Möller [Thu, 16 May 2002 09:31:27 +0000 (09:31 +0000)]
update

22 years agoOops, forgot CHANGES entry and description:
Dr. Stephen Henson [Wed, 15 May 2002 18:23:07 +0000 (18:23 +0000)]
Oops, forgot CHANGES entry and description:

Allow reuse of cipher contexts by removing
automatic cleanup in EVP_*Final().

22 years agoZero cipher_data in EVP_CIPHER_CTX_cleanup
Dr. Stephen Henson [Wed, 15 May 2002 17:52:19 +0000 (17:52 +0000)]
Zero cipher_data in EVP_CIPHER_CTX_cleanup

Add cleanup calls to evp_test.c

22 years agomake b_print.c consistent with the rest of OpenSSL:
Bodo Möller [Tue, 14 May 2002 19:03:12 +0000 (19:03 +0000)]
make b_print.c consistent with the rest of OpenSSL:
disable assert() except for debug builds

22 years agoapply mingw32 patches from main branch
Bodo Möller [Tue, 14 May 2002 17:19:26 +0000 (17:19 +0000)]
apply mingw32 patches from main branch

22 years agoAdd missing '"'
Lutz Jänicke [Sun, 12 May 2002 20:36:49 +0000 (20:36 +0000)]
Add missing '"'
Submitted by: Boyd Gerber <gerberb@zenez.com>
Reviewed by:
PR:

22 years agoRecognize PPC64 target.
Lutz Jänicke [Sun, 12 May 2002 19:44:19 +0000 (19:44 +0000)]
Recognize PPC64 target.
Submitted by:
Reviewed by:
PR: 26

22 years agoEVP_SealFinal should return a value.
Dr. Stephen Henson [Sat, 11 May 2002 17:33:01 +0000 (17:33 +0000)]
EVP_SealFinal should return a value.

22 years agoclosedir is not used on Win32.
Dr. Stephen Henson [Sat, 11 May 2002 12:42:23 +0000 (12:42 +0000)]
closedir is not used on Win32.

22 years agoAdd config entry debug-steve-linux-pseudo64. This sets the
Dr. Stephen Henson [Fri, 10 May 2002 22:57:29 +0000 (22:57 +0000)]
Add config entry debug-steve-linux-pseudo64.  This sets the
SIXTY_FOUR bignum library option to use 64 bit operations
on the 32 bit linux platform.

This is very inefficient but it can be used to test some
of the 64 bit logic on a 32 bit platform.

22 years agoFallback to normal multiply if n2 == 8 and dna or dnb is not zero
Dr. Stephen Henson [Fri, 10 May 2002 22:22:55 +0000 (22:22 +0000)]
Fallback to normal multiply if n2 == 8 and dna or dnb is not zero
in bn_mul_recursive.

This is (hopefully) what was triggering bignum errors on 64 bit
platforms and causing the BN_mod_mul test to fail.

22 years agoAvoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.
Dr. Stephen Henson [Fri, 10 May 2002 22:08:22 +0000 (22:08 +0000)]
Avoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT is defined is unsigned.

22 years agoUpdating status for 0.9.6d
Richard Levitte [Thu, 9 May 2002 23:53:35 +0000 (23:53 +0000)]
Updating status for 0.9.6d

22 years agoSynchronise the FAQ
Richard Levitte [Thu, 9 May 2002 23:41:51 +0000 (23:41 +0000)]
Synchronise the FAQ

22 years agoMake the huge buffer smaller, so the size becomes reasonable for small-stack environm...
Richard Levitte [Thu, 9 May 2002 20:14:50 +0000 (20:14 +0000)]
Make the huge buffer smaller, so the size becomes reasonable for small-stack environments.
Notified by Verdon Walker <VWalker@novell.com>

22 years agoOne place where VMS wasn't changed to OPENSSL_SYS_VMS...
Richard Levitte [Thu, 9 May 2002 18:27:56 +0000 (18:27 +0000)]
One place where VMS wasn't changed to OPENSSL_SYS_VMS...

22 years agoMove an assert() to avoid core dumps when a static buffer hasn't been given.
Richard Levitte [Thu, 9 May 2002 18:19:45 +0000 (18:19 +0000)]
Move an assert() to avoid core dumps when a static buffer hasn't been given.
Notified by Verdon Walker <VWalker@novell.com>

22 years agoSmall documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.
Richard Levitte [Wed, 8 May 2002 15:20:33 +0000 (15:20 +0000)]
Small documentation fix for EVP_CipherFinal or EVP_CipherFinal_ex.
Notified by Stella Power <snpower@maths.tcd.ie>.
PR: 24

22 years agoFix warning.
Ben Laurie [Wed, 8 May 2002 15:13:24 +0000 (15:13 +0000)]
Fix warning.

22 years agoGenerate an error if rewinding wasn't possible.
Richard Levitte [Wed, 8 May 2002 15:12:49 +0000 (15:12 +0000)]
Generate an error if rewinding wasn't possible.
Notified by Ken Hirsch <kenhirsch@myself.com>.
PR: 23

22 years agoAdd missing ";" after fi
Lutz Jänicke [Tue, 7 May 2002 15:35:09 +0000 (15:35 +0000)]
Add missing ";" after fi
Submitted by: bryanh@giraffe-data.com
Reviewed by:
PR: [openssl.org #18]

22 years agoFix ciphersuite list to enforce low priority for RC4.
Bodo Möller [Tue, 7 May 2002 08:36:01 +0000 (08:36 +0000)]
Fix ciphersuite list to enforce low priority for RC4.

22 years agoensure that, for each strength, RC4 ciphers have least preference
Bodo Möller [Tue, 7 May 2002 07:59:05 +0000 (07:59 +0000)]
ensure that, for each strength, RC4 ciphers have least preference
in the default ciphersuite list

22 years agorefer to latest draft for AES ciphersuites
Bodo Möller [Tue, 7 May 2002 07:56:09 +0000 (07:56 +0000)]
refer to latest draft for AES ciphersuites

22 years agofix warning
Bodo Möller [Mon, 6 May 2002 10:44:08 +0000 (10:44 +0000)]
fix warning

22 years agoupdate
Bodo Möller [Sun, 5 May 2002 23:48:51 +0000 (23:48 +0000)]
update

22 years agodisable AES ciphersuites unless explicitly requested
Bodo Möller [Sun, 5 May 2002 23:47:09 +0000 (23:47 +0000)]
disable AES ciphersuites unless explicitly requested

22 years agofix casts
Bodo Möller [Sun, 5 May 2002 23:01:02 +0000 (23:01 +0000)]
fix casts

22 years agoMake sure that date is run under the C locale, so dates are given in the
Richard Levitte [Thu, 2 May 2002 08:05:52 +0000 (08:05 +0000)]
Make sure that date is run under the C locale, so dates are given in the
default format.
PR: 16

22 years agoAdd apps_startup and bio_err init code to smime.c
Dr. Stephen Henson [Wed, 1 May 2002 20:06:24 +0000 (20:06 +0000)]
Add apps_startup and bio_err init code to smime.c

22 years agoFix escaping when using the -subj option of "openssl req", document
Lutz Jänicke [Tue, 30 Apr 2002 12:10:10 +0000 (12:10 +0000)]
Fix escaping when using the -subj option of "openssl req", document
'hidden' -nameopt support. (Robert Joop <joop@fokus.gmd.de>)
Submitted by:
Reviewed by:
PR: #2

22 years agoAdd information about -nameopt option for x509.
Lutz Jänicke [Mon, 29 Apr 2002 16:02:38 +0000 (16:02 +0000)]
Add information about -nameopt option for x509.
Submitted by:
Reviewed by:
PR:

22 years agoundo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)
Bodo Möller [Mon, 29 Apr 2002 11:03:38 +0000 (11:03 +0000)]
undo nonsense patch (r *is* signed or we have signedness mismatches elsewhere)

22 years agoFix unsigned vs. signed clash
Richard Levitte [Mon, 29 Apr 2002 10:30:34 +0000 (10:30 +0000)]
Fix unsigned vs. signed clash

22 years agoFix crypto/asn1/a_sign.c so that 'parameters' is omitted (not
Bodo Möller [Fri, 26 Apr 2002 08:29:18 +0000 (08:29 +0000)]
Fix crypto/asn1/a_sign.c so that 'parameters' is omitted (not
encoded as NULL) with id-dsa-with-sha1.

Submitted by: Nils Larsch

22 years agoAdded generationQualifier OID (proposed by Fiel Cabral).
Lutz Jänicke [Thu, 25 Apr 2002 18:00:13 +0000 (18:00 +0000)]
Added generationQualifier OID (proposed by Fiel Cabral).
Submitted by:
Reviewed by:
PR:

22 years agoPotential memory leak removed. Notified by <threaded@totalise.co.uk>
Richard Levitte [Thu, 25 Apr 2002 10:11:08 +0000 (10:11 +0000)]
Potential memory leak removed.  Notified by <threaded@totalise.co.uk>

22 years agonew items for 0.9.7
Bodo Möller [Thu, 25 Apr 2002 07:51:51 +0000 (07:51 +0000)]
new items for 0.9.7

22 years agooops
Bodo Möller [Thu, 25 Apr 2002 07:46:55 +0000 (07:46 +0000)]
oops

22 years agoAlgorithmIdentifier bugs
Bodo Möller [Thu, 25 Apr 2002 06:29:31 +0000 (06:29 +0000)]
AlgorithmIdentifier bugs

22 years agofix usage (no 'key')
Bodo Möller [Tue, 23 Apr 2002 13:55:56 +0000 (13:55 +0000)]
fix usage (no 'key')

22 years agoUhmmm, if we use && after having tested for the presence of the certificate,
Richard Levitte [Tue, 23 Apr 2002 13:15:27 +0000 (13:15 +0000)]
Uhmmm, if we use && after having tested for the presence of the certificate,
we just *might* stand a certain chance of actually getting it written
to file...

22 years agoERR_file_name is no longer being used.
Lutz Jänicke [Mon, 22 Apr 2002 13:55:37 +0000 (13:55 +0000)]
ERR_file_name is no longer being used.
Submitted by:
Reviewed by:
PR:

22 years agoAdd cygwin build script (Corinna Vinschen <vinschen@redhat.com>).
Lutz Jänicke [Sun, 21 Apr 2002 17:54:53 +0000 (17:54 +0000)]
Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).
Submitted by:
Reviewed by:
PR:

22 years agoThis commit was manufactured by cvs2svn to create branch
cvs2svn [Sun, 21 Apr 2002 17:54:06 +0000 (17:54 +0000)]
This commit was manufactured by cvs2svn to create branch
'OpenSSL_0_9_7-stable'.

22 years agoAdd cygwin build script (Corinna Vinschen <vinschen@redhat.com>).
Lutz Jänicke [Sun, 21 Apr 2002 17:54:03 +0000 (17:54 +0000)]
Add cygwin build script (Corinna Vinschen <vinschen@redhat.com>).

22 years agoMake sure ec is properly handled in Windows.
Richard Levitte [Sat, 20 Apr 2002 10:25:19 +0000 (10:25 +0000)]
Make sure ec is properly handled in Windows.

22 years agoMake sure ec and ecdsa is properly handled in Windows.
Richard Levitte [Sat, 20 Apr 2002 10:23:56 +0000 (10:23 +0000)]
Make sure ec and ecdsa is properly handled in Windows.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>

22 years agoSignedness mismatch.
Richard Levitte [Sat, 20 Apr 2002 10:23:19 +0000 (10:23 +0000)]
Signedness mismatch.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>

22 years agoThe callback must have (void) as argument list.
Richard Levitte [Sat, 20 Apr 2002 10:22:42 +0000 (10:22 +0000)]
The callback must have (void) as argument list.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>

22 years agoNo point constifying an int.
Richard Levitte [Sat, 20 Apr 2002 10:22:01 +0000 (10:22 +0000)]
No point constifying an int.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>

22 years agoDo not free p if it hasn't been used yet.
Richard Levitte [Sat, 20 Apr 2002 10:19:20 +0000 (10:19 +0000)]
Do not free p if it hasn't been used yet.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>

22 years agoMake sure the opened directory is closed on exit.
Richard Levitte [Thu, 18 Apr 2002 16:20:21 +0000 (16:20 +0000)]
Make sure the opened directory is closed on exit.
Notified by Lorinczy Zsigmond <lzsiga@mail.ahiv.hu>