summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
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-24RT3544: Remove MWERKS supportRich Salz
The following #ifdef tests were all removed: __MWERKS__ MAC_OS_pre_X MAC_OS_GUSI_SOURCE MAC_OS_pre_X OPENSSL_SYS_MACINTOSH_CLASSIC OPENSSL_SYS_MACOSX_RHAPSODY 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-08-27RT2308: Add extern "C" { ... } wrapperRich Salz
Add the wrapper to all public header files (Configure generates one). Don't bother for those that are just lists of #define's that do renaming. Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-08-12PR 719: Configure not exiting with child statusnnposter@users.sourceforge.net
If subcommand fails, just die. Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
2014-08-01Update $default_depflags to match current defaults.Bodo Moeller
2014-07-24Add conditional unit testing interface.Dr. Stephen Henson
Don't call internal functions directly call them through SSL_test_functions(). This also makes unit testing work on Windows and platforms that don't export internal functions from shared libraries. By default unit testing is not enabled: it requires the compile time option "enable-unit-test". Reviewed-by: Geoff Thorpe <geoff@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-11Enable multi-block support by default.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-06-01Strip trailing whitespace from Configure.Felix Laurie von Massenbach
2014-06-01Add a new target to Configure for me.Felix Laurie von Massenbach
2014-05-04C64x+ assembply pack: add RC4 module.Andy Polyakov
2014-04-29More warnings.Ben Laurie
2014-03-07Remove -WX option from debug-VC-WIN32Dr. Stephen Henson
(cherry picked from commit 7a3e67f029969620966b8a627b8485d83692cca5)
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-20Add clang debug target.Ben Laurie
2013-10-08Configure: recognize experimental-multiblock.Andy Polyakov
2013-10-03Configire: take multi-block modules into build loop.Andy Polyakov
2013-09-16 Fix overly lenient comparisons:Bodo Moeller
- EC_GROUP_cmp shouldn't consider curves equal just because the curve name is the same. (They really *should* be the same in this case, but there's an EC_GROUP_set_curve_name API, which could be misused.) - EC_POINT_cmp shouldn't return 0 for ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED or EC_R_INCOMPATIBLE_OBJECTS errors because in a cmp API, 0 indicates equality (not an error). Reported by: king cope
2013-09-15Add support for Cygwin-x86_64.Andy Polyakov
PR: 3110 Submitted by Corinna Vinschen.
2013-09-06Add callbacks supporting generation and retrieval of supplemental data ↵Scott Deboy
entries, facilitating RFC 5878 (TLS auth extensions) Removed prior audit proof logic - audit proof support was implemented using the generic TLS extension API Tests exercising the new supplemental data registration and callback api can be found in ssltest.c. Implemented changes to s_server and s_client to exercise supplemental data callbacks via the -auth argument, as well as additional flags to exercise supplemental data being sent only during renegotiation.
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2013-07-22Add a no-opt 64-bit target.Ben Laurie
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-22Configure: update linux-mips* lines.Andy Polyakov
2013-01-19Merge branch 'master' of openssl.net:opensslBen Laurie
2013-01-19Remove kludge to use RC4 asm.Ben Laurie
2013-01-19Build/test cleanly on MacOS.Ben Laurie
2013-01-19sha512-ppc.pl: add PPC32 code, >2x improvement on in-order cores.Andy Polyakov