summaryrefslogtreecommitdiffstats
path: root/TABLE
AgeCommit message (Collapse)Author
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-09-22Configure: engage ECP_NISTZ256.Andy Polyakov
RT: 3149 Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 847147908bc7596195debb48a554a8cade2075f7) Resolved conflicts: Configure TABLE
2014-09-22Configure: add configuration for crypto/ec/asm extensions.Andy Polyakov
Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit 6019cdd327526beb25a4c31c1ef63e72f5f8a4b0) Resolved conflicts: Configure Makefile.org TABLE
2014-07-20Initial POWER8 support from development branch.Andy Polyakov
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-06-11Engage GHASH for ARMv8.Andy Polyakov
(cherry picked from commit 82741e9c8980f96e4b3bba9e54e5904bc3e385bd)
2014-06-11Engage ARMv8 AES support [from HEAD].Andy Polyakov
2014-06-10linux-aarch64: engage SHA modules.Andy Polyakov
(cherry picked from commit f8aab6174c217fe4764652dab926e434e7838ce8)
2014-06-10Add 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. (cherry picked from commit e8d93e342b4b7d43c73e955e81e227c514d389d9)
2014-02-27Configure: mark unixware target as elf-1.Andy Polyakov
(cherry picked from commit 4ca026560a211ef2143199e4531aae377878e17a)
2014-02-26Configure: blended processor target in solaris-x86-cc.Andy Polyakov
(cherry picked from commit 7bb9d84e35dce137c4479915ab0cbdb10ad0cf1d)
2014-02-13Configure: restore binary compatibility in darwin64-x86_64-cc.Andy Polyakov
(and remove duplicates).
2014-02-09Make upate.Dr. Stephen Henson
Revert libssl ordinals to OpenSSL 1.0.1 values first to tidy up and avoid entries for deleted functions.
2014-02-05[aesni|sha*]-mb-x86_64.pl: add multi-block assembly modules [from master].Andy Polyakov
2014-02-01PPC assembly pack: jumbo update from master.Andy Polyakov
Add Vector Permutation AES and little-endian support.
2013-12-09ARM assembly pack: AES update from master (including bit-sliced module).Andy Polyakov
2013-12-01make updateDr. Stephen Henson
2013-10-14Add support for Cygwin-x86_64.Andy Polyakov
PR: 3110 Submitted by Corinna Vinschen. (cherry picked from commit b3ef742cbbc1c8bf0e33dca60f08c65031647b07)
2013-07-05Remove RSAX engine, superseded by RSAZ module.Andy Polyakov
(cherry picked from commit f5b132d652e47af3cde3293d54c1bd028d00758d) Conflicts [resloved]: Configure
2013-07-05Take RSAZ modules into build loop, add glue and engage.Andy Polyakov
RT: 2582, 2850 (cherry picked from commit ca48ace5c52feb0082954fff00a44e1914b9e7e9) Conflicts: Configure
2013-05-20Add BN support for SPARC VIS3 and T4 [from master].Andy Polyakov
2013-05-20Add MD5 SPARC T4 code from master.Andy Polyakov
2013-05-19Add Camellia SPARC T4 module from master.Andy Polyakov
2013-05-19Add AES SPARC T4 module from master.Andy Polyakov
2013-05-19Add DES SPARC T4 module from master.Andy Polyakov
2013-05-19Add AES-NI SHA256 stitch and take it into build loop [from master].Andy Polyakov
2013-05-19Add AES-NI GCM stich and take it into build loop [from master].Andy Polyakov
2013-01-22TABLE update.Andy Polyakov
2012-11-28Intel compiler support update from HEAD.Andy Polyakov
2012-10-16aix[64]-cc: get MT support right [from HEAD].Andy Polyakov
PR: 2896
2012-09-19MIPS assembly pack: jumbo update from HEAD.Andy Polyakov
2012-08-29Add linux-x32 target [from HEAD].Andy Polyakov
2012-08-17MIPS assembly pack updates from HEAD.Andy Polyakov
2012-08-13./Configure: libcrypto.a can grow to many GB on Solaris 10, because of ar bugAndy Polyakov
[from HEAD]. PR: 2838
2012-02-02hpux-parisc2-*: engage assembler [from HEAD] and make it link.Andy Polyakov
2011-12-27make updateDr. Stephen Henson
2011-11-15Configure, e_aes.c: allow for XTS assembler implementation [from HEAD].Andy Polyakov
2011-11-14Configure, etc.: engage additional assembler modules.Andy Polyakov
2011-10-19Fix warnings.Bodo Möller
Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code.
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations [from HEAD].Andy Polyakov
2011-08-14eng_rsax.c: make it work on Win64.Andy Polyakov
2011-07-20Add RSAX builtin engine [from HEAD].Andy Polyakov
2011-06-28Configure: add aesni-x86_64.o to VC-WIN64A line.Andy Polyakov
2011-06-28AES-NI backport from HEAD. Note that e_aes.c doesn't implement all modesAndy Polyakov
from HEAD yet, more will be back-ported later.
2011-03-23make update (1.0.1-stable)Richard Levitte
This meant a slight renumbering in util/libeay.num due to symbols appearing in 1.0.0-stable. However, since there's been no release on this branch yet, it should be harmless.
2010-06-01Configure: update mingw config-lines [from HEAD].Andy Polyakov
2010-04-10darwin-ppc-cc: add -Wa,-force_cpusubtype_ALL to produce binaries notAndy Polyakov
specific to G5. This was already added to HEAD earlier. PR: 2231
2010-01-19s390x assembler update: add support for run-time facility detection [from HEAD].Andy Polyakov
2009-12-30Adapt mingw config for newer mingw environment [from HEAD].Andy Polyakov
PR: 2113
2009-11-09make updateDr. Stephen Henson
2009-08-12Update default dependency flags.Dr. Stephen Henson
Make error name discrepancies a fatal error. Fix error codes. make update