#
0e345353 |
| 24-May-2006 |
Dr. Stephen Henson |
Fix warnings.
|
#
f3df90b2 |
| 04-May-2006 |
Dr. Stephen Henson |
Update from stable branch.
|
Revision tags: OpenSSL_0_9_7j, OpenSSL_0_9_8b |
|
#
9a978008 |
| 03-May-2006 |
Andy Polyakov |
Typo in linux-ppc line.
|
#
a9c32ace |
| 01-May-2006 |
Andy Polyakov |
SHA1 for PowerPC.
|
#
2c5d4daa |
| 30-Apr-2006 |
Andy Polyakov |
Yet another "teaser" Montgomery multiplication module, for PowerPC.
|
#
ba3b2f15 |
| 16-Apr-2006 |
Andy Polyakov |
SHA-1 for x86_64.
|
#
4700aea9 |
| 11-Apr-2006 |
Ulf Möller |
Add BeOS support. PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
|
#
67475a7e |
| 03-Apr-2006 |
Richard Levitte |
Change chop to chomp when reading lines, so CRLF is properly processed on the operating systems where they are the normal line endings
|
#
1a5a1a93 |
| 20-Mar-2006 |
Dr. Stephen Henson |
Stop compiler warnings.
|
Revision tags: OpenSSL_FIPS_1_0 |
|
#
f1fd4544 |
| 03-Jan-2006 |
Bodo Möller |
Various changes in the new TLS extension code, including the following: - fix indentation - rename some functions and macros - fix up confusion between SSL_ERROR_... and SSL_AD_... val
Various changes in the new TLS extension code, including the following: - fix indentation - rename some functions and macros - fix up confusion between SSL_ERROR_... and SSL_AD_... values
show more ...
|
#
3b4a0225 |
| 19-Dec-2005 |
Andy Polyakov |
As SPARCV9 CPU flavor is [expected to be] detected at run-time, we can afford to relax SPARCV9/8+ compiler command line and produce "unversal" binaries as we used to.
|
#
a00e414f |
| 16-Dec-2005 |
Andy Polyakov |
Unify sparcv9 assembler naming and build rules among 32- and 64-bit builds. Engage run-time switch between bn_mul_mont_fpu and bn_mul_mont_int.
|
#
4c5e19b6 |
| 16-Dec-2005 |
Andy Polyakov |
Make framework for Whirlpool assembler flexible.
|
#
ed26604a |
| 16-Dec-2005 |
Andy Polyakov |
Engage Whirlpool assembler and mention Whirlpool in CHANGES.
|
#
0fbd4bf0 |
| 16-Dec-2005 |
Andy Polyakov |
Make room for Whirlpool assembler in Configure.
|
#
d719e60c |
| 16-Dec-2005 |
Andy Polyakov |
Allow for warning-free passing of -Wl options on config command line. One possible usage is to pass -Wl,-z,-noexecstack on Linux to ensure the stack is marked non-executable. Well, -Wa,--noex
Allow for warning-free passing of -Wl options on config command line. One possible usage is to pass -Wl,-z,-noexecstack on Linux to ensure the stack is marked non-executable. Well, -Wa,--noexecstack works fine too...
show more ...
|
#
6df8c74d |
| 15-Dec-2005 |
Andy Polyakov |
Switch 64-bit sparcv9 platforms from bn(64,64) to bn(64,32). This doesn't have impact on performance, because amount of multiplications does not increase with this switch, not on sparcv9 that
Switch 64-bit sparcv9 platforms from bn(64,64) to bn(64,32). This doesn't have impact on performance, because amount of multiplications does not increase with this switch, not on sparcv9 that is. On the contrary, it actually improves performance, because it spares a load of instructions used to chase carries. Not to mention that BN assembler modules can be shared more freely between 32- and 64-bit builts.
show more ...
|
#
064f6cb6 |
| 10-Dec-2005 |
Andy Polyakov |
Engage AES for UltraSPARC in sparcv9 targets.
|
#
1291dfde |
| 06-Dec-2005 |
Dr. Stephen Henson |
Don't include zlib header dir if it is not defined.
|
#
ad2695b1 |
| 05-Dec-2005 |
Dr. Stephen Henson |
Update from 0.9.8-stable.
|
#
fbf002bb |
| 06-Nov-2005 |
Dr. Stephen Henson |
Update from stable branch.
|
#
aa8b03b4 |
| 25-Oct-2005 |
Andy Polyakov |
Fix typos in macos x targets.
|
#
fcbc5a3f |
| 22-Oct-2005 |
Andy Polyakov |
Integrate sparcv9a-mont.pl into UltraSPARC builds.
|
#
0fe120ba |
| 19-Oct-2005 |
Andy Polyakov |
Add rudimentary aix64-gcc target. Submitted by: Stefan Neis
|
Revision tags: OpenSSL_0_9_7i, OpenSSL_0_9_8a, OpenSSL_0_9_7h |
|
#
54f3d200 |
| 09-Oct-2005 |
Andy Polyakov |
Throw in bn/asm/x86-mont.pl Montgomery multiplication "teaser".
|