summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
2014-03-12Update ordinals.Dr. Stephen Henson
Use a previously unused value as we will be updating multiple released branches. (cherry picked from commit 0737acd2a8cc688902b5151cab5dc6737b82fb96)
2014-02-24BC-32.pl: pre-1.0.2-specific refresh for Borland C.Andy Polyakov
PR: 3251 Suggested by: Thorsten Schöning
2014-02-24BC-32.pl: refresh Borland C support.Andy Polyakov
PR: 3251 Suggested by: Thorsten Schöning (cherry picked from commit 779c51c6446f384c2f2a7bd5cc4c3e0366baf628)
2014-02-15Add /fixed flag for FIPS links where appropriate.Dr. Stephen Henson
(cherry picked from commit c55fef76f77aa54e85ca534785b2b19cebbe940c) Conflicts: util/pl/VC-32.pl
2013-11-12Make Makefiles OSF-make-friendly.Andy Polyakov
PR: 3165 (cherry picked from commit d1cf23ac86c05b22b8780e2c03b67230564d2d34)
2013-01-31Add ordinal for CRYPTO_memcmp: since this will affect multipleDr. Stephen Henson
branches it needs to be in a "gap".
2012-12-16VC-32.pl: fix typo [from HEAD].Andy Polyakov
Submitted by: Pierre Delaage
2012-07-03PR: 2840Dr. Stephen Henson
Reported by: David McCullough <david_mccullough@mcafee.com> Restore fips configuration module from 0.9.8.
2012-03-31util/cygwin.sh update [from HEAD].Andy Polyakov
PR: 2761 Submitted by: Corinna Vinschen
2012-02-12PR: 2708Dr. Stephen Henson
Submitted by: Bruce Stephens <bruce.stephens@isode.com> Translate path separators correctly for $fipsdir in util/mk1mf.pl
2012-01-05PR: 2652Dr. Stephen Henson
Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se> OpenVMS fixes.
2011-12-31recognise HEARTBEATS in mkdef.pl scriptDr. Stephen Henson
2011-12-27fix deprecated statementDr. Stephen Henson
2011-12-25recognise no-sctpDr. Stephen Henson
2011-12-25update ordinalsDr. Stephen Henson
2011-12-25recognise SCTP in mkdef.pl scriptDr. Stephen Henson
2011-12-23delete unimplemented function from header file, update ordinalsDr. Stephen Henson
2011-12-22update ordinalsDr. Stephen Henson
2011-11-22update ordinalsDr. Stephen Henson
2011-11-22add cryptlib.h to mkdef.plDr. Stephen Henson
2011-11-21update ordinalsDr. Stephen Henson
2011-11-21add strp.h to mkdef.pl headersDr. Stephen Henson
2011-11-21recognise NEXTPROTONEGDr. Stephen Henson
2011-10-21Recognise new ECC option (from HEAD).Dr. Stephen Henson
2011-10-19"make update"Bodo Möller
2011-10-19Fix warnings.Bodo Möller
Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code.
2011-10-15Recognise no-rsax option.Dr. Stephen Henson
2011-10-09Update ordinals.Dr. Stephen Henson
2011-10-09Update ordinals.Dr. Stephen Henson
2011-08-26Update ordinals.Dr. Stephen Henson
2011-07-08Update ordinals.Dr. Stephen Henson
2011-06-18Set FIPSLINK correctly now trailing slash is removed from FIPSDIR.Dr. Stephen Henson
2011-06-18Don't add trailing slash to FIPSDIR: it causes problems with Windows builds.Dr. Stephen Henson
2011-06-17Preliminary WIN32 support for FIPS capable OpenSSL building.Dr. Stephen Henson
2011-06-10update ordinalsDr. Stephen Henson
2011-06-10add cmac to Windows build, update ordinalsDr. Stephen Henson
2011-06-06Recognise "fips" in mkdef.pl script.Dr. Stephen Henson
2011-06-06Backport from HEAD:Dr. Stephen Henson
New option to disable characteristic two fields in EC code. Make no-ec2m work on Win32 build.
2011-05-19update dateDr. Stephen Henson
2011-05-13Recognise and ignore no-ec-nistp224-64-gcc-128 (from HEAD).Dr. Stephen Henson
2011-05-13typoDr. Stephen Henson
2011-05-13Recognise NO_NISTP224-64-GCC-128Dr. Stephen Henson
2011-05-12Add SSL_INTERN definition.Dr. Stephen Henson
2011-05-12Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled byDr. Stephen Henson
default. If we don't do it this way, it screws up libeay.num. (update from HEAD, original from levitte).
2011-05-11Update ordinals.Dr. Stephen Henson
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.
2011-03-22* util/mkdef.pl: Add crypto/o_str.h and crypto/o_time.h. Maybe someRichard Levitte
more need to be added...
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2011-03-16Add SRP.Ben Laurie
2011-02-08OCSP stapling fix (OpenSSL 0.9.8r/1.0.0d)Bodo Möller
Submitted by: Neel Mehta, Adam Langley, Bodo Moeller