summaryrefslogtreecommitdiffstats
path: root/TABLE
AgeCommit message (Collapse)Author
2015-03-23Actually remove TABLE from version controlRichard Levitte
Follow up on the earlier "Do not keep TABLE in version control". Actually removing TABLE from version control was forgotten. Reviewed-by: Matt Caswell <matt@openssl.org>
2015-03-16Do not keep TABLE in version control.Richard Levitte
TABLE was always a debugging tool, and permitted everyone to see the effect of changes in the string-format configs. The hash-format configs being much more readable, distributing TABLE becomes much less necessary. Being able to produce a TABLE is kept, however, as it still is a useful debugging tool for configs, what with multi-level inheritance and all. Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-03-16Updated TABLERichard Levitte
Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-03-06update TABLERichard Levitte
Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-02-11Engage ecp_nistz256-armv4 module.Andy Polyakov
Reviewed-by: Emilia Käsper <emilia@openssl.org>
2015-02-10Configure: disable warning C4090 in Windows builds.Andy Polyakov
Reviewed-by: Matt Caswell <matt@openssl.org>
2015-02-09Engage ecp_nistz256-x86 module.Andy Polyakov
Reviewed-by: Emilia Käsper <emilia@openssl.org>
2015-02-04Fix various build breaksRich Salz
TABLE wasn't updated from a previous Configure change Missed an RMD160/RIPE/RIPEMD unification in mkdef.pl Makefile install_sw referenced file doc/openssl-shared.txt (RT3686) Needed to run 'make update' because - Various old code has been removed - Varous old #ifdef tests were removed Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
Rename OPENSSL_SYSNAME_xxx to OPENSSL_SYS_xxx Remove MS_STATIC; it's a relic from platforms <32 bits. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-23Add assembly support to ios64-cross.Andy Polyakov
Fix typos in ios64-cross config line. Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Drop redundant and outdated __CYGWIN32__ tests.Corinna Vinschen
Change OPENSSL_SYSNAME_CYGWIN32 to OPENSSL_SYSNAME_CYGWIN. Drop outdated Cygwin targets. RT#3605 Signed-off-by: Corinna Vinschen <vinschen@redhat.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-12RT3548: Remove some unsupported platforms.Rich Salz
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>
2015-01-05Add a clang build target for linux-x86_64Emilia Kasper
This change documents the world as-is, by turning all warnings on, and then turning warnings that trigger off again. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-12-28RT3548: Remove unsupported platformsRich Salz
This commit removes DG-UX. It also flushes out some left-behinds in config. And regenerates TABLE from Configure (hadn't been done in awhile). Reviewed-by: Richard Levitte <levitte@openssl.org>
2014-10-23Configure: add ios64 target.Andy Polyakov
Reviewed-by: Steve Marquess <marquess@openssl.org>
2014-09-25RT3544: Must update TABLE after Configure changeRich Salz
Also add comment to Configure reminding people to do that. Reviewed-by: Andy Polyakov <appro@openssl.org>
2014-09-12Configure: engage ECP_NISTZ256.Andy Polyakov
RT: 3149 Reviewed-by: Rich Salz <rsalz@openssl.org>
2014-08-30Configure: add configuration for crypto/ec/asm extensions.Andy Polyakov
Reviewed-by: Rich Salz <rsalz@openssl.org>
2014-07-20Engage GHASH for PowerISA 2.0.7.Andy Polyakov
[and split ppccap.c to ppccap.c and ppc_arch.h] Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-07-16Revert "Engage GHASH for PowerISA 2.07."Andy Polyakov
This reverts commit 14aaf883d93fb2e321ef1fe25f687fb7b62ef8fe.
2014-07-16Engage GHASH for PowerISA 2.07.Andy Polyakov
2014-07-01Engage SHA256/512 for PowerISA 2.07.Andy Polyakov
2014-06-06Engage GHASH for ARMv8.Andy Polyakov
2014-06-01Engage POWER8 AES support.Andy Polyakov
2014-06-01Engage ARMv8 AES support.Andy Polyakov
2014-06-01linux-aarch64: engage SHA modules.Andy Polyakov
2014-06-01Add linux-aarch64 taget.Andy Polyakov
armcap.c is shared between 32- and 64-bit builds and features link-time detection of getauxval. Submitted by: Ard Biesheuvel.
2014-05-04C64x+ assembply pack: add RC4 module.Andy Polyakov
2014-02-27Configure: mark unixware target as elf-1.Andy Polyakov
2014-02-26Configure: blended processor target in solaris-x86-cc.Andy Polyakov
2014-01-07aes/asm/vpaes-ppc.pl: add little-endian support.Andy Polyakov
2013-12-18PPC assembly pack: improve AIX support (enable vpaes-ppc).Andy Polyakov
2013-12-04Configure: remove vpaes-ppc from aix targets.Andy Polyakov
AIX assembler doesn't hanle .align, which is essential for vpaes module.
2013-11-27Take vpaes-ppc module into loop.Andy Polyakov
2013-11-12Configure: add linux-ppc64le target.Andy Polyakov
Submitted by: Marcelo Cerri
2013-10-03Configire: take multi-block modules into build loop.Andy Polyakov
2013-09-15Add support for Cygwin-x86_64.Andy Polyakov
PR: 3110 Submitted by Corinna Vinschen.
2013-07-05Remove RSAX engine, superseded by RSAZ module.Andy Polyakov
2013-07-05Take RSAZ modules into build loop, add glue and engage.Andy Polyakov
RT: 2582, 2850
2013-05-13Add AES-SHA256 stitch.Andy Polyakov
2013-04-23bsaes-armv7.pl: take it into build loop.Andy Polyakov
2013-03-31Add support for SPARC T4 DES opcode.Andy Polyakov
2013-03-29Add AES-NI GCM stitch.Andy Polyakov
2013-01-22TABLE update.Andy Polyakov
2012-11-28C64x+ assembly pack: improve EABI support.Andy Polyakov
2012-11-28Update support for Intel compiler: add linux-x86_64-icc and fix problems.Andy Polyakov
2012-11-17Support for SPARC T4 MONT[MUL|SQR] instructions.Andy Polyakov
Submitted by: David Miller, Andy Polyakov
2012-10-20Add VIS3-capable sparcv9-gf2m module.Andy Polyakov
2012-10-20Add VIS3 Montgomery multiplication.Andy Polyakov
2012-10-16aix[64]-cc: get MT support right (gcc targets are not affected).Andy Polyakov