aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-11Fix "make test" seg fault with SCTP enabledMatt Caswell1-2/+5
2015-08-11Fix missing return value checks in SCTPMatt Caswell2-9/+25
2015-08-11make updateMatt Caswell1-14/+15
2015-08-11Use dynamic engine for libssl test harnessRichard Levitte4-16/+20
2015-08-11Add a test for 0 p value in anon DH SKEMatt Caswell2-1/+95
2015-08-11Extend TLSProxy capabilitiesMatt Caswell4-7/+482
2015-08-11Add some libssl testsMatt Caswell3-1/+195
2015-08-11Add a libssl test harnessMatt Caswell4-0/+1419
2015-08-11Add OSSLTest EngineMatt Caswell5-3/+779
2015-08-11Check for 0 modulus in BN_MONT_CTX_setMatt Caswell1-0/+3
2015-08-11Fix seg fault with 0 p val in SKEGuy Leaver (guleaver)3-0/+22
2015-08-11Normalise make errors outputMatt Caswell2-2/+2
2015-08-10GH365: Missing #ifdef rename.Rich Salz1-2/+2
2015-08-10RT3999: Remove sub-component version stringsRich Salz37-70/+0
2015-08-10Fix build break.Rich Salz2-2/+2
2015-08-10Find the right indent on *BSD.Ben Laurie1-3/+6
2015-08-08GH357: Update ocsp.cbluelineXY1-0/+13
2015-08-08RT3998: fix X509_check_host.pod release to 1.0.2David Woodhouse1-1/+1
2015-08-06Fix clang uninitialized variable warning.Adam Eijdenberg1-1/+0
2015-08-06Revert "Fix uninitalised warning."Matt Caswell1-1/+1
2015-08-06Fix uninitalised warning.Ben Laurie1-1/+1
2015-08-05RT3990: Fix #include path.Anton Blanchard1-1/+1
2015-08-04Change error reason to match previous behaviour.Adam Eijdenberg1-1/+1
2015-08-04Fix unhandled error condition in sslv2 client hello parsing.Adam Eijdenberg1-0/+3
2015-08-04Fix SRTP s_client/s_server optionsMatt Caswell2-2/+2
2015-08-04PACKETise NextProtoMatt Caswell1-19/+24
2015-08-04PACKETise CertificateVerify processingMatt Caswell1-17/+30
2015-08-04PACKETise ClientCertificate processingMatt Caswell1-13/+20
2015-08-04Fix a bug in the new PACKET implementationMatt Caswell2-32/+33
2015-08-03Fix warning when compiling with no-ec2mMatt Caswell1-4/+8
2015-08-03Fix make errors for the CCS changesMatt Caswell2-2/+2
2015-08-03Fix ssl3_read_bytes handshake fragment bugMatt Caswell1-0/+4
2015-08-03Move DTLS CCS processing into the state machineMatt Caswell6-92/+129
2015-08-03Move TLS CCS processing into the state machineMatt Caswell12-142/+174
2015-08-03PACKETise ClientHello processingMatt Caswell6-336/+344
2015-08-03PACKET unit testsMatt Caswell2-4/+337
2015-08-03Add initial packet parsing codeMatt Caswell4-617/+1049
2015-08-02Fix refactoring breakage.Ben Laurie1-4/+6
2015-08-02don't reset return value to 0Dr. Stephen Henson1-1/+0
2015-08-02Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie3-27/+25
2015-08-02Build with --strict-warnings on FreeBSD.Ben Laurie2-2/+2
2015-08-01Make BSD make happy with subdirectories.Ben Laurie1-0/+4
2015-08-01GH336: Return an exit code if report failsDirk Wetter1-0/+1
2015-07-31Only define PAGE_SIZE if not already defined.Ben Laurie1-1/+3
2015-07-31Remove erroneous server_random fillingMatt Caswell1-7/+4
2015-07-31Clear BN-mont values when free'ing it.Loganaden Velvindron1-3/+3
2015-07-31Various doc fixes from GH pull requestsRich Salz9-20/+18
2015-07-31RT3742: Add xmpp_server to s_client.Kai Engert2-5/+11
2015-07-31RT3963: Allow OCSP stapling with -rev and -wwwAdam Eijdenberg1-4/+8
2015-07-31RT3962: Check accept_count only if not unlimitedAdam Eijdenberg1-1/+2