openssl.git
21 years agoalways include <string.h> (we do this in various other header files,
Bodo Möller [Tue, 18 Jun 2002 09:36:02 +0000 (09:36 +0000)]
always include <string.h> (we do this in various other header files,
so it can't be bad)

21 years agoalways include <string.h> (we do this in various other header files,
Bodo Möller [Tue, 18 Jun 2002 09:35:43 +0000 (09:35 +0000)]
always include <string.h> (we do this in various other header files,
so it can't be bad)

PR: 102

21 years agoImplement handling of EC parameter seeds (new functions
Bodo Möller [Tue, 18 Jun 2002 08:38:59 +0000 (08:38 +0000)]
Implement handling of EC parameter seeds (new functions
EC_GROUP_set_seed(), EC_GROUP_get0_seed(), EC_GROUP_get_seed_len()).

New functions ECPKParameters_print(), ECPKParameters_print_fp().

Submitted by: Nils Larsch

21 years agotypo
Bodo Möller [Mon, 17 Jun 2002 13:59:12 +0000 (13:59 +0000)]
typo

21 years agobeta2, not beta1
Lutz Jänicke [Sun, 16 Jun 2002 18:20:28 +0000 (18:20 +0000)]
beta2, not beta1

21 years agoRoll out OpenSSL-0.9.7-beta2
Lutz Jänicke [Sun, 16 Jun 2002 11:33:59 +0000 (11:33 +0000)]
Roll out OpenSSL-0.9.7-beta2

21 years agoUse -dumpversion to obtain gcc's version.
Lutz Jänicke [Sun, 16 Jun 2002 10:31:17 +0000 (10:31 +0000)]
Use -dumpversion to obtain gcc's version.
Submitted by: ross.alexander@uk.neceur.com, allenh@eecs.berkeley.edu
Reviewed by:
PR: 96

21 years agoOpenSSL_add_all_algorithms has been replaced by configuration dependent
Lutz Jänicke [Sun, 16 Jun 2002 10:18:25 +0000 (10:18 +0000)]
OpenSSL_add_all_algorithms has been replaced by configuration dependent
functions and is redirected by macros. Switch it off now, possible removal
later.

21 years agoInitial support for hpux64-parisc-gcc
Lutz Jänicke [Fri, 14 Jun 2002 20:15:18 +0000 (20:15 +0000)]
Initial support for hpux64-parisc-gcc
Submitted by: ross.alexander@uk.neceur.com
Reviewed by:
PR: 96

21 years agoSome more prototype fixes.
Lutz Jänicke [Fri, 14 Jun 2002 19:01:52 +0000 (19:01 +0000)]
Some more prototype fixes.
Use DECLARE macros in asn1* instead of direct declaration.
Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de>
Reviewed by:
PR: 89

21 years agoNew option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC
Bodo Möller [Fri, 14 Jun 2002 12:21:11 +0000 (12:21 +0000)]
New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC
vulnerability workaround (included in SSL_OP_ALL).

PR: #90

21 years agomake update (adapt libeay.num to the 0.9.7-stable branch)
Richard Levitte [Thu, 13 Jun 2002 23:35:24 +0000 (23:35 +0000)]
make update (adapt libeay.num to the 0.9.7-stable branch)

21 years agoTentatively add support for UWIN, a Unix-like environment on top of Windows.
Richard Levitte [Thu, 13 Jun 2002 21:44:23 +0000 (21:44 +0000)]
Tentatively add support for UWIN, a Unix-like environment on top of Windows.
PR: 62

21 years agoMake sure that any dash in the prefix before the version number is removed.
Richard Levitte [Thu, 13 Jun 2002 21:11:41 +0000 (21:11 +0000)]
Make sure that any dash in the prefix before the version number is removed.
PR: 96

21 years agoAdd support for DJGPP.
Richard Levitte [Thu, 13 Jun 2002 20:44:49 +0000 (20:44 +0000)]
Add support for DJGPP.

21 years agoAdd support for DJGPP.
Richard Levitte [Thu, 13 Jun 2002 20:42:35 +0000 (20:42 +0000)]
Add support for DJGPP.
PR: 75

21 years agoCheck for the executable $openssl, not just the file.
Richard Levitte [Thu, 13 Jun 2002 19:59:40 +0000 (19:59 +0000)]
Check for the executable $openssl, not just the file.
Part of PR: 75

21 years agoParse directory using both slashes and backslashes as separators.
Richard Levitte [Thu, 13 Jun 2002 19:50:37 +0000 (19:50 +0000)]
Parse directory using both slashes and backslashes as separators.
Do file copying in term of perl statements instead of using cp.
Part of PR: 75

21 years agoMaking a softlink from crypto/des/asm/perlasm to crypto/perlasm isn't
Richard Levitte [Thu, 13 Jun 2002 19:42:37 +0000 (19:42 +0000)]
Making a softlink from crypto/des/asm/perlasm to crypto/perlasm isn't
strictly necessary, so let's not do that.

21 years agoAdd missing prototypes.
Lutz Jänicke [Thu, 13 Jun 2002 17:40:27 +0000 (17:40 +0000)]
Add missing prototypes.
Submitted by: Goetz Babin-Ebell <babinebell@trustcenter.de>
PR: 89

21 years agoFix ext_dat.h extension ordering.
Dr. Stephen Henson [Thu, 13 Jun 2002 12:56:27 +0000 (12:56 +0000)]
Fix ext_dat.h extension ordering.

Reinstate -reqout code.

Avoid coredump in ocsp if setup_verify
fails.

Fix typo in ocsp usage message.

21 years agoAdd OIDs for Secure Electronic Transactions (SET)
Lutz Jänicke [Thu, 13 Jun 2002 11:52:56 +0000 (11:52 +0000)]
Add OIDs for Secure Electronic Transactions (SET)
Submitted by: Vadim Fedukovich <vf@unity.net>
Reviewed by: Lutz Jaenicke
PR: 80

21 years agoClarify formulation (proposed by Bodo Moeller).
Lutz Jänicke [Thu, 13 Jun 2002 08:53:42 +0000 (08:53 +0000)]
Clarify formulation (proposed by Bodo Moeller).

21 years agoThe new ASN1 code automatically allocates
Dr. Stephen Henson [Thu, 13 Jun 2002 00:43:27 +0000 (00:43 +0000)]
The new ASN1 code automatically allocates
structures for fields that are not OPTIONAL.

However in the AUTHORITY_INFO_ACCESS case
the 'location' field was set to NULL in
the old code.

So in 0.9.7+ we should free up the field before
overwriting it in v2i_AUTHORITY_INFO_ACCESS.

21 years agoMake change uniqueIdentifier -> x500UniqueIdentifier clearly visible.
Lutz Jänicke [Wed, 12 Jun 2002 20:46:38 +0000 (20:46 +0000)]
Make change uniqueIdentifier -> x500UniqueIdentifier clearly visible.
Submitted by:
Reviewed by:
PR: 82

21 years agoCorrect wrong usage information.
Lutz Jänicke [Wed, 12 Jun 2002 20:15:18 +0000 (20:15 +0000)]
Correct wrong usage information.
PR: 95

21 years agotypo
Bodo Möller [Wed, 12 Jun 2002 14:19:01 +0000 (14:19 +0000)]
typo

21 years agosimplify asn1_flag
Bodo Möller [Wed, 12 Jun 2002 14:01:17 +0000 (14:01 +0000)]
simplify asn1_flag

Submitted by: Nils Larsch
Reviewed by: Bodo Moeller

21 years agoSupport building the distribution .tar file on platforms with limited
Lutz Jänicke [Wed, 12 Jun 2002 12:26:34 +0000 (12:26 +0000)]
Support building the distribution .tar file on platforms with limited
argument list length. This requires Gnu-tar. As we use the non-standard
"tardy" software anyway, it doesn't hurt too much to require Gnu-tar.
"make dist" will probably only be used by team-members anyway.

21 years agoHandle read errors.
Ben Laurie [Tue, 11 Jun 2002 12:41:37 +0000 (12:41 +0000)]
Handle read errors.

21 years agoFix warnings.
Ben Laurie [Tue, 11 Jun 2002 12:03:51 +0000 (12:03 +0000)]
Fix warnings.

21 years agomove ECC ASN1 that is not specific to ECDSA into crypto/ec/,
Bodo Möller [Mon, 10 Jun 2002 12:41:18 +0000 (12:41 +0000)]
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
and make some appropriate changes to the EC library.

Submitted by: Nils Larsch

21 years agomove ECC ASN1 that is not specific to ECDSA into crypto/ec/,
Bodo Möller [Mon, 10 Jun 2002 12:18:21 +0000 (12:18 +0000)]
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
and make some appropriate changes to the EC library.

Submitted by: Nils Larsch

21 years agofix for 'make update'
Bodo Möller [Mon, 10 Jun 2002 11:46:32 +0000 (11:46 +0000)]
fix for 'make update'

21 years agoremove unnecessary calls to EC_POINT_copy()
Bodo Möller [Mon, 10 Jun 2002 11:02:55 +0000 (11:02 +0000)]
remove unnecessary calls to EC_POINT_copy()

21 years agoMake sure that flags are passed to "make" subprocesses.
Lutz Jänicke [Mon, 10 Jun 2002 08:10:32 +0000 (08:10 +0000)]
Make sure that flags are passed to "make" subprocesses.

21 years agofix memory leak
Bodo Möller [Thu, 6 Jun 2002 10:33:05 +0000 (10:33 +0000)]
fix memory leak

Submitted by: Nils Larsch

21 years agoFor the main directory, Makefile.org is significant :-)
Lutz Jänicke [Thu, 6 Jun 2002 10:21:04 +0000 (10:21 +0000)]
For the main directory, Makefile.org is significant :-)

21 years agoMake sure that settings are passed back and forth when walking around
Lutz Jänicke [Thu, 6 Jun 2002 10:16:59 +0000 (10:16 +0000)]
Make sure that settings are passed back and forth when walking around
in the tree during build.
Reinstall default PERL settings in Makefiles, as the real reason for the
failure was that the settings were not passed.

21 years agoNew OID for X509 usage: pseudonym
Lutz Jänicke [Thu, 6 Jun 2002 07:33:00 +0000 (07:33 +0000)]
New OID for X509 usage: pseudonym
Submitted by: Michael Bell <michael.bell@rz.hu-berlin.de>
Reviewed by: Lutz Jaenicke
PR: 83

21 years agoMerge from 0.9.7-stable.
Richard Levitte [Thu, 6 Jun 2002 07:22:33 +0000 (07:22 +0000)]
Merge from 0.9.7-stable.

21 years agoMake perl replacement for dirname, for system that lack the latter.
Richard Levitte [Wed, 5 Jun 2002 14:10:59 +0000 (14:10 +0000)]
Make perl replacement for dirname, for system that lack the latter.
PR: 81

21 years agoIt's not good to have a pointer point at something in an inner block.
Richard Levitte [Wed, 5 Jun 2002 13:47:29 +0000 (13:47 +0000)]
It's not good to have a pointer point at something in an inner block.
PR: 66

21 years agoCheck errors when parsing a PKCS8INF PEM FILE, or there will be a core dump on error.
Richard Levitte [Wed, 5 Jun 2002 11:58:29 +0000 (11:58 +0000)]
Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump on error.
PR: 77

21 years agoDocumentation bug corrected.
Richard Levitte [Wed, 5 Jun 2002 09:31:05 +0000 (09:31 +0000)]
Documentation bug corrected.
PR: 70

21 years agoSince there's no continuation, the ; can go as well :-)
Richard Levitte [Wed, 5 Jun 2002 09:08:41 +0000 (09:08 +0000)]
Since there's no continuation, the ; can go as well :-)

21 years agoThere is no continuation at this point.
Lutz Jänicke [Wed, 5 Jun 2002 08:00:36 +0000 (08:00 +0000)]
There is no continuation at this point.

21 years agoOn some systems the default "perl" may still be perl4, use the correct
Lutz Jänicke [Wed, 5 Jun 2002 07:28:07 +0000 (07:28 +0000)]
On some systems the default "perl" may still be perl4, use the correct
version determined by "config" instead.

21 years agoThe correct PERL interpreter is passed via commandline.
Lutz Jänicke [Wed, 5 Jun 2002 07:03:17 +0000 (07:03 +0000)]
The correct PERL interpreter is passed via commandline.

21 years agoUpdate the recognision of GCC version numbers to handle the prefix text
Richard Levitte [Wed, 5 Jun 2002 05:00:51 +0000 (05:00 +0000)]
Update the recognision of GCC version numbers to handle the prefix text
that GCC 3.1 adds to the --version output

21 years agomake update (including adjusting libeay.num in HEAD to the changes in the
Richard Levitte [Tue, 4 Jun 2002 22:32:44 +0000 (22:32 +0000)]
make update (including adjusting libeay.num in HEAD to the changes in the
0.9.7-stable libeay.num

21 years agoTypo.
Lutz Jänicke [Tue, 4 Jun 2002 20:43:10 +0000 (20:43 +0000)]
Typo.
PR: 72

21 years agouse sstrsep() to get the proper type to aoti().
Richard Levitte [Mon, 3 Jun 2002 15:27:46 +0000 (15:27 +0000)]
use sstrsep() to get the proper type to aoti().
Remove unneeded cast in ustrsep().
PR: 69

21 years ago0.9.7-beta1 is just being released.
Lutz Jänicke [Sat, 1 Jun 2002 15:33:36 +0000 (15:33 +0000)]
0.9.7-beta1 is just being released.

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

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

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

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

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

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

21 years agoReformat the CFLAG string so it can be made part of a C string.
Richard Levitte [Thu, 30 May 2002 18:06:35 +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

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

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

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

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

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

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

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

21 years agoApparently, there are still chances we have to deal with buggy pod2man versions.
Richard Levitte [Thu, 30 May 2002 15:19:43 +0000 (15:19 +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.

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

21 years agoNew functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(), EC_POIN...
Bodo Möller [Thu, 30 May 2002 13:16:03 +0000 (13:16 +0000)]
New functions EC_POINT_point2bn(), EC_POINT_bn2point(), EC_POINT_point2hex(), EC_POINT_hex2point()

Submitted by: Nils Larsch

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

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

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

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

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

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

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

21 years agoThere is a chance that the input string is larger than size, and on VMS,
Richard Levitte [Wed, 29 May 2002 08:31:39 +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)

21 years agoRemove item listed twice <kromJx@crosswinds.net>.
Lutz Jänicke [Tue, 28 May 2002 17:48:54 +0000 (17:48 +0000)]
Remove item listed twice <kromJx@crosswinds.net>.

21 years agoCygnus correction. (I thought I had tested that...)
Ulf Möller [Mon, 27 May 2002 19:42:30 +0000 (19:42 +0000)]
Cygnus correction. (I thought I had tested that...)

21 years agofix Cygwin (remove extra colons)
Bodo Möller [Fri, 24 May 2002 20:39:31 +0000 (20:39 +0000)]
fix Cygwin (remove extra colons)

21 years agoUse assembler implementations with Cygwin.
Ulf Möller [Fri, 24 May 2002 20:24:38 +0000 (20:24 +0000)]
Use assembler implementations with Cygwin.
This also fixes the bn_sub_part_word problem.

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

21 years agomake update
Richard Levitte [Thu, 23 May 2002 13:52:57 +0000 (13:52 +0000)]
make update

21 years agoMake sure short aliases are used where required.
Richard Levitte [Thu, 23 May 2002 13:52:36 +0000 (13:52 +0000)]
Make sure short aliases are used where required.

21 years agoDefine a short alias for another long EC symbol.
Richard Levitte [Thu, 23 May 2002 13:34:38 +0000 (13:34 +0000)]
Define a short alias for another long EC symbol.

21 years agoMake sure ECDSA is built and tested on VMS.
Richard Levitte [Thu, 23 May 2002 13:33:55 +0000 (13:33 +0000)]
Make sure ECDSA is built and tested on VMS.
Avoid loops if linking an application fails.

21 years agoMake sure ECDSA is built and tested on VMS.
Richard Levitte [Thu, 23 May 2002 13:33:08 +0000 (13:33 +0000)]
Make sure ECDSA is built and tested on VMS.

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

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

21 years agoaccept NULL in 'free' functions
Bodo Möller [Tue, 21 May 2002 08:59:57 +0000 (08:59 +0000)]
accept NULL in 'free' functions

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

21 years agoFix Mingw32 asm build: use the Unix
Dr. Stephen Henson [Sun, 19 May 2002 12:03:05 +0000 (12:03 +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.

21 years agoAdd missing EVP_CIPHER_CTX_init call.
Dr. Stephen Henson [Sat, 18 May 2002 23:43:10 +0000 (23:43 +0000)]
Add missing EVP_CIPHER_CTX_init call.

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

21 years agofix EVP_dsa_sha macro
Bodo Möller [Thu, 16 May 2002 12:51:18 +0000 (12:51 +0000)]
fix EVP_dsa_sha macro

Submitted by: Nils Larsch

21 years agoUse the indirect way to the actual request tracker, so that people
Lutz Jänicke [Thu, 16 May 2002 10:01:53 +0000 (10:01 +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.

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

21 years agoZero cipher_data in EVP_CIPHER_CTX_cleanup
Dr. Stephen Henson [Wed, 15 May 2002 18:49:25 +0000 (18:49 +0000)]
Zero cipher_data in EVP_CIPHER_CTX_cleanup

Add cleanup calls to evp_test.c

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