summaryrefslogtreecommitdiffstats
path: root/Configure
AgeCommit message (Collapse)Author
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
2013-01-19Make "make depend" work on MacOS out of the box.Ben Laurie
2012-12-12Improve my 64-bit debug target.Ben Laurie
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-11-05Remove unused static function.Ben Laurie
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
2012-10-11Add SPARC T4 Camellia support.Andy Polyakov
Submitted by: David Miller
2012-10-06Add SPARC T4 AES support.Andy Polyakov
Submitted by: David Miller
2012-09-24* Configure: make the debug-levitte-linux{elf,noasm} less extreme.Richard Levitte
2012-09-23Add md5-sparcv9.pl.Andy Polyakov
2012-09-18Configure: allow for compiler options starting with double dash.Andy Polyakov
2012-09-15Configure: add MIPS targets.Andy Polyakov
2012-08-29Add linux-x32 target.Andy Polyakov
2012-08-28update debug-steve* configurationsDr. Stephen Henson
2012-08-17Configure: add mips-mont to MIPS32 builds.Andy Polyakov
2012-08-13./Configure: libcrypto.a can grow to many GB because of ar bug.Andy Polyakov
PR: 2838
2012-06-15Initial record tracing code. Print out all fields in SSL/TLS recordsDr. Stephen Henson
for debugging purposes. Needs "enable-ssl-trace" configuration option.
2012-05-10Padlock doesn't build. I don't even know what it is.Ben Laurie
2012-04-18C64x+ assembler pack. linux-c64xplus build is *not* tested nor can it beAndy Polyakov
tested, because kernel is not in shape to handle it *yet*. The code is committed mostly to stimulate the kernel development.
2012-03-03Configure: make no-whirlpool work.Andy Polyakov
2012-02-26Configure: I remove adding of -D_XPG4_2 -D__EXTENSIONS__ in sctp builds forAndy Polyakov
following reasons: - it's not the way to engage XPG4v2 mode, defining _XOPEN_SOURCE to value less than 500 is (see standards(5)); - we need to work out strategy to handle _XOPEN_SOURCE, current state when we define e.g. _XOPEN_SOURCE to 500 in some files is inappropriate; - sctp implementation on Solaris is incomplete, in sense that bss_dgram.c doesn't compile, because not all structures are defined, so that enabling sctp doesn't work anyway;
2012-02-02hpux-parisc2-*: engage assembler.Andy Polyakov
2012-01-05disable heartbeats if tlsext disabledDr. Stephen Henson
2011-12-27update default depflagsDr. Stephen Henson
2011-12-25PR: 2535Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Reviewed by: steve Add SCTP support for DTLS (RFC 6083).
2011-12-19PR: 2563Dr. Stephen Henson
Submitted by: Paul Green <Paul.Green@stratus.com> Reviewed by: steve Improved PRNG seeding for VOS.
2011-11-15Configure: reimplement commit#21695.Andy Polyakov
2011-11-15Configure, e_aes.c: allow for XTS assembler implementation.Andy Polyakov