1. ed8270a Fix crash as server when resuming with SNI. by Adam Langley · 11 years ago
  2. 6c7aed0 Client-side OCSP stapling support. by David Benjamin · 11 years ago
  3. 457112e unifdef a bunch of OPENSSL_NO_* ifdefs. by David Benjamin · 11 years ago
  4. 9169c96 Implement client side of TLS signed certificate stamps extension. by Håvard Molland · 11 years ago
  5. 422d3a4 Remove some unused state and code. by David Benjamin · 11 years ago
  6. a7d1363 Prune removed key types from SSL_PKEY_*. by David Benjamin · 11 years ago
  7. ef2116d Remove DSA-based cipher suites and client auth. by David Benjamin · 11 years ago
  8. cff6472 Mark some more globals as const. by David Benjamin · 11 years ago
  9. 0da0e18 Remove ECDH_RSA, ECDH_ECDSA, DH_RSA, and DH_DSS. by David Benjamin · 11 years ago
  10. 6f26001 Mark all SSL_CIPHERs as const. by David Benjamin · 11 years ago
  11. 335d10d Remove Suite B mode. by David Benjamin · 11 years ago
  12. 1b96526 Merge tls1_* method hooks with the ssl3_* versions. by David Benjamin · 11 years ago
  13. 09bd58d Replace some DTLS version checks with SSL_IS_DTLS. by David Benjamin · 11 years ago
  14. ded9358 Windows build fixes. by Adam Langley · 11 years ago
  15. 5ba06a7 Fix race condition in ssl_parse_serverhello_tlsext by Adam Langley · 11 years ago
  16. 499b440 Remove OPENSSL_NO_SHA512 by Alex Chernyakhovsky · 11 years ago
  17. 69877b6 Remove OPENSSL_NO_SHA256 by Alex Chernyakhovsky · 11 years ago
  18. 072c953 Convert some malloc + memcpys into BUF_memdup. by David Benjamin · 11 years ago
  19. 9a37359 Don't malloc(0) on empty extensions list. by David Benjamin · 11 years ago
  20. 3e14885 Fix memory leak. by Adam Langley · 11 years ago
  21. 0eb5a2d Fix tls1_get_curvelist default curves list size. by David Benjamin · 11 years ago
  22. cd99694 Pass parameters to tls1_process_sigalgs as a CBS. by David Benjamin · 11 years ago
  23. ff175b4 unifdef OPENSSL_NO_PSK. by David Benjamin · 11 years ago
  24. 072334d Consistently use uint16_t for curve IDs. by David Benjamin · 11 years ago
  25. 6444287 Do not allow a Finished message when NewSessionTicket is expected. by David Benjamin · 11 years ago
  26. 8f3234b Fix another flipped condition. by David Benjamin · 11 years ago
  27. 05da6e1 Port tls12_check_peer_sigalg to CBS. by David Benjamin · 11 years ago
  28. ed43958 Port ssl3_get_key_exchange to CBS. by David Benjamin · 11 years ago
  29. 676d1e7 Separate client and server certificate_types. by David Benjamin · 11 years ago
  30. 8f2c20e Port early callback support to CBS. by David Benjamin · 11 years ago
  31. 35a7a44 Check duplicate extensions before processing. by David Benjamin · 11 years ago
  32. 9d28c75 Fix some OPENSSL_PUT_ERROR calls. by David Benjamin · 11 years ago
  33. b9621b9 Remove is_probably_safari logic. by David Benjamin · 11 years ago
  34. 64f4c91 Remove OPENSSL_FIPS blocks. by David Benjamin · 11 years ago
  35. 6dbd73d Remove OPENSSL_NO_TLSEXT compilation option. by David Benjamin · 11 years ago
  36. 31955f9 Port Certificate Request parsing to crypto/bytestring by Alex Chernyakhovsky · 11 years ago
  37. 3c5034e Remove OPENSSL_NO_RSA by Alex Chernyakhovsky · 11 years ago
  38. dc72ff7 Port ClientHello extensions parsing to crypto/bytestring. by David Benjamin · 11 years ago
  39. 2b0aeeca Remove authz extension (RFC5878) by David Benjamin · 11 years ago
  40. fd76191 Remove opaque_prf_input extension. by David Benjamin · 11 years ago
  41. d7e23c1 Remove serverinfo and custom extensions support. by David Benjamin · 11 years ago
  42. 13ab3e3 Remove heartbeat extension. by David Benjamin · 11 years ago
  43. 0397309 Port ServerHello extension parsing to CBS. by David Benjamin · 11 years ago
  44. 3213bed Remove GOST support code from ssl/ by Adam Langley · 11 years ago
  45. f3a95c4 Reduce elliptic curves and formats in ClientHello. by Adam Langley · 11 years ago
  46. b7bf53c Check there is enough room for extension. by Adam Langley · 11 years ago
  47. 5647520 Add heartbeat extension bounds check. by Adam Langley · 11 years ago
  48. db4f952 Fix memory leak with client auth. by Adam Langley · 11 years ago
  49. c3174b7 Move ECC extensions to end. by Adam Langley · 11 years ago
  50. dc9b141 Early callback support. by Adam Langley · 11 years ago
  51. b0c235e TLS extension limit check fixes. by Adam Langley · 11 years ago
  52. 1258b6a ChannelID support. by Adam Langley · 11 years ago
  53. 95c29f3 Inital import. by Adam Langley · 11 years ago