summaryrefslogtreecommitdiff
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* update ordinalsDr. Stephen Henson2015-03-091-0/+1
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Update mkerr.pl for new formatMatt Caswell2015-03-061-66/+66
| | | | | | Make the output from mkerr.pl consistent with the newly reformatted code. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Fix format script.Dr. Stephen Henson2015-03-021-1/+1
| | | | | | | | | The format script didn't correctly recognise some ASN.1 macros and didn't reformat some files as a result. Fix script and reformat affected files. Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 437b14b533fe7f7408e3ebca6d5569f1d3347b1a)
* Delete trailing whitespace from output.Dr. Stephen Henson2015-01-221-3/+10
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add -d debug option to save preprocessed files.Dr. Stephen Henson2015-01-221-1/+4
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Test option -ncDr. Stephen Henson2015-01-221-0/+2
| | | | | | | Add option -nc which sets COMMENTS=true but disables all indent comment reformatting options. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add ecp_nistz256.c to list of files skipped by openssl-format-sourceMatt Caswell2015-01-221-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Manually reformat aes_x86core.c and add it to the list of files skipped byMatt Caswell2015-01-221-1/+1
| | | | | | | | | openssl-format-source Conflicts: crypto/aes/aes_x86core.c Reviewed-by: Tim Hudson <tjh@openssl.org>
* Amend openssl-format-source so that it give more repeatable outputMatt Caswell2015-01-221-2/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Manually reformat aes_core.cMatt Caswell2015-01-221-1/+1
| | | | | | | | | Add aes_core.c to the list of files not processed by openssl-format-source Conflicts: crypto/aes/aes_core.c Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add obj_dat.h to the list of files that will not be processed byMatt Caswell2015-01-221-3/+6
| | | | | | openssl-format-source Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix logic to check for indent.proMatt Caswell2015-01-221-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix make errorsMatt Caswell2015-01-222-2/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Make the script a little more location agnosticRichard Levitte2015-01-221-2/+3
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Provide script for filtering data initialisers for structs/unions. indent ↵Matt Caswell2015-01-222-0/+254
| | | | | | just can't handle it. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Script fixes.Dr. Stephen Henson2015-01-221-2/+2
| | | | | | | Don't use double newline for headers. Don't interpret ASN1_PCTX as start of an ASN.1 module. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run expand before perl, to make sure things are properly alignedRichard Levitte2015-01-221-2/+4
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Force the use of our indent profileRichard Levitte2015-01-221-27/+6
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Provide source reformating script. Requires GNU indent to beTim Hudson2015-01-222-0/+908
| | | | | | | | | available. Script written by Tim Hudson, with amendments by Steve Henson, Rich Salz and Matt Caswell Reviewed-by: Matt Caswell <matt@openssl.org>
* Make output from openssl version -f consistent with previous versionsMatt Caswell2015-01-131-1/+1
| | | | | Reviewed-by: Andy Polyakov <appro@openssl.org> (cherry picked from commit 2d2671790ee12dedd92c97f35b6feb755b8d4374)
* Fix build failure on Windows due to undefined cflags identifierMatt Caswell2015-01-081-1/+1
| | | | | Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 5c5e7e1a7eb114cf136e1ae4b6a413bc48ba41eb)
* Remove blank line from start of cflags character array in buildinf.hMatt Caswell2015-01-061-1/+1
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit b691154e18c0367643696db3cf73debe9ddfa9ae)
* update ordinalsDr. Stephen Henson2015-01-051-0/+1
| | | | | Reviewed-by: Emilia Käsper <emilia@openssl.org> (cherry picked from commit 31c65a7bc0de7ff1446645d41af388893362f579)
* Fix a problem if CFLAGS is too long cversion.c fails to compile when configMatt Caswell2014-12-191-0/+35
| | | | | | | is run with --strict-warnings. Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 488f16e31b8f5ec2513410929325d0830d76762d)
* NetWare compilation fix.Guenter2014-11-271-1/+1
| | | | | | | | | | | Workaround for NetWare CodeWarrior compiler which doesn't properly lookup includes when in same directory as the C file which includes it. PR#3569 Reviewed-by: Stephen Henson <steve@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 333fad9f2de1dea99552fcb424b312ca1a390f85)
* New option no-ssl3-method which removes SSLv3_*methodDr. Stephen Henson2014-11-193-6/+16
| | | | | | | | | | | | | | | | When no-ssl3 is set only make SSLv3 disabled by default. Retain -ssl3 options for s_client/s_server/ssltest. When no-ssl3-method is set SSLv3_*method() is removed and all -ssl3 options. We should document this somewhere, e.g. wiki, FAQ or manual page. Reviewed-by: Emilia Käsper <emilia@openssl.org> (cherry picked from commit 3881d8106df732fc433d30446625dfa2396da42d) Conflicts: util/mkdef.pl
* no-ssl2 with no-ssl3 does not mean drop the ssl libTim Hudson2014-10-201-6/+0
| | | | | Reviewed-by: Geoff Thorpe <geoff@openssl.org> (cherry picked from commit c882abd52269a59ed8e0510e5febf667428ece85)
* Fix SRTP compile issues for windowsMatt Caswell2014-10-153-5/+10
| | | | | | | | Related to CVE-2014-3513 This fix was developed by the OpenSSL Team Reviewed-by: Tim Hudson <tjh@openssl.org>
* Add conditional unit testing interface.Dr. Stephen Henson2014-07-243-1/+8
| | | | | | | | | | | | | | | | | 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> (cherry picked from commit e0fc7961c4fbd27577fb519d9aea2dc788742715) Conflicts: ssl/Makefile util/mkdef.pl
* util/mkerr.pl: fix perl warningGeoff Thorpe2014-07-021-2/+2
| | | | | | | | | | | | Gets rid of this; defined(@array) is deprecated at ../util/mkerr.pl line 792. (Maybe you should just omit the defined()?) defined(@array) is deprecated at ../util/mkerr.pl line 800. (Maybe you should just omit the defined()?) Signed-off-by: Geoff Thorpe <geoff@openssl.org> (cherry picked from commit 647f360e2e86818cee1f2d0429e071d14814e0b5)
* Update ordinals.Dr. Stephen Henson2014-03-121-0/+1
| | | | | | Use a previously unused value as we will be updating multiple released branches. (cherry picked from commit 0737acd2a8cc688902b5151cab5dc6737b82fb96)
* BC-32.pl: pre-1.0.2-specific refresh for Borland C.Andy Polyakov2014-02-241-1/+1
| | | | | PR: 3251 Suggested by: Thorsten Schöning
* BC-32.pl: refresh Borland C support.Andy Polyakov2014-02-241-3/+3
| | | | | | PR: 3251 Suggested by: Thorsten Schöning (cherry picked from commit 779c51c6446f384c2f2a7bd5cc4c3e0366baf628)
* Add /fixed flag for FIPS links where appropriate.Dr. Stephen Henson2014-02-151-2/+5
| | | | | | | | (cherry picked from commit c55fef76f77aa54e85ca534785b2b19cebbe940c) Conflicts: util/pl/VC-32.pl
* Make Makefiles OSF-make-friendly.Andy Polyakov2013-11-121-1/+5
| | | | | PR: 3165 (cherry picked from commit d1cf23ac86c05b22b8780e2c03b67230564d2d34)
* Add ordinal for CRYPTO_memcmp: since this will affect multipleDr. Stephen Henson2013-01-311-0/+1
| | | | branches it needs to be in a "gap".
* VC-32.pl: fix typo [from HEAD].Andy Polyakov2012-12-161-1/+1
| | | | Submitted by: Pierre Delaage
* PR: 2840Dr. Stephen Henson2012-07-031-1/+1
| | | | | | Reported by: David McCullough <david_mccullough@mcafee.com> Restore fips configuration module from 0.9.8.
* util/cygwin.sh update [from HEAD].Andy Polyakov2012-03-311-2/+10
| | | | | PR: 2761 Submitted by: Corinna Vinschen
* PR: 2708Dr. Stephen Henson2012-02-121-1/+2
| | | | | | Submitted by: Bruce Stephens <bruce.stephens@isode.com> Translate path separators correctly for $fipsdir in util/mk1mf.pl
* PR: 2652Dr. Stephen Henson2012-01-051-2/+4
| | | | | | Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se> OpenVMS fixes.
* recognise HEARTBEATS in mkdef.pl scriptDr. Stephen Henson2011-12-311-1/+1
|
* fix deprecated statementDr. Stephen Henson2011-12-271-1/+1
|
* recognise no-sctpDr. Stephen Henson2011-12-251-0/+1
|
* update ordinalsDr. Stephen Henson2011-12-251-0/+6
|
* recognise SCTP in mkdef.pl scriptDr. Stephen Henson2011-12-251-2/+6
|
* delete unimplemented function from header file, update ordinalsDr. Stephen Henson2011-12-231-1/+1
|
* update ordinalsDr. Stephen Henson2011-12-221-5/+6
|
* update ordinalsDr. Stephen Henson2011-11-221-0/+3
|
* add cryptlib.h to mkdef.plDr. Stephen Henson2011-11-221-0/+1
|