aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RT3999: Remove sub-component version stringsRich Salz2015-08-1037-70/+0
* Fix build break.Rich Salz2015-08-102-2/+2
* Find the right indent on *BSD.Ben Laurie2015-08-101-3/+6
* GH357: Update ocsp.cbluelineXY2015-08-081-0/+13
* RT3998: fix X509_check_host.pod release to 1.0.2David Woodhouse2015-08-081-1/+1
* Fix clang uninitialized variable warning.Adam Eijdenberg2015-08-061-1/+0
* Revert "Fix uninitalised warning."Matt Caswell2015-08-061-1/+1
* Fix uninitalised warning.Ben Laurie2015-08-061-1/+1
* RT3990: Fix #include path.Anton Blanchard2015-08-051-1/+1
* Change error reason to match previous behaviour.Adam Eijdenberg2015-08-041-1/+1
* Fix unhandled error condition in sslv2 client hello parsing.Adam Eijdenberg2015-08-041-0/+3
* Fix SRTP s_client/s_server optionsMatt Caswell2015-08-042-2/+2
* PACKETise NextProtoMatt Caswell2015-08-041-19/+24
* PACKETise CertificateVerify processingMatt Caswell2015-08-041-17/+30
* PACKETise ClientCertificate processingMatt Caswell2015-08-041-13/+20
* Fix a bug in the new PACKET implementationMatt Caswell2015-08-042-32/+33
* Fix warning when compiling with no-ec2mMatt Caswell2015-08-031-4/+8
* Fix make errors for the CCS changesMatt Caswell2015-08-032-2/+2
* Fix ssl3_read_bytes handshake fragment bugMatt Caswell2015-08-031-0/+4
* Move DTLS CCS processing into the state machineMatt Caswell2015-08-036-92/+129
* Move TLS CCS processing into the state machineMatt Caswell2015-08-0312-142/+174
* PACKETise ClientHello processingMatt Caswell2015-08-036-336/+344
* PACKET unit testsMatt Caswell2015-08-032-4/+337
* Add initial packet parsing codeMatt Caswell2015-08-034-617/+1049
* Fix refactoring breakage.Ben Laurie2015-08-021-4/+6
* don't reset return value to 0Dr. Stephen Henson2015-08-021-1/+0
* Add -Wconditional-uninitialized to clang strict warnings.Ben Laurie2015-08-023-27/+25
* Build with --strict-warnings on FreeBSD.Ben Laurie2015-08-022-2/+2
* Make BSD make happy with subdirectories.Ben Laurie2015-08-011-0/+4
* GH336: Return an exit code if report failsDirk Wetter2015-08-011-0/+1
* Only define PAGE_SIZE if not already defined.Ben Laurie2015-07-311-1/+3
* Remove erroneous server_random fillingMatt Caswell2015-07-311-7/+4
* Clear BN-mont values when free'ing it.Loganaden Velvindron2015-07-311-3/+3
* Various doc fixes from GH pull requestsRich Salz2015-07-319-20/+18
* RT3742: Add xmpp_server to s_client.Kai Engert2015-07-312-5/+11
* RT3963: Allow OCSP stapling with -rev and -wwwAdam Eijdenberg2015-07-311-4/+8
* RT3962: Check accept_count only if not unlimitedAdam Eijdenberg2015-07-311-1/+2
* RT3961: Fix switch/case errors in flag parsingAdam Eijdenberg2015-07-313-1/+2
* RT3959: Fix misleading commentNicholas Cooper2015-07-311-1/+1
* cleanse psk_identity on errorDr. Stephen Henson2015-07-301-2/+6
* Free and cleanse pms on errorDr. Stephen Henson2015-07-301-2/+6
* Don't request certificates for any PSK ciphersuiteDr. Stephen Henson2015-07-301-1/+1
* CAMELLIA PSK ciphersuites from RFC6367Dr. Stephen Henson2015-07-303-0/+144
* Add PSK ciphersuites to docsDr. Stephen Henson2015-07-301-5/+60
* Update CHANGESDr. Stephen Henson2015-07-301-0/+8
* Add RFC4785 ciphersuitesDr. Stephen Henson2015-07-302-0/+59
* Add RFC4279, RFC5487 and RFC5489 ciphersuites.Dr. Stephen Henson2015-07-302-5/+592
* Initial new PSK ciphersuite definesDr. Stephen Henson2015-07-301-0/+31
* Add full PSK trace supportDr. Stephen Henson2015-07-301-13/+36
* PSK premaster secret derivation.Dr. Stephen Henson2015-07-301-7/+46