1. aa58513 Reserve ex_data index zero for app_data. by David Benjamin · 10 years ago
  2. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
  3. 7ca4b42 Fix Chromium NaCl build. by David Benjamin · 10 years ago
  4. ecdf7f9 Minor whitespace update after running go fmt with 1.4.2. by Doug Hogan · 10 years ago
  5. 97dfcbf Convert the NPN extension to the new system by Adam Langley · 10 years ago
  6. bb0bd04 Convert the status_request (OCSP stapling) extension to the new system by Adam Langley · 10 years ago
  7. 2e857bd Convert the signature algorithms extension to the new system by Adam Langley · 10 years ago
  8. 9b05bc5 Convert the session ticket extension to the new system. by Adam Langley · 10 years ago
  9. 0a05671 Switch EMS over to the new extensions system. by Adam Langley · 10 years ago
  10. efb0e16 Reject empty ALPN protocols. by Adam Langley · 10 years ago
  11. d822ed8 Make CBB_len return a length, not remaining. by David Benjamin · 10 years ago
  12. b558c4c Add a test case for renegotation with False Start enabled. by Adam Langley · 10 years ago
  13. 74f7110 Parse RSAPrivateKey with CBS. by David Benjamin · 10 years ago
  14. 6df1ac9 Fix Windows build. by Adam Langley · 10 years ago
  15. 71d2e54 Clear key_method in ssl_cert_clear_certs. by David Benjamin · 10 years ago
  16. 11c0f8e Promote certificate-related ctrl macros to functions. by David Benjamin · 10 years ago
  17. 7481d39 Document APIs relating to configuring certificates and private keys. by David Benjamin · 10 years ago
  18. b2a9d6a Remove SSL_build_cert_chain. by David Benjamin · 10 years ago
  19. 4462809 Remove SSL_CTX_select_current_cert. by David Benjamin · 10 years ago
  20. d1d8078 Fold away certificate slots mechanism. by David Benjamin · 10 years ago
  21. 5703648 Remove SSL_CTX_get_extra_chain_certs_only. by David Benjamin · 10 years ago
  22. bb20f52 Merge the RSA_ENC and RSA_SIGN certificate slots. by David Benjamin · 10 years ago
  23. 0fc431a Prune NIDs from TLS_SIGALGS. by David Benjamin · 10 years ago
  24. ba16a1e Remove SSL_get_(shared_)sigalgs. by David Benjamin · 10 years ago
  25. 7d97fd3 Remove SSL_get_server_tmp_key. by David Benjamin · 10 years ago
  26. 396a441 ssl3_cert_verify_hash should take the EVP_PKEY type. by David Benjamin · 10 years ago
  27. 67dc838 Fix ssl3_send_client_certificate state machine. by David Benjamin · 10 years ago
  28. dfa4069 Fix MSVC build some more. by David Benjamin · 10 years ago
  29. 3e53633 Fix Windows build. by David Benjamin · 10 years ago
  30. 6a1275b typedef |COMP_METHOD| to void, for compatibility. by Matt Braithwaite · 10 years ago
  31. 047d6f0 Remove ssl2.h and ssl23.h. by Håvard Molland · 10 years ago
  32. a865320 Add CBB_zero to set a CBB to the zero state. by David Benjamin · 10 years ago
  33. 961ad6a Sign channel IDs with ECDSA_do_sign. by David Benjamin · 10 years ago
  34. e3aa1d9 Cleanup ticket processing and session lookup. by David Benjamin · 10 years ago
  35. 5021b22 Convert the renegotiation extension to the new system. by Adam Langley · 10 years ago
  36. 4cfa96b Move compile-time asserts to the top-level. by Adam Langley · 10 years ago
  37. 614c66a Add infrastructure for better extension handling. by Adam Langley · 10 years ago
  38. be9eda4 Fix Renegotiate-Client-NoExt test. by Adam Langley · 10 years ago
  39. 6cacac0 Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. by David Benjamin · 10 years ago
  40. bed6354 Increment the reference count of sessions inside the lock. by David Benjamin · 10 years ago
  41. d98452d Add a test for the ticket callback. by David Benjamin · 10 years ago
  42. bc94929 bssl_shim: move large buffer to heap. by Adam Langley · 10 years ago
  43. ba4594a Don't put sessions from renegotiations in the cache. by David Benjamin · 10 years ago
  44. 91eab5c Move all the bssl_shim handshake checks to their own function. by David Benjamin · 10 years ago
  45. 288d8d5 runner: prepend the resource directory for async-signing tests. by Adam Langley · 10 years ago
  46. b4d65fd Implement asynchronous private key operations for client auth. by David Benjamin · 10 years ago
  47. 680ca96 Preserve session->sess_cert on ticket renewal. by David Benjamin · 10 years ago
  48. d65bb78 Add SSL_initial_handshake_complete. by David Benjamin · 10 years ago
  49. 184494d Raise SIGTRAP rather than abort on failure. by David Benjamin · 10 years ago
  50. 7c803a6 Allow runner to run from anywhere. by Adam Langley · 10 years ago
  51. 11fc66a DTLS fragments may not be split across two records. by David Benjamin · 10 years ago
  52. 95d3182 Duplicate SSL_SESSIONs when renewing them. by David Benjamin · 10 years ago
  53. fd67aa8 Add SSL_SESSION_from_bytes. by David Benjamin · 10 years ago
  54. 85bc560 Add ECDHE-PSK-AES{128,256}-SHA cipher suites. by Adam Langley · 10 years ago
  55. 1feb42a Drop ECDHE-PSK-AES-128-GCM. by Adam Langley · 10 years ago
  56. d1c1c8e Remove EVP_PKEY_missing_parameters in ssl3_check_certificate_for_cipher. by David Benjamin · 10 years ago
  57. 436bf82 Prune ssl3_check_cert_and_algorithm. by David Benjamin · 10 years ago
  58. 8923c0b Explicitly check for empty certificate list. by David Benjamin · 10 years ago
  59. 24f346d Limit the number of warning alerts silently consumed. by David Benjamin · 10 years ago
  60. f4958e7 Slightly simplify ServerKeyExchange handling. by David Benjamin · 10 years ago
  61. b31040d Get rid of CERT_PKEY slots in SESS_CERT. by David Benjamin · 10 years ago
  62. a8ebe22 Add tests for empty record limit and make it work in the async case. by David Benjamin · 10 years ago
  63. af0e32c Add SSL_get_tls_unique. by Adam Langley · 10 years ago
  64. 691992b Minor typo fix in comment. by Adam Langley · 10 years ago
  65. ba5934b Tighten up EMS resumption behaviour. by Adam Langley · 10 years ago
  66. b0eef0a runner: minor tidyups. by Adam Langley · 10 years ago
  67. a1c90a5 Further tidy up cipher logic. by David Benjamin · 10 years ago
  68. 0fa4012 Add a test that DTLS does not support RC4. by David Benjamin · 10 years ago
  69. 9a980ab Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_* by David Benjamin · 10 years ago
  70. 29864b5 Remove SSL_CIPHER_ALGORITHM2_AEAD. by David Benjamin · 10 years ago
  71. 904dc72 Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS. by David Benjamin · 10 years ago
  72. a602277 Split ssl_read_bytes hook into app_data and close_notify hooks. by David Benjamin · 10 years ago
  73. c933a47 Switch the ssl_write_bytes hook to ssl_write_app_data. by David Benjamin · 10 years ago
  74. 338e067 Reject sessions with the wrong structure version. by David Benjamin · 10 years ago
  75. f297e02 Reject unknown fields in d2i_SSL_SESSION. by David Benjamin · 10 years ago
  76. bd15a8e Fix DTLS handling of multiple records in a packet. by David Benjamin · 10 years ago
  77. e76ccae Release handshake buffer when sending no certificate. by David Benjamin · 10 years ago
  78. 5f04b65 Release the handshake buffer on the client for abbreviated handshakes. by David Benjamin · 10 years ago
  79. 5c1ce29 Decide whether or not to request client certificates early. by David Benjamin · 10 years ago
  80. 4b30b28 Remove server-side renego session resumption check. by David Benjamin · 10 years ago
  81. 5aea93e Deprecate and no-op SSL_VERIFY_CLIENT_ONCE. by David Benjamin · 10 years ago
  82. 74d8bc2 Don't make SSL_MODE_*HELLO_TIME configurable. by David Benjamin · 10 years ago
  83. ece089c Deprecate and no-op SSL_set_state. by David Benjamin · 10 years ago
  84. be05c63 Remove compatibility s->version checks. by David Benjamin · 10 years ago
  85. 8ec8810 Remove SSL_in_before and SSL_ST_BEFORE. by David Benjamin · 10 years ago
  86. cd90f3a Remove renegotiation deferral logic. by David Benjamin · 10 years ago
  87. 44d3eed Forbid caller-initiated renegotiations and all renego as a servers. by David Benjamin · 10 years ago
  88. 5f387e3 Remove s->renegotiate check in SSL_clear. by David Benjamin · 10 years ago
  89. 20f6e97 Switch three more renegotiate checks to initial_handshake_complete. by David Benjamin · 10 years ago
  90. d23d5a5 Remove remnants of DTLS renegotiate. by David Benjamin · 10 years ago
  91. 9a41d1b Deprecate SSL_*_read_ahead and enforce DTLS packet boundaries. by David Benjamin · 10 years ago
  92. 76e48c5 Fix Windows mode. by David Benjamin · 10 years ago
  93. 3fa65f0 Fix some malloc test crashs. by David Benjamin · 10 years ago
  94. 0b635c5 Add malloc test support to unit tests. by David Benjamin · 10 years ago
  95. 3e3090d Pass a dtls1_use_epoch enum down to dtls1_seal_record. by David Benjamin · 10 years ago
  96. 31a0779 Factor SSL_AEAD_CTX into a dedicated type. by David Benjamin · 10 years ago
  97. 7ef9fff Remove ssl_ok. by David Benjamin · 10 years ago
  98. afc9ecd Unexport ssl_get_new_session and ssl_update_cache. by David Benjamin · 10 years ago
  99. 4831c33 Document some core SSL_CTX and SSL methods. by David Benjamin · 10 years ago
  100. 760b1dd Tidy up state machine coverage tests. by David Benjamin · 10 years ago