openssl.git
18 years agoAdd Whirlpool OID.
Andy Polyakov [Mon, 28 Nov 2005 20:51:46 +0000 (20:51 +0000)]
Add Whirlpool OID.

18 years agoRemove development leftover from whrlpool/asm/wp-mmx.pl.
Andy Polyakov [Mon, 28 Nov 2005 20:29:01 +0000 (20:29 +0000)]
Remove development leftover from whrlpool/asm/wp-mmx.pl.

18 years agoAdd missing Makefile and fix couple of typos in commentary.
Andy Polyakov [Mon, 28 Nov 2005 20:16:56 +0000 (20:16 +0000)]
Add missing Makefile and fix couple of typos in commentary.

18 years agoWhirlpool hash implementation. The fact that subdirectory and .h file are
Andy Polyakov [Mon, 28 Nov 2005 20:09:58 +0000 (20:09 +0000)]
Whirlpool hash implementation. The fact that subdirectory and .h file are
called whrlpool is not a typo, but a way to keep the names shorter than
8 characters. Remaining TODO list comprises adding OID, EVP, corresponding
flag to apps/openssl dgst, benchmark, engage assembler...

18 years agoWhen using POSIXly functions, we need to define _POSIX_C_SOURCE, at
Richard Levitte [Sun, 27 Nov 2005 15:32:57 +0000 (15:32 +0000)]
When using POSIXly functions, we need to define _POSIX_C_SOURCE, at
least when the source is compiled with ANSI settings.

18 years agoExtensive OID code enhancement and fixes.
Dr. Stephen Henson [Sun, 20 Nov 2005 13:07:47 +0000 (13:07 +0000)]
Extensive OID code enhancement and fixes.

18 years agoSynchronise with the Unix build.
Richard Levitte [Sat, 19 Nov 2005 07:57:53 +0000 (07:57 +0000)]
Synchronise with the Unix build.

18 years agodeFUDify: don't require OPENSSL_EC_BIN_PT_COMP
Bodo Möller [Wed, 16 Nov 2005 04:07:43 +0000 (04:07 +0000)]
deFUDify: don't require OPENSSL_EC_BIN_PT_COMP

18 years agodisable some invalid ciphersuites
Bodo Möller [Tue, 15 Nov 2005 23:32:11 +0000 (23:32 +0000)]
disable some invalid ciphersuites

18 years agodeFUDify: don't require OPENSSL_EC_BIN_PT_COMP
Bodo Möller [Tue, 15 Nov 2005 21:08:38 +0000 (21:08 +0000)]
deFUDify: don't require OPENSSL_EC_BIN_PT_COMP

18 years agoKeep shutting up VC8.
Andy Polyakov [Tue, 15 Nov 2005 08:07:25 +0000 (08:07 +0000)]
Keep shutting up VC8.
PR: 1243

18 years agoApply "better safe than sorry" approach after addressing sporadic SEGV in
Andy Polyakov [Tue, 15 Nov 2005 08:02:10 +0000 (08:02 +0000)]
Apply "better safe than sorry" approach after addressing sporadic SEGV in
bn_sub_words to the rest of the sparcv8plus.S.

18 years agoAttempt to resolve sporadic SEGV crashes in bn_sub_words in OpenSSH. I'm
Andy Polyakov [Fri, 11 Nov 2005 20:07:07 +0000 (20:07 +0000)]
Attempt to resolve sporadic SEGV crashes in bn_sub_words in OpenSSH. I'm
baffled why it crashes and does it sporadically...

18 years agoUpdate from stable branch.
Dr. Stephen Henson [Fri, 11 Nov 2005 13:00:07 +0000 (13:00 +0000)]
Update from stable branch.

18 years agoThrow in comment so that one doesn't get tempted to optimize it away.
Andy Polyakov [Wed, 9 Nov 2005 20:46:37 +0000 (20:46 +0000)]
Throw in comment so that one doesn't get tempted to optimize it away.

18 years agoAvoid end-less loop when libcrypto.a is manually deleted, but 'make clean'
Andy Polyakov [Wed, 9 Nov 2005 20:41:21 +0000 (20:41 +0000)]
Avoid end-less loop when libcrypto.a is manually deleted, but 'make clean'
was not executed. It doesn't excuse user from running 'make clean', it
simply avoids process table exhaustion.
PR: 1236
Submitted by: Michael Richardson

18 years agoMention PROBLEMS in FAQ.
Andy Polyakov [Wed, 9 Nov 2005 19:43:40 +0000 (19:43 +0000)]
Mention PROBLEMS in FAQ.

18 years agoAIX -blibpath is not accumulative, one apparently has to specify even
Andy Polyakov [Wed, 9 Nov 2005 17:27:19 +0000 (17:27 +0000)]
AIX -blibpath is not accumulative, one apparently has to specify even
self-obvious /usr/lib:/lib.
PR: 1239

18 years agoMinor perlasm clean-up.
Andy Polyakov [Wed, 9 Nov 2005 17:20:26 +0000 (17:20 +0000)]
Minor perlasm clean-up.

18 years agoTidying up WinCE support.
Andy Polyakov [Wed, 9 Nov 2005 17:19:38 +0000 (17:19 +0000)]
Tidying up WinCE support.

18 years agoImprove cross-compiler portability of applink.c module and mention
Andy Polyakov [Wed, 9 Nov 2005 17:11:03 +0000 (17:11 +0000)]
Improve cross-compiler portability of applink.c module and mention
CRYPTO_malloc_init in FAQ.

18 years agoUpdate docs.
Dr. Stephen Henson [Mon, 7 Nov 2005 00:35:22 +0000 (00:35 +0000)]
Update docs.

18 years agoUpdate from stable branch.
Dr. Stephen Henson [Mon, 7 Nov 2005 00:10:36 +0000 (00:10 +0000)]
Update from stable branch.

18 years agoOne of Win64 rules lacked bufferoverflowu.lib.
Andy Polyakov [Sun, 6 Nov 2005 22:41:13 +0000 (22:41 +0000)]
One of Win64 rules lacked bufferoverflowu.lib.

18 years agoMove declaration for optional bn_mul_mont to bn_lcl.h in order to hide
Andy Polyakov [Sun, 6 Nov 2005 22:10:38 +0000 (22:10 +0000)]
Move declaration for optional bn_mul_mont to bn_lcl.h in order to hide
it from mkdef.pl.

18 years agoAddress MASM-specific problems introduced with
Andy Polyakov [Sun, 6 Nov 2005 22:01:27 +0000 (22:01 +0000)]
Address MASM-specific problems introduced with
http://cvs.openssl.org/chngview?cn=14547.

18 years agoEliminate VC compiler warning.
Andy Polyakov [Sun, 6 Nov 2005 21:11:41 +0000 (21:11 +0000)]
Eliminate VC compiler warning.

18 years agoFirst draft for WCE PortSDK support. Once again! It's *draft* which requires
Andy Polyakov [Sun, 6 Nov 2005 20:52:26 +0000 (20:52 +0000)]
First draft for WCE PortSDK support. Once again! It's *draft* which requires
more work, i.e. more modifications are due...

18 years agoMake DLL engines the default in 0.9.9 and VC++.
Dr. Stephen Henson [Sun, 6 Nov 2005 20:51:49 +0000 (20:51 +0000)]
Make DLL engines the default in 0.9.9 and VC++.

18 years agoAdd symbols for ASN1 print functions, update ordinal file.
Dr. Stephen Henson [Sun, 6 Nov 2005 20:33:33 +0000 (20:33 +0000)]
Add symbols for ASN1 print functions, update ordinal file.

18 years agoUpdate from stable branch.
Dr. Stephen Henson [Sun, 6 Nov 2005 17:58:26 +0000 (17:58 +0000)]
Update from stable branch.

18 years agoRevive app_tminterval for Netware.
Andy Polyakov [Sun, 6 Nov 2005 17:11:04 +0000 (17:11 +0000)]
Revive app_tminterval for Netware.

18 years agoRevive app_tminterval for vxworks.
Andy Polyakov [Sun, 6 Nov 2005 16:55:44 +0000 (16:55 +0000)]
Revive app_tminterval for vxworks.

18 years agoRevive app_tminterval for VMS.
Andy Polyakov [Sun, 6 Nov 2005 16:16:38 +0000 (16:16 +0000)]
Revive app_tminterval for VMS.

18 years agoKeep removing references to tmdiff.
Andy Polyakov [Sun, 6 Nov 2005 12:53:28 +0000 (12:53 +0000)]
Keep removing references to tmdiff.

18 years agoThe typos never stop. Fix one in apps/apps.c.
Andy Polyakov [Sun, 6 Nov 2005 12:15:12 +0000 (12:15 +0000)]
The typos never stop. Fix one in apps/apps.c.

18 years agox86_64-xlate.pl commentary section update.
Andy Polyakov [Sun, 6 Nov 2005 11:59:39 +0000 (11:59 +0000)]
x86_64-xlate.pl commentary section update.

18 years agoFix newly introduced typos and warnings in ./apps.
Andy Polyakov [Sun, 6 Nov 2005 11:58:22 +0000 (11:58 +0000)]
Fix newly introduced typos and warnings in ./apps.

18 years agoCollect timing procedures in apps/apps.c. It's a bit cruel patch, as it
Andy Polyakov [Sun, 6 Nov 2005 11:40:59 +0000 (11:40 +0000)]
Collect timing procedures in apps/apps.c. It's a bit cruel patch, as it
temporarily[!] removes support for couple of esoteric platforms [well,
Netware, vxWorks and VMS].

18 years agoEliminate crypto/tmdiff.[ch].
Andy Polyakov [Sun, 6 Nov 2005 11:38:18 +0000 (11:38 +0000)]
Eliminate crypto/tmdiff.[ch].

18 years agoEliminate remaining calls to stat in apps/apps.c and unify WIN32_rename for
Andy Polyakov [Fri, 4 Nov 2005 16:12:05 +0000 (16:12 +0000)]
Eliminate remaining calls to stat in apps/apps.c and unify WIN32_rename for
all Windows targets.

18 years agoEliminate dependency on read/write/stat in apps under _WIN32.
Andy Polyakov [Fri, 4 Nov 2005 09:30:55 +0000 (09:30 +0000)]
Eliminate dependency on read/write/stat in apps under _WIN32.

18 years agoEngage OPENSSL_NO_POSIX_IO on Windows CE.
Andy Polyakov [Thu, 3 Nov 2005 16:50:03 +0000 (16:50 +0000)]
Engage OPENSSL_NO_POSIX_IO on Windows CE.

18 years agoMake cygwin work in directories mounted with 'text' attribute.
Andy Polyakov [Thu, 3 Nov 2005 16:43:53 +0000 (16:43 +0000)]
Make cygwin work in directories mounted with 'text' attribute.

18 years agoGet rid of arcane reference to _fmode in apps/apps.h. Binary open is
Andy Polyakov [Thu, 3 Nov 2005 16:42:57 +0000 (16:42 +0000)]
Get rid of arcane reference to _fmode in apps/apps.h. Binary open is
handles properly by bss_file.c, which renders _fmode redundant.

18 years agoMask libcrypto references to stat with OPENSSL_NO_POSIX_IO.
Andy Polyakov [Thu, 3 Nov 2005 16:22:40 +0000 (16:22 +0000)]
Mask libcrypto references to stat with OPENSSL_NO_POSIX_IO.

18 years agoReserve for OPENSSL_NO_POSIX_IO macro which is to eliminate references
Andy Polyakov [Thu, 3 Nov 2005 15:50:50 +0000 (15:50 +0000)]
Reserve for OPENSSL_NO_POSIX_IO macro which is to eliminate references
to open/read/write/close. First OPENSSL_NO_POSIX_IO target would be
Windows CE.

18 years agoDisable BIO_s_fd on CE and disable fd:N as password passing option on
Andy Polyakov [Thu, 3 Nov 2005 15:31:28 +0000 (15:31 +0000)]
Disable BIO_s_fd on CE and disable fd:N as password passing option on
all _WIN32 [see commentary for clarification].

18 years agoMake pshufw optional and update performance table in sha512-sse2.pl
Andy Polyakov [Thu, 3 Nov 2005 15:23:11 +0000 (15:23 +0000)]
Make pshufw optional and update performance table in sha512-sse2.pl
[as per http://cvs.openssl.org/chngview?cn=14551].

18 years agofix typo, pointed out by Patrick Guio
Nils Larsch [Wed, 2 Nov 2005 22:19:32 +0000 (22:19 +0000)]
fix typo, pointed out by Patrick Guio

18 years agocompile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <johane...
Nils Larsch [Wed, 2 Nov 2005 22:13:43 +0000 (22:13 +0000)]
compile sstrsep only if HAVE_FORK is defined; patch supplied by Johan Gill <johane@lysator.liu.se>

18 years agoDocument it
Richard Levitte [Tue, 1 Nov 2005 07:53:37 +0000 (07:53 +0000)]
Document it

18 years agoFix numerous bugs in the Win32 path splitter
Richard Levitte [Tue, 1 Nov 2005 07:49:45 +0000 (07:49 +0000)]
Fix numerous bugs in the Win32 path splitter

18 years agoA slight change in documentation that makes it so much more comprehensible
Richard Levitte [Tue, 1 Nov 2005 04:56:25 +0000 (04:56 +0000)]
A slight change in documentation that makes it so much more comprehensible

18 years agoInclude kerberos libraries (if used) when linking test apps: some need it.
Dr. Stephen Henson [Sat, 29 Oct 2005 12:51:43 +0000 (12:51 +0000)]
Include kerberos libraries (if used) when linking test apps: some need it.

18 years agoAdd -install_name in link_a.darwin rule.
Andy Polyakov [Fri, 28 Oct 2005 08:10:47 +0000 (08:10 +0000)]
Add -install_name in link_a.darwin rule.
PR: 1218

18 years agoAdd fixes for CAN-2005-2969.
Bodo Möller [Wed, 26 Oct 2005 19:40:45 +0000 (19:40 +0000)]
Add fixes for CAN-2005-2969.
(This were in 0.9.7-stable and 0.9.8-stable, but not in HEAD so far.)

18 years agofix stupid typo
Bodo Möller [Wed, 26 Oct 2005 19:30:10 +0000 (19:30 +0000)]
fix stupid typo

18 years agoharmonize with 0.9.7-stable and 0.9.8-stable variants of CHANGES
Bodo Möller [Wed, 26 Oct 2005 19:28:04 +0000 (19:28 +0000)]
harmonize with 0.9.7-stable and 0.9.8-stable variants of CHANGES

18 years agoFix install problems on MacOS X and HP-UX.
Andy Polyakov [Tue, 25 Oct 2005 21:58:59 +0000 (21:58 +0000)]
Fix install problems on MacOS X and HP-UX.
PR: 1218,1185

18 years ago+20% SHA512 performance improvement on x86.
Andy Polyakov [Tue, 25 Oct 2005 17:08:55 +0000 (17:08 +0000)]
+20% SHA512 performance improvement on x86.

18 years agoEliminate false preprocessor dependencies introduced with VOS support.
Andy Polyakov [Tue, 25 Oct 2005 15:55:06 +0000 (15:55 +0000)]
Eliminate false preprocessor dependencies introduced with VOS support.

18 years agoFix typos in macos x targets.
Andy Polyakov [Tue, 25 Oct 2005 15:51:00 +0000 (15:51 +0000)]
Fix typos in macos x targets.

18 years agoEliminate ~3.5KB of duplicate code in des-586.pl and reserve for folded
Andy Polyakov [Tue, 25 Oct 2005 15:47:09 +0000 (15:47 +0000)]
Eliminate ~3.5KB of duplicate code in des-586.pl and reserve for folded
loop option, which can give further 3KB code reduction.

18 years agoMove DES_SPtrans to where it really belongs, dec_enc to be specific.
Andy Polyakov [Tue, 25 Oct 2005 15:43:18 +0000 (15:43 +0000)]
Move DES_SPtrans to where it really belongs, dec_enc to be specific.

18 years agoClarify binary compatibility with HAL/Fujitsu SPARC64 family.
Andy Polyakov [Tue, 25 Oct 2005 15:39:47 +0000 (15:39 +0000)]
Clarify binary compatibility with HAL/Fujitsu SPARC64 family.

18 years agoIntegrate sparcv9a-mont.pl into UltraSPARC builds.
Andy Polyakov [Sat, 22 Oct 2005 20:21:41 +0000 (20:21 +0000)]
Integrate sparcv9a-mont.pl into UltraSPARC builds.

18 years agobn_asm.c update.
Andy Polyakov [Sat, 22 Oct 2005 20:20:06 +0000 (20:20 +0000)]
bn_asm.c update.

18 years agoEliminate gcc warning in bn_mont.c.
Andy Polyakov [Sat, 22 Oct 2005 20:17:01 +0000 (20:17 +0000)]
Eliminate gcc warning in bn_mont.c.

18 years agoAdd support for 32-bit ABI to sparcv9a-mont.pl module.
Andy Polyakov [Sat, 22 Oct 2005 18:16:09 +0000 (18:16 +0000)]
Add support for 32-bit ABI to sparcv9a-mont.pl module.

18 years agoChange bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.
Andy Polyakov [Sat, 22 Oct 2005 17:57:18 +0000 (17:57 +0000)]
Change bn_mul_mont declaration and BN_MONT_CTX. Update CHANGES.

18 years agoAdd rudimentary aix64-gcc target.
Andy Polyakov [Wed, 19 Oct 2005 18:46:20 +0000 (18:46 +0000)]
Add rudimentary aix64-gcc target.

Submitted by: Stefan Neis

18 years agoutil/pl/OS2-EMX.pl sync.
Andy Polyakov [Wed, 19 Oct 2005 18:37:36 +0000 (18:37 +0000)]
util/pl/OS2-EMX.pl sync.

Submitted by: Stefan Neis, Brian Havard

18 years agoone time CAN->CVE update
Mark J. Cox [Wed, 19 Oct 2005 11:00:39 +0000 (11:00 +0000)]
one time CAN->CVE update

18 years agoYet another "teaser" Montgomery multiply module, for UltraSPARC. It's not
Andy Polyakov [Wed, 19 Oct 2005 07:12:06 +0000 (07:12 +0000)]
Yet another "teaser" Montgomery multiply module, for UltraSPARC. It's not
integrated yet, but it's tested and benchmarked [see commentary section
for further details].

18 years agoAdd in CHANGES for 0.9.7i.
Richard Levitte [Sat, 15 Oct 2005 04:26:57 +0000 (04:26 +0000)]
Add in CHANGES for 0.9.7i.

18 years agoFlip saved argument block and tp [required for non-SSE2 path].
Andy Polyakov [Fri, 14 Oct 2005 16:05:21 +0000 (16:05 +0000)]
Flip saved argument block and tp [required for non-SSE2 path].

18 years agoMake sure x86-mont.pl returns zero even if compiled with no-sse2.
Andy Polyakov [Fri, 14 Oct 2005 15:24:06 +0000 (15:24 +0000)]
Make sure x86-mont.pl returns zero even if compiled with no-sse2.

18 years agoFix bug in SMALL_FOOTPRINT path and clarify comment.
Andy Polyakov [Fri, 14 Oct 2005 15:22:27 +0000 (15:22 +0000)]
Fix bug in SMALL_FOOTPRINT path and clarify comment.

18 years agoBroaden compatibility amount Win32 headers even further [some don't have
Andy Polyakov [Thu, 13 Oct 2005 19:06:43 +0000 (19:06 +0000)]
Broaden compatibility amount Win32 headers even further [some don't have
SIZE_T].

18 years agoMake sure head CHANGES is up to date, we refer to this in announce.txt
Mark J. Cox [Tue, 11 Oct 2005 11:10:19 +0000 (11:10 +0000)]
Make sure head CHANGES is up to date, we refer to this in announce.txt

18 years agoRenumber to follow what happens with 0.9.8.
Richard Levitte [Tue, 11 Oct 2005 10:14:44 +0000 (10:14 +0000)]
Renumber to follow what happens with 0.9.8.

18 years agoAdd timestamp to x86-mont.pl.
Andy Polyakov [Sun, 9 Oct 2005 10:26:56 +0000 (10:26 +0000)]
Add timestamp to x86-mont.pl.

18 years agoThrow in bn/asm/x86-mont.pl Montgomery multiplication "teaser".
Andy Polyakov [Sun, 9 Oct 2005 09:53:58 +0000 (09:53 +0000)]
Throw in bn/asm/x86-mont.pl Montgomery multiplication "teaser".

18 years agoAdd PVK support to dsa utility.
Dr. Stephen Henson [Sat, 8 Oct 2005 17:32:07 +0000 (17:32 +0000)]
Add PVK support to dsa utility.

18 years agoAvoid warning on Win32.
Dr. Stephen Henson [Sat, 8 Oct 2005 17:31:18 +0000 (17:31 +0000)]
Avoid warning on Win32.

18 years agoNew option SSL_OP_NO_COMP to disable compression. New ctrls to set
Dr. Stephen Henson [Sat, 8 Oct 2005 00:18:53 +0000 (00:18 +0000)]
New option SSL_OP_NO_COMP to disable compression. New ctrls to set
maximum send fragment size. Allocate I/O buffers accordingly.

18 years agox86_64-mont.pl readability improvement.
Andy Polyakov [Fri, 7 Oct 2005 15:18:16 +0000 (15:18 +0000)]
x86_64-mont.pl readability improvement.

18 years agoThrow in Montgomery multiplication assembler for x86_64.
Andy Polyakov [Fri, 7 Oct 2005 14:18:06 +0000 (14:18 +0000)]
Throw in Montgomery multiplication assembler for x86_64.

18 years agoRefine logic in bn_mont.c and eliminate redundant BN_CTX pulls.
Andy Polyakov [Thu, 6 Oct 2005 13:12:28 +0000 (13:12 +0000)]
Refine logic in bn_mont.c and eliminate redundant BN_CTX pulls.

18 years agoLeave the decision to call/implement bn_sqr_mont to assembler developer.
Andy Polyakov [Thu, 6 Oct 2005 09:12:39 +0000 (09:12 +0000)]
Leave the decision to call/implement bn_sqr_mont to assembler developer.

18 years agoInitialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). This
Dr. Stephen Henson [Wed, 5 Oct 2005 17:51:43 +0000 (17:51 +0000)]
Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). This
saves a bit of space and avoids a compiler warning about string length.

18 years agoMention "no-dso doesn't remove -ldl" in PROBLEMS.
Andy Polyakov [Tue, 4 Oct 2005 06:30:52 +0000 (06:30 +0000)]
Mention "no-dso doesn't remove -ldl" in PROBLEMS.
PR: 1160

18 years agoFix typo in INSTALL.WCE.
Andy Polyakov [Tue, 4 Oct 2005 06:26:09 +0000 (06:26 +0000)]
Fix typo in INSTALL.WCE.

18 years agoZap DES_UNROLL when SMALL_FOOTPRINT is in effect.
Andy Polyakov [Tue, 4 Oct 2005 06:25:39 +0000 (06:25 +0000)]
Zap DES_UNROLL when SMALL_FOOTPRINT is in effect.

18 years agoFix typo in exptest.c.
Andy Polyakov [Tue, 4 Oct 2005 06:23:15 +0000 (06:23 +0000)]
Fix typo in exptest.c.

18 years agoReserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINT
Andy Polyakov [Tue, 4 Oct 2005 06:22:11 +0000 (06:22 +0000)]
Reserve for SMALL_FOOTPRINT bn_asm.c. Currently OPENSSL_SMALL_FOOTPRINT
is defined on Windows CE targets.

18 years agoAdd reference implementation for bn_[mul|sqr]_mont, new candidates for
Andy Polyakov [Tue, 4 Oct 2005 06:19:29 +0000 (06:19 +0000)]
Add reference implementation for bn_[mul|sqr]_mont, new candidates for
assembler implementation.

18 years agoOops :-)
Dr. Stephen Henson [Sun, 2 Oct 2005 12:41:11 +0000 (12:41 +0000)]
Oops :-)

18 years agoMake OPENSSL_NO_COMP work under Win32.
Dr. Stephen Henson [Sun, 2 Oct 2005 12:28:40 +0000 (12:28 +0000)]
Make OPENSSL_NO_COMP work under Win32.