Revision tags: OpenSSL_1_0_2, master-post-auto-reformat |
|
#
0f113f3e |
| 22-Jan-2015 |
Matt Caswell |
Run util/openssl-format-source -v -c . Reviewed-by: Tim Hudson <tjh@openssl.org>
|
Revision tags: OpenSSL_1_0_2-post-auto-reformat, OpenSSL_0_9_8-post-auto-reformat, OpenSSL_0_9_8-pre-auto-reformat, OpenSSL_1_0_0-post-auto-reformat, OpenSSL_1_0_0-pre-auto-reformat, OpenSSL_1_0_1-post-auto-reformat, OpenSSL_1_0_1-pre-auto-reformat, master-post-reformat, OpenSSL_0_9_8-pre-reformat, OpenSSL_0_9_8ze, OpenSSL_1_0_0-pre-reformat, OpenSSL_1_0_0q, OpenSSL_1_0_1-pre-reformat, OpenSSL_1_0_1l, master-pre-reformat, OpenSSL_1_0_2-pre-reformat |
|
#
fcf64ba0 |
| 12-Jan-2015 |
Rich Salz |
RT3548: Remove some unsupported platforms. This commit removes NCR, Tandem, Cray. Regenerates TABLE. Removes another missing BEOS fluff. The last platform remaining on this ticke
RT3548: Remove some unsupported platforms. This commit removes NCR, Tandem, Cray. Regenerates TABLE. Removes another missing BEOS fluff. The last platform remaining on this ticket is WIN16. Reviewed-by: Richard Levitte <levitte@openssl.org>
show more ...
|
Revision tags: OpenSSL_0_9_8zd, OpenSSL_1_0_0p, OpenSSL_1_0_1k, OpenSSL_0_9_8-post-reformat |
|
#
1d97c843 |
| 28-Dec-2014 |
Tim Hudson |
mark all block comments that need format preserving so that indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell
mark all block comments that need format preserving so that indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
show more ...
|
Revision tags: OpenSSL-fips-2_0_9 |
|
#
e4e5bc39 |
| 18-Oct-2014 |
Dr. Stephen Henson |
Remove fips_constseg references. Reviewed-by: Tim Hudson <tjh@openssl.org>
|
Revision tags: OpenSSL_1_0_1j, OpenSSL_1_0_0o, OpenSSL_0_9_8zc, OpenSSL_1_0_2-beta3, OpenSSL_0_9_8zb, OpenSSL_1_0_0n, OpenSSL_1_0_1i, OpenSSL_1_0_2-beta2, OpenSSL-fips-2_0_8, OpenSSL_1_0_1h, OpenSSL_1_0_0m, OpenSSL_0_9_8za, OpenSSL-fips-2_0_7, OpenSSL_1_0_1g, OpenSSL_1_0_2-beta1, OpenSSL_1_0_0l, OpenSSL_1_0_1f |
|
#
cdd1acd7 |
| 18-Dec-2013 |
Andy Polyakov |
sha512.c: fullfull implicit API contract in SHA512_Transform. SHA512_Transform was initially added rather as tribute to tradition than for practucal reasons. But use was recently found i
sha512.c: fullfull implicit API contract in SHA512_Transform. SHA512_Transform was initially added rather as tribute to tradition than for practucal reasons. But use was recently found in ssl/s3_cbc.c and it turned to be problematic on platforms that don't tolerate misasligned references to memory and lack assembly subroutine.
show more ...
|
Revision tags: OpenSSL-fips-2_0_6, OpenSSL-fips-2_0_5, OpenSSL-fips-2_0_4 |
|
#
039081b8 |
| 13-Oct-2013 |
Andy Polyakov |
Initial aarch64 bits.
|
Revision tags: OpenSSL-fips-2_0_3, OpenSSL_1_0_1e, OpenSSL_0_9_8y, OpenSSL_1_0_0k, OpenSSL_1_0_1d, OpenSSL-fips-2_0-pl1, OpenSSL-fips-2_0_2, OpenSSL-fips-2_0_1, OpenSSL_1_0_1c, OpenSSL_1_0_0j, OpenSSL_0_9_8x, OpenSSL_1_0_1b, OpenSSL_0_9_8w, OpenSSL_1_0_1a, OpenSSL_0_9_8v, OpenSSL_1_0_0i, OpenSSL_1_0_1, OpenSSL_1_0_0h, OpenSSL_0_9_8u, OpenSSL_1_0_1-beta3, OpenSSL_1_0_1-beta2, OpenSSL-fips-2_0, OpenSSL_1_0_0g, OpenSSL_0_9_8t, OpenSSL_0_9_8s, OpenSSL_1_0_0f, OpenSSL-fips-2_0-rc8, OpenSSL_1_0_1-beta1, OpenSSL-fips-2_0-rc7, OpenSSL-fips-2_0-rc6, OpenSSL-fips-2_0-rc5, OpenSSL-fips-2_0-rc4, OpenSSL-fips-2_0-rc3, OpenSSL-fips-2_0-rc2, OpenSSL-fips-2_0-rc1, OpenSSL-fips-1_2_3, OpenSSL-fips-1_2_2, OpenSSL-fips-1_2_1 |
|
#
03e389cf |
| 14-Sep-2011 |
Andy Polyakov |
Allow for dynamic base in Win64 FIPS module.
|
Revision tags: OpenSSL_1_0_0e |
|
#
1e863180 |
| 01-Apr-2011 |
Andy Polyakov |
ARM assembler pack: profiler-assisted optimizations and NEON support.
|
Revision tags: OpenSSL_1_0_0d, OpenSSL_0_9_8r, OpenSSL_0_9_8q, OpenSSL_1_0_0c, OpenSSL_0_9_8p, OpenSSL_1_0_0b, OpenSSL_0_9_8o, OpenSSL_1_0_0a, OpenSSL_1_0_0, OpenSSL_0_9_8n, OpenSSL_0_9_8m, OpenSSL_0_9_8m-beta1, OpenSSL_1_0_0-beta5 |
|
#
53f73afc |
| 15-Nov-2009 |
Andy Polyakov |
sha512.c: there apparently is ILP32 PowerPC platform, where it is safe to inline 64-bit assembler instructions. Normally it's inappropriate, because signalling doesn't preserve upper halves o
sha512.c: there apparently is ILP32 PowerPC platform, where it is safe to inline 64-bit assembler instructions. Normally it's inappropriate, because signalling doesn't preserve upper halves of general purpose registers. Meaning that it's only safe if signals are blocked for the time "wide" code executes. PR: 1998
show more ...
|
Revision tags: OpenSSL_1_0_0-beta4, OpenSSL_0_9_8l, OpenSSL_1_0_0-beta3, OpenSSL_1_0_0-beta2, OpenSSL_1_0_0-beta1, OpenSSL_0_9_8k, OpenSSL_0_9_8j |
|
#
5cabcf96 |
| 29-Dec-2008 |
Andy Polyakov |
Fix "possible loss of data" Win64 compiler warnings.
|
#
8da07655 |
| 02-Nov-2008 |
Ben Laurie |
Fix warning.
|
#
122396f2 |
| 01-Nov-2008 |
Andy Polyakov |
Fix SHA512 and optimize BN for mingw64.
|
Revision tags: OpenSSL_0_9_8i, OpenSSL_0_9_8h |
|
#
281066cb |
| 24-Apr-2008 |
Andy Polyakov |
Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug. PR: 1667
|
Revision tags: OpenSSL_0_9_8g, OpenSSL_0_9_8f, FIPS_098_TEST_8 |
|
#
74eb3e09 |
| 26-Sep-2007 |
Andy Polyakov |
Make sha512-armv4.pl byte-order neutral.
|
Revision tags: FIPS_098_TEST_7 |
|
#
1a01868e |
| 15-Sep-2007 |
Andy Polyakov |
Remove sha512-sse2.pl.
|
#
a5804a75 |
| 07-Sep-2007 |
Andy Polyakov |
Add sha512_block implementation optimized for small register bank. On x86 it gives same performance, while code size shrinks >10 times.
|
Revision tags: FIPS_098_TEST_6, FIPS_098_TEST_5 |
|
#
dc0fcb98 |
| 23-Aug-2007 |
Andy Polyakov |
Workaround MSVC6 compiler bug.
|
Revision tags: FIPS_098_TEST_4, FIPS_098_TEST_3, FIPS_098_TEST_2, FIPS_098_TEST_1 |
|
#
1a42839b |
| 13-May-2007 |
Andy Polyakov |
As all assembler modules are alignment neutral, allow C to pass unaligned content.
|
#
cdd1d7a6 |
| 30-Apr-2007 |
Andy Polyakov |
Typo in commit #16187.
|
#
b38c0add |
| 30-Apr-2007 |
Andy Polyakov |
s390x optimizations.
|
Revision tags: OpenSSL_0_9_7m, OpenSSL_0_9_8e |
|
#
560b79cb |
| 21-Jan-2007 |
Dr. Stephen Henson |
Constify version strings and some structures.
|
#
c5f17d45 |
| 17-Oct-2006 |
Andy Polyakov |
Further synchronizations with md32_common.h update, consistent naming for low-level SHA block routines.
|
Revision tags: OpenSSL_0_9_7l, OpenSSL_0_9_8d, OpenSSL_0_9_8c, OpenSSL_0_9_7k, OpenSSL_0_9_7j, OpenSSL_0_9_8b |
|
#
a9c32ace |
| 01-May-2006 |
Andy Polyakov |
SHA1 for PowerPC.
|
Revision tags: OpenSSL_FIPS_1_0 |
|
#
ce6aa1e4 |
| 25-Oct-2005 |
Andy Polyakov |
+20% SHA512 performance improvement on x86.
|
Revision tags: OpenSSL_0_9_7i, OpenSSL_0_9_8a, OpenSSL_0_9_7h, OpenSSL_0_9_8, FIPS_TEST_10, OpenSSL_0_9_8-beta6, OpenSSL_0_9_8-beta5, FIPS_TEST_9, OpenSSL_0_9_8-beta4 |
|
#
165fca51 |
| 31-May-2005 |
Andy Polyakov |
"Show" more respect to no-sha* config options. PR: 1086
|