1. 7446a3b Clean up DTLS1_BITMAP code. by David Benjamin · 10 years ago
  2. c8d5122 Fold dtls1_process_record into dtls1_get_record. by David Benjamin · 10 years ago
  3. 8e6db49 Add more aggressive DTLS replay tests. by David Benjamin · 10 years ago
  4. fc05994 Fold away EC point format negotiation. by David Benjamin · 10 years ago
  5. 6de0e53 Add tests for bad CertificateVerify signatures. by David Benjamin · 10 years ago
  6. 399e7c9 Run go fmt on runner. by David Benjamin · 10 years ago
  7. cae932e Remove SSL_get0_ec_point_formats. by David Benjamin · 10 years ago
  8. c5b23a1 Work around MSVC's limitations. by Adam Langley · 10 years ago
  9. 601448a Add server-side support for asynchronous signing. by nagendra modadugu · 10 years ago
  10. 0950563 Implement custom extensions. by Adam Langley · 10 years ago
  11. 820731a Fix some typos in license headers. by David Benjamin · 10 years ago
  12. 0a96859 Minor simplification to the padding extension logic. by David Benjamin · 10 years ago
  13. 821464e Remove old 'prepare' extensions functions. by David Benjamin · 10 years ago
  14. 422fe08 Add tests for the padding extension. by David Benjamin · 10 years ago
  15. a54cc0c Remove most handshake equal functions from runner. by Adam Langley · 10 years ago
  16. 879219b Move the declaration of kSRTPProfiles to ssl/internal.h by Adam Langley · 10 years ago
  17. 33ad2b5 Tidy up extensions stuff and drop fastradio support. by Adam Langley · 10 years ago
  18. 273d49c Convert EC curves extension to the new system by Adam Langley · 10 years ago
  19. bdd5d66 Convert EC point formats extension to the new system by Adam Langley · 10 years ago
  20. 391250d Convert the SRTP extension to the new system by Adam Langley · 10 years ago
  21. 49c7af1 Convert the Channel ID extension to the new system. by Adam Langley · 10 years ago
  22. f18e453 Convert the ALPN extension to the new system by Adam Langley · 10 years ago
  23. ab8d87d Convert the SCT extension to the new system by Adam Langley · 10 years ago
  24. aa58513 Reserve ex_data index zero for app_data. by David Benjamin · 10 years ago
  25. 3570d73 Remove the func parameter to OPENSSL_PUT_ERROR. by David Benjamin · 10 years ago
  26. 7ca4b42 Fix Chromium NaCl build. by David Benjamin · 10 years ago
  27. ecdf7f9 Minor whitespace update after running go fmt with 1.4.2. by Doug Hogan · 10 years ago
  28. 97dfcbf Convert the NPN extension to the new system by Adam Langley · 10 years ago
  29. bb0bd04 Convert the status_request (OCSP stapling) extension to the new system by Adam Langley · 10 years ago
  30. 2e857bd Convert the signature algorithms extension to the new system by Adam Langley · 10 years ago
  31. 9b05bc5 Convert the session ticket extension to the new system. by Adam Langley · 10 years ago
  32. 0a05671 Switch EMS over to the new extensions system. by Adam Langley · 10 years ago
  33. efb0e16 Reject empty ALPN protocols. by Adam Langley · 10 years ago
  34. d822ed8 Make CBB_len return a length, not remaining. by David Benjamin · 10 years ago
  35. b558c4c Add a test case for renegotation with False Start enabled. by Adam Langley · 10 years ago
  36. 74f7110 Parse RSAPrivateKey with CBS. by David Benjamin · 10 years ago
  37. 6df1ac9 Fix Windows build. by Adam Langley · 10 years ago
  38. 71d2e54 Clear key_method in ssl_cert_clear_certs. by David Benjamin · 10 years ago
  39. 11c0f8e Promote certificate-related ctrl macros to functions. by David Benjamin · 10 years ago
  40. 7481d39 Document APIs relating to configuring certificates and private keys. by David Benjamin · 10 years ago
  41. b2a9d6a Remove SSL_build_cert_chain. by David Benjamin · 10 years ago
  42. 4462809 Remove SSL_CTX_select_current_cert. by David Benjamin · 10 years ago
  43. d1d8078 Fold away certificate slots mechanism. by David Benjamin · 10 years ago
  44. 5703648 Remove SSL_CTX_get_extra_chain_certs_only. by David Benjamin · 10 years ago
  45. bb20f52 Merge the RSA_ENC and RSA_SIGN certificate slots. by David Benjamin · 10 years ago
  46. 0fc431a Prune NIDs from TLS_SIGALGS. by David Benjamin · 10 years ago
  47. ba16a1e Remove SSL_get_(shared_)sigalgs. by David Benjamin · 10 years ago
  48. 7d97fd3 Remove SSL_get_server_tmp_key. by David Benjamin · 10 years ago
  49. 396a441 ssl3_cert_verify_hash should take the EVP_PKEY type. by David Benjamin · 10 years ago
  50. 67dc838 Fix ssl3_send_client_certificate state machine. by David Benjamin · 10 years ago
  51. dfa4069 Fix MSVC build some more. by David Benjamin · 10 years ago
  52. 3e53633 Fix Windows build. by David Benjamin · 10 years ago
  53. 6a1275b typedef |COMP_METHOD| to void, for compatibility. by Matt Braithwaite · 10 years ago
  54. 047d6f0 Remove ssl2.h and ssl23.h. by Håvard Molland · 10 years ago
  55. a865320 Add CBB_zero to set a CBB to the zero state. by David Benjamin · 10 years ago
  56. 961ad6a Sign channel IDs with ECDSA_do_sign. by David Benjamin · 10 years ago
  57. e3aa1d9 Cleanup ticket processing and session lookup. by David Benjamin · 10 years ago
  58. 5021b22 Convert the renegotiation extension to the new system. by Adam Langley · 10 years ago
  59. 4cfa96b Move compile-time asserts to the top-level. by Adam Langley · 10 years ago
  60. 614c66a Add infrastructure for better extension handling. by Adam Langley · 10 years ago
  61. be9eda4 Fix Renegotiate-Client-NoExt test. by Adam Langley · 10 years ago
  62. 6cacac0 Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions. by David Benjamin · 10 years ago
  63. bed6354 Increment the reference count of sessions inside the lock. by David Benjamin · 10 years ago
  64. d98452d Add a test for the ticket callback. by David Benjamin · 10 years ago
  65. bc94929 bssl_shim: move large buffer to heap. by Adam Langley · 10 years ago
  66. ba4594a Don't put sessions from renegotiations in the cache. by David Benjamin · 10 years ago
  67. 91eab5c Move all the bssl_shim handshake checks to their own function. by David Benjamin · 10 years ago
  68. 288d8d5 runner: prepend the resource directory for async-signing tests. by Adam Langley · 10 years ago
  69. b4d65fd Implement asynchronous private key operations for client auth. by David Benjamin · 10 years ago
  70. 680ca96 Preserve session->sess_cert on ticket renewal. by David Benjamin · 10 years ago
  71. d65bb78 Add SSL_initial_handshake_complete. by David Benjamin · 10 years ago
  72. 184494d Raise SIGTRAP rather than abort on failure. by David Benjamin · 10 years ago
  73. 7c803a6 Allow runner to run from anywhere. by Adam Langley · 10 years ago
  74. 11fc66a DTLS fragments may not be split across two records. by David Benjamin · 10 years ago
  75. 95d3182 Duplicate SSL_SESSIONs when renewing them. by David Benjamin · 10 years ago
  76. fd67aa8 Add SSL_SESSION_from_bytes. by David Benjamin · 10 years ago
  77. 85bc560 Add ECDHE-PSK-AES{128,256}-SHA cipher suites. by Adam Langley · 10 years ago
  78. 1feb42a Drop ECDHE-PSK-AES-128-GCM. by Adam Langley · 10 years ago
  79. d1c1c8e Remove EVP_PKEY_missing_parameters in ssl3_check_certificate_for_cipher. by David Benjamin · 10 years ago
  80. 436bf82 Prune ssl3_check_cert_and_algorithm. by David Benjamin · 10 years ago
  81. 8923c0b Explicitly check for empty certificate list. by David Benjamin · 10 years ago
  82. 24f346d Limit the number of warning alerts silently consumed. by David Benjamin · 10 years ago
  83. f4958e7 Slightly simplify ServerKeyExchange handling. by David Benjamin · 10 years ago
  84. b31040d Get rid of CERT_PKEY slots in SESS_CERT. by David Benjamin · 10 years ago
  85. a8ebe22 Add tests for empty record limit and make it work in the async case. by David Benjamin · 10 years ago
  86. af0e32c Add SSL_get_tls_unique. by Adam Langley · 10 years ago
  87. 691992b Minor typo fix in comment. by Adam Langley · 10 years ago
  88. ba5934b Tighten up EMS resumption behaviour. by Adam Langley · 10 years ago
  89. b0eef0a runner: minor tidyups. by Adam Langley · 10 years ago
  90. a1c90a5 Further tidy up cipher logic. by David Benjamin · 10 years ago
  91. 0fa4012 Add a test that DTLS does not support RC4. by David Benjamin · 10 years ago
  92. 9a980ab Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_* by David Benjamin · 10 years ago
  93. 29864b5 Remove SSL_CIPHER_ALGORITHM2_AEAD. by David Benjamin · 10 years ago
  94. 904dc72 Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS. by David Benjamin · 10 years ago
  95. a602277 Split ssl_read_bytes hook into app_data and close_notify hooks. by David Benjamin · 10 years ago
  96. c933a47 Switch the ssl_write_bytes hook to ssl_write_app_data. by David Benjamin · 10 years ago
  97. 338e067 Reject sessions with the wrong structure version. by David Benjamin · 10 years ago
  98. f297e02 Reject unknown fields in d2i_SSL_SESSION. by David Benjamin · 10 years ago
  99. bd15a8e Fix DTLS handling of multiple records in a packet. by David Benjamin · 10 years ago
  100. e76ccae Release handshake buffer when sending no certificate. by David Benjamin · 10 years ago