summaryrefslogtreecommitdiffstats
path: root/util/mkcerts.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-22Provide script for filtering data initialisers for structs/unions. indent jus...Matt Caswell2-0/+254
2015-01-22Script fixes.Dr. Stephen Henson1-2/+2
2015-01-22Run expand before perl, to make sure things are properly alignedRichard Levitte1-2/+4
2015-01-22Force the use of our indent profileRichard Levitte1-27/+6
2015-01-22Provide source reformating script. Requires GNU indent to beTim Hudson2-0/+908
2015-01-22Fix source where indent will not be able to copeMatt Caswell17-561/+1469
2015-01-22Yet more commentsMatt Caswell5-7/+10
2015-01-22More commentsMatt Caswell14-18/+32
2015-01-22Further comment changes for reformat (master)Matt Caswell46-116/+160
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz53-96/+96
2015-01-13Add Broadwell performance results.Andy Polyakov3-2/+11
2015-01-13Remove use of BN_init, BN_RECP_CTX_init from bntestDr. Stephen Henson1-212/+212
2015-01-13For master windows build dsa.h is now needed.Dr. Stephen Henson1-0/+1
2015-01-13Make output from openssl version -f consistent with previous versionsMatt Caswell2-2/+2
2015-01-13Fix warning where BIO_FLAGS_UPLINK was being redefined.Matt Caswell1-1/+1
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell2-60/+5
2015-01-13Ensure internal header files are used from mk1mf based buildsMatt Caswell1-1/+1
2015-01-12RT3548: Remove unsupported platformsRich Salz45-305/+124
2015-01-12Allow multiple IDN xn-- indicatorsRich Salz1-27/+8
2015-01-12RT3548: Remove some unsupported platforms.Rich Salz17-362/+10
2015-01-12RT478: Add uninstall make targetRich Salz6-17/+146
2015-01-12Fix no-deprecated on WindowsMatt Caswell2-0/+2
2015-01-12make updateMatt Caswell2-8/+9
2015-01-12Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has beenMatt Caswell1-3/+0
2015-01-10Make build reproducibleKurt Roeckx1-0/+4
2015-01-10Further windows specific .gitignore entriesMatt Caswell1-0/+17
2015-01-09Update .gitignore with windows files to be excluded from gitMatt Caswell1-0/+13
2015-01-08Fix build failure on Windows due to undefined cflags identifierMatt Caswell2-2/+2
2015-01-08A memory leak can occur in dtls1_buffer_record if either of the calls toMatt Caswell1-9/+21
2015-01-08Unauthenticated DH client certificate fix.Dr. Stephen Henson1-1/+1
2015-01-08Fix for CVE-2014-3570 (with minor bn_asm.c revamp).Andy Polyakov4-676/+379
2015-01-08Follow on from CVE-2014-3571. This fixes the code that was the original sourceMatt Caswell1-1/+2
2015-01-08Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson2-2/+2
2015-01-07fix error discrepancyDr. Stephen Henson1-1/+1
2015-01-07Fix irix-cc build.Andy Polyakov4-4/+4
2015-01-06use correct credit in CHANGESDr. Stephen Henson1-2/+4
2015-01-06Only inherit the session ID context in SSL_set_SSL_CTX if the existingEmilia Kasper1-13/+20
2015-01-06use correct function nameDr. Stephen Henson1-1/+1
2015-01-06RT3662: Allow leading . in nameConstraintsDr. Stephen Henson1-1/+1
2015-01-06Some cleanup of L<> markup in pod filesRich Salz3-9/+9
2015-01-06Fix memory leak.Martin Brejcha1-2/+10
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell41-55/+102
2015-01-06Remove blank line from start of cflags character array in buildinf.hMatt Caswell1-1/+1
2015-01-06CHANGES: mention "universal" ARM support.Andy Polyakov1-0/+8
2015-01-06Revert "CHANGES: mention "universal" ARM support."Andy Polyakov2-9/+1
2015-01-06CHANGES: mention "universal" ARM support.Andy Polyakov2-1/+9
2015-01-06fix compilation errorDr. Stephen Henson2-2/+2
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson7-57/+38
2015-01-05ECDH downgrade bug fix.Dr. Stephen Henson2-3/+22
2015-01-05RT3546: Remove #define IRIX_CC_BUGRich Salz1-7/+0