| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | GH357: Update ocsp.c | bluelineXY | 2015-08-08 | 1 | -0/+13 |
* | RT3998: fix X509_check_host.pod release to 1.0.2 | David Woodhouse | 2015-08-08 | 1 | -1/+1 |
* | Fix clang uninitialized variable warning. | Adam Eijdenberg | 2015-08-06 | 1 | -1/+0 |
* | Revert "Fix uninitalised warning." | Matt Caswell | 2015-08-06 | 1 | -1/+1 |
* | Fix uninitalised warning. | Ben Laurie | 2015-08-06 | 1 | -1/+1 |
* | RT3990: Fix #include path. | Anton Blanchard | 2015-08-05 | 1 | -1/+1 |
* | Change error reason to match previous behaviour. | Adam Eijdenberg | 2015-08-04 | 1 | -1/+1 |
* | Fix unhandled error condition in sslv2 client hello parsing. | Adam Eijdenberg | 2015-08-04 | 1 | -0/+3 |
* | Fix SRTP s_client/s_server options | Matt Caswell | 2015-08-04 | 2 | -2/+2 |
* | PACKETise NextProto | Matt Caswell | 2015-08-04 | 1 | -19/+24 |
* | PACKETise CertificateVerify processing | Matt Caswell | 2015-08-04 | 1 | -17/+30 |
* | PACKETise ClientCertificate processing | Matt Caswell | 2015-08-04 | 1 | -13/+20 |
* | Fix a bug in the new PACKET implementation | Matt Caswell | 2015-08-04 | 2 | -32/+33 |
* | Fix warning when compiling with no-ec2m | Matt Caswell | 2015-08-03 | 1 | -4/+8 |
* | Fix make errors for the CCS changes | Matt Caswell | 2015-08-03 | 2 | -2/+2 |
* | Fix ssl3_read_bytes handshake fragment bug | Matt Caswell | 2015-08-03 | 1 | -0/+4 |
* | Move DTLS CCS processing into the state machine | Matt Caswell | 2015-08-03 | 6 | -92/+129 |
* | Move TLS CCS processing into the state machine | Matt Caswell | 2015-08-03 | 12 | -142/+174 |
* | PACKETise ClientHello processing | Matt Caswell | 2015-08-03 | 6 | -336/+344 |
* | PACKET unit tests | Matt Caswell | 2015-08-03 | 2 | -4/+337 |
* | Add initial packet parsing code | Matt Caswell | 2015-08-03 | 4 | -617/+1049 |
* | Fix refactoring breakage. | Ben Laurie | 2015-08-02 | 1 | -4/+6 |
* | don't reset return value to 0 | Dr. Stephen Henson | 2015-08-02 | 1 | -1/+0 |
* | Add -Wconditional-uninitialized to clang strict warnings. | Ben Laurie | 2015-08-02 | 3 | -27/+25 |
* | Build with --strict-warnings on FreeBSD. | Ben Laurie | 2015-08-02 | 2 | -2/+2 |
* | Make BSD make happy with subdirectories. | Ben Laurie | 2015-08-01 | 1 | -0/+4 |
* | GH336: Return an exit code if report fails | Dirk Wetter | 2015-08-01 | 1 | -0/+1 |
* | Only define PAGE_SIZE if not already defined. | Ben Laurie | 2015-07-31 | 1 | -1/+3 |
* | Remove erroneous server_random filling | Matt Caswell | 2015-07-31 | 1 | -7/+4 |
* | Clear BN-mont values when free'ing it. | Loganaden Velvindron | 2015-07-31 | 1 | -3/+3 |
* | Various doc fixes from GH pull requests | Rich Salz | 2015-07-31 | 9 | -20/+18 |
* | RT3742: Add xmpp_server to s_client. | Kai Engert | 2015-07-31 | 2 | -5/+11 |
* | RT3963: Allow OCSP stapling with -rev and -www | Adam Eijdenberg | 2015-07-31 | 1 | -4/+8 |
* | RT3962: Check accept_count only if not unlimited | Adam Eijdenberg | 2015-07-31 | 1 | -1/+2 |
* | RT3961: Fix switch/case errors in flag parsing | Adam Eijdenberg | 2015-07-31 | 3 | -1/+2 |
* | RT3959: Fix misleading comment | Nicholas Cooper | 2015-07-31 | 1 | -1/+1 |
* | cleanse psk_identity on error | Dr. Stephen Henson | 2015-07-30 | 1 | -2/+6 |
* | Free and cleanse pms on error | Dr. Stephen Henson | 2015-07-30 | 1 | -2/+6 |
* | Don't request certificates for any PSK ciphersuite | Dr. Stephen Henson | 2015-07-30 | 1 | -1/+1 |
* | CAMELLIA PSK ciphersuites from RFC6367 | Dr. Stephen Henson | 2015-07-30 | 3 | -0/+144 |
* | Add PSK ciphersuites to docs | Dr. Stephen Henson | 2015-07-30 | 1 | -5/+60 |
* | Update CHANGES | Dr. Stephen Henson | 2015-07-30 | 1 | -0/+8 |
* | Add RFC4785 ciphersuites | Dr. Stephen Henson | 2015-07-30 | 2 | -0/+59 |
* | Add RFC4279, RFC5487 and RFC5489 ciphersuites. | Dr. Stephen Henson | 2015-07-30 | 2 | -5/+592 |
* | Initial new PSK ciphersuite defines | Dr. Stephen Henson | 2015-07-30 | 1 | -0/+31 |
* | Add full PSK trace support | Dr. Stephen Henson | 2015-07-30 | 1 | -13/+36 |
* | PSK premaster secret derivation. | Dr. Stephen Henson | 2015-07-30 | 1 | -7/+46 |
* | Extended PSK server support. | Dr. Stephen Henson | 2015-07-30 | 2 | -120/+136 |
* | Extended PSK client support. | Dr. Stephen Henson | 2015-07-30 | 1 | -106/+112 |
* | PSK PRF correction. | Dr. Stephen Henson | 2015-07-30 | 1 | -3/+9 |