Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually remove TABLE from version control | Richard Levitte | 2015-03-23 | 1 | -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 Levitte | 2015-03-16 | 1 | -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 TABLE | Richard Levitte | 2015-03-16 | 1 | -557/+701 |
| | | | | Reviewed-by: Andy Polyakov <appro@openssl.org> | ||||
* | update TABLE | Richard Levitte | 2015-03-06 | 1 | -74/+74 |
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> | ||||
* | Engage ecp_nistz256-armv4 module. | Andy Polyakov | 2015-02-11 | 1 | -2/+2 |
| | | | | Reviewed-by: Emilia Käsper <emilia@openssl.org> | ||||
* | Configure: disable warning C4090 in Windows builds. | Andy Polyakov | 2015-02-10 | 1 | -6/+6 |
| | | | | Reviewed-by: Matt Caswell <matt@openssl.org> | ||||
* | Engage ecp_nistz256-x86 module. | Andy Polyakov | 2015-02-09 | 1 | -30/+30 |
| | | | | Reviewed-by: Emilia Käsper <emilia@openssl.org> | ||||
* | Fix various build breaks | Rich Salz | 2015-02-05 | 1 | -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_SYSNAME | Rich Salz | 2015-01-23 | 1 | -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 Polyakov | 2015-01-23 | 1 | -6/+6 |
| | | | | | | Fix typos in ios64-cross config line. Reviewed-by: Tim Hudson <tjh@openssl.org> | ||||
* | Drop redundant and outdated __CYGWIN32__ tests. | Corinna Vinschen | 2015-01-22 | 1 | -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 Salz | 2015-01-12 | 1 | -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_64 | Emilia Kasper | 2015-01-05 | 1 | -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 platforms | Rich Salz | 2014-12-28 | 1 | -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 Polyakov | 2014-10-23 | 1 | -1/+35 |
| | | | | Reviewed-by: Steve Marquess <marquess@openssl.org> | ||||
* | RT3544: Must update TABLE after Configure change | Rich Salz | 2014-09-25 | 1 | -34/+0 |
| | | | | | | Also add comment to Configure reminding people to do that. Reviewed-by: Andy Polyakov <appro@openssl.org> | ||||
* | Configure: engage ECP_NISTZ256. | Andy Polyakov | 2014-09-12 | 1 | -21/+21 |
| | | | | | | RT: 3149 Reviewed-by: Rich Salz <rsalz@openssl.org> | ||||
* | Configure: add configuration for crypto/ec/asm extensions. | Andy Polyakov | 2014-08-30 | 1 | -0/+202 |
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> | ||||
* | Engage GHASH for PowerISA 2.0.7. | Andy Polyakov | 2014-07-20 | 1 | -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 Polyakov | 2014-07-16 | 1 | -10/+10 |
| | | | | This reverts commit 14aaf883d93fb2e321ef1fe25f687fb7b62ef8fe. | ||||
* | Engage GHASH for PowerISA 2.07. | Andy Polyakov | 2014-07-16 | 1 | -10/+10 |
| | |||||
* | Engage SHA256/512 for PowerISA 2.07. | Andy Polyakov | 2014-07-01 | 1 | -10/+10 |
| | |||||
* | Engage GHASH for ARMv8. | Andy Polyakov | 2014-06-06 | 1 | -3/+3 |
| | |||||
* | Engage POWER8 AES support. | Andy Polyakov | 2014-06-01 | 1 | -10/+10 |
| | |||||
* | Engage ARMv8 AES support. | Andy Polyakov | 2014-06-01 | 1 | -3/+3 |
| | |||||
* | linux-aarch64: engage SHA modules. | Andy Polyakov | 2014-06-01 | 1 | -1/+34 |
| | |||||
* | Add linux-aarch64 taget. | Andy Polyakov | 2014-06-01 | 1 | -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 Polyakov | 2014-05-04 | 1 | -2/+2 |
| | |||||
* | Configure: mark unixware target as elf-1. | Andy Polyakov | 2014-02-27 | 1 | -4/+4 |
| | |||||
* | Configure: blended processor target in solaris-x86-cc. | Andy Polyakov | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | aes/asm/vpaes-ppc.pl: add little-endian support. | Andy Polyakov | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | PPC assembly pack: improve AIX support (enable vpaes-ppc). | Andy Polyakov | 2013-12-18 | 1 | -4/+4 |
| | |||||
* | Configure: remove vpaes-ppc from aix targets. | Andy Polyakov | 2013-12-04 | 1 | -4/+4 |
| | | | | AIX assembler doesn't hanle .align, which is essential for vpaes module. | ||||
* | Take vpaes-ppc module into loop. | Andy Polyakov | 2013-11-27 | 1 | -9/+9 |
| | |||||
* | Configure: add linux-ppc64le target. | Andy Polyakov | 2013-11-12 | 1 | -0/+66 |
| | | | | Submitted by: Marcelo Cerri | ||||
* | Configire: take multi-block modules into build loop. | Andy Polyakov | 2013-10-03 | 1 | -39/+39 |
| | |||||
* | Add support for Cygwin-x86_64. | Andy Polyakov | 2013-09-15 | 1 | -0/+99 |
| | | | | | PR: 3110 Submitted by Corinna Vinschen. | ||||
* | Remove RSAX engine, superseded by RSAZ module. | Andy Polyakov | 2013-07-05 | 1 | -16/+16 |
| | |||||
* | Take RSAZ modules into build loop, add glue and engage. | Andy Polyakov | 2013-07-05 | 1 | -16/+16 |
| | | | | RT: 2582, 2850 | ||||
* | Add AES-SHA256 stitch. | Andy Polyakov | 2013-05-13 | 1 | -16/+16 |
| | |||||
* | bsaes-armv7.pl: take it into build loop. | Andy Polyakov | 2013-04-23 | 1 | -2/+2 |
| | |||||
* | Add support for SPARC T4 DES opcode. | Andy Polyakov | 2013-03-31 | 1 | -9/+9 |
| | |||||
* | Add AES-NI GCM stitch. | Andy Polyakov | 2013-03-29 | 1 | -16/+16 |
| | |||||
* | TABLE update. | Andy Polyakov | 2013-01-22 | 1 | -9/+42 |
| | |||||
* | C64x+ assembly pack: improve EABI support. | Andy Polyakov | 2012-11-28 | 1 | -1/+1 |
| | |||||
* | Update support for Intel compiler: add linux-x86_64-icc and fix problems. | Andy Polyakov | 2012-11-28 | 1 | -37/+37 |
| | |||||
* | Support for SPARC T4 MONT[MUL|SQR] instructions. | Andy Polyakov | 2012-11-17 | 1 | -9/+42 |
| | | | | Submitted by: David Miller, Andy Polyakov | ||||
* | Add VIS3-capable sparcv9-gf2m module. | Andy Polyakov | 2012-10-20 | 1 | -9/+9 |
| | |||||
* | Add VIS3 Montgomery multiplication. | Andy Polyakov | 2012-10-20 | 1 | -9/+9 |
| | |||||
* | aix[64]-cc: get MT support right (gcc targets are not affected). | Andy Polyakov | 2012-10-16 | 1 | -2/+2 |
| |