aboutsummaryrefslogtreecommitdiffstats
path: root/TABLE
Commit message (Collapse)AuthorAgeFilesLines
* Actually remove TABLE from version controlRichard Levitte2015-03-231-6043/+0
| | | | | | | 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>
* Do not keep TABLE in version control.Richard Levitte2015-03-161-525/+31
| | | | | | | | | | | | | 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>
* Updated TABLERichard Levitte2015-03-161-557/+701
| | | | Reviewed-by: Andy Polyakov <appro@openssl.org>
* update TABLERichard Levitte2015-03-061-74/+74
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Engage ecp_nistz256-armv4 module.Andy Polyakov2015-02-111-2/+2
| | | | Reviewed-by: Emilia Käsper <emilia@openssl.org>
* Configure: disable warning C4090 in Windows builds.Andy Polyakov2015-02-101-6/+6
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Engage ecp_nistz256-x86 module.Andy Polyakov2015-02-091-30/+30
| | | | Reviewed-by: Emilia Käsper <emilia@openssl.org>
* Fix various build breaksRich Salz2015-02-041-1/+1
| | | | | | | | | | | 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>
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-12/+12
| | | | | | | | 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>
* Add assembly support to ios64-cross.Andy Polyakov2015-01-231-6/+6
| | | | | | Fix typos in ios64-cross config line. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Drop redundant and outdated __CYGWIN32__ tests.Corinna Vinschen2015-01-221-172/+2
| | | | | | | | | 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>
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-121-204/+0
| | | | | | | | | 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>
* Add a clang build target for linux-x86_64Emilia Kasper2015-01-051-0/+102
| | | | | | | | 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>
* RT3548: Remove unsupported platformsRich Salz2014-12-281-272/+68
| | | | | | | | 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>
* Configure: add ios64 target.Andy Polyakov2014-10-231-1/+35
| | | | Reviewed-by: Steve Marquess <marquess@openssl.org>
* RT3544: Must update TABLE after Configure changeRich Salz2014-09-251-34/+0
| | | | | | Also add comment to Configure reminding people to do that. Reviewed-by: Andy Polyakov <appro@openssl.org>
* Configure: engage ECP_NISTZ256.Andy Polyakov2014-09-121-21/+21
| | | | | | RT: 3149 Reviewed-by: Rich Salz <rsalz@openssl.org>
* Configure: add configuration for crypto/ec/asm extensions.Andy Polyakov2014-08-301-0/+202
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Engage GHASH for PowerISA 2.0.7.Andy Polyakov2014-07-201-10/+10
| | | | | | | [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>
* Revert "Engage GHASH for PowerISA 2.07."Andy Polyakov2014-07-161-10/+10
| | | | This reverts commit 14aaf883d93fb2e321ef1fe25f687fb7b62ef8fe.
* Engage GHASH for PowerISA 2.07.Andy Polyakov2014-07-161-10/+10
|
* Engage SHA256/512 for PowerISA 2.07.Andy Polyakov2014-07-011-10/+10
|
* Engage GHASH for ARMv8.Andy Polyakov2014-06-061-3/+3
|
* Engage POWER8 AES support.Andy Polyakov2014-06-011-10/+10
|
* Engage ARMv8 AES support.Andy Polyakov2014-06-011-3/+3
|
* linux-aarch64: engage SHA modules.Andy Polyakov2014-06-011-1/+34
|
* Add linux-aarch64 taget.Andy Polyakov2014-06-011-1/+34
| | | | | | | armcap.c is shared between 32- and 64-bit builds and features link-time detection of getauxval. Submitted by: Ard Biesheuvel.
* C64x+ assembply pack: add RC4 module.Andy Polyakov2014-05-041-2/+2
|
* Configure: mark unixware target as elf-1.Andy Polyakov2014-02-271-4/+4
|
* Configure: blended processor target in solaris-x86-cc.Andy Polyakov2014-02-261-1/+1
|
* aes/asm/vpaes-ppc.pl: add little-endian support.Andy Polyakov2014-01-071-1/+1
|
* PPC assembly pack: improve AIX support (enable vpaes-ppc).Andy Polyakov2013-12-181-4/+4
|
* Configure: remove vpaes-ppc from aix targets.Andy Polyakov2013-12-041-4/+4
| | | | AIX assembler doesn't hanle .align, which is essential for vpaes module.
* Take vpaes-ppc module into loop.Andy Polyakov2013-11-271-9/+9
|
* Configure: add linux-ppc64le target.Andy Polyakov2013-11-121-0/+66
| | | | Submitted by: Marcelo Cerri
* Configire: take multi-block modules into build loop.Andy Polyakov2013-10-031-39/+39
|
* Add support for Cygwin-x86_64.Andy Polyakov2013-09-151-0/+99
| | | | | PR: 3110 Submitted by Corinna Vinschen.
* Remove RSAX engine, superseded by RSAZ module.Andy Polyakov2013-07-051-16/+16
|
* Take RSAZ modules into build loop, add glue and engage.Andy Polyakov2013-07-051-16/+16
| | | | RT: 2582, 2850
* Add AES-SHA256 stitch.Andy Polyakov2013-05-131-16/+16
|
* bsaes-armv7.pl: take it into build loop.Andy Polyakov2013-04-231-2/+2
|
* Add support for SPARC T4 DES opcode.Andy Polyakov2013-03-311-9/+9
|
* Add AES-NI GCM stitch.Andy Polyakov2013-03-291-16/+16
|
* TABLE update.Andy Polyakov2013-01-221-9/+42
|
* C64x+ assembly pack: improve EABI support.Andy Polyakov2012-11-281-1/+1
|
* Update support for Intel compiler: add linux-x86_64-icc and fix problems.Andy Polyakov2012-11-281-37/+37
|
* Support for SPARC T4 MONT[MUL|SQR] instructions.Andy Polyakov2012-11-171-9/+42
| | | | Submitted by: David Miller, Andy Polyakov
* Add VIS3-capable sparcv9-gf2m module.Andy Polyakov2012-10-201-9/+9
|
* Add VIS3 Montgomery multiplication.Andy Polyakov2012-10-201-9/+9
|
* aix[64]-cc: get MT support right (gcc targets are not affected).Andy Polyakov2012-10-161-2/+2
|