69 Révisions (f9bdcc11087d84ba3c908bfe773d4ab0a5c50585)

Auteur SHA1 Message Date
  David Benjamin 1d4f4c0123 Add SSL_send_fatal_alert. il y a 8 ans
  David Benjamin 5e7e7cc696 Add SSL_set_fallback_version. il y a 8 ans
  Steven Valdez 143e8b3fd9 Add TLS 1.3 1-RTT. il y a 8 ans
  David Benjamin ca3d545d7f Add SSL_set_signing_algorithm_prefs. il y a 8 ans
  David Benjamin 2f8935de0f Test NULL client CA lists. il y a 8 ans
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." il y a 8 ans
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. il y a 8 ans
  Nick Harper 60edffd2a5 Change SignatureAndHashAlgorithm to SignatureScheme in Go. il y a 8 ans
  David Benjamin 9e68f19e1b Add SSL_get_curve_id and SSL_get_dhe_group_size. il y a 8 ans
  Steven Valdez 4f94b1c19f Adding TLS 1.3 constants. il y a 8 ans
  Taylor Brandstetter 376a0fed24 Adding a method to change the initial DTLS retransmission timer value. il y a 8 ans
  David Benjamin 594e7d2b77 Add a test that declining ALPN works. il y a 8 ans
  David Benjamin acb6dccf12 Add tests for the old client cert callback. il y a 8 ans
  David Benjamin 4cc36adf5a Make it possible to tell what curve was used on the server. il y a 8 ans
  David Benjamin 8c2b3bf965 Test all supported curves (including those off by default). il y a 8 ans
  David Benjamin e9cddb8879 Remove SSL_OP_LEGACY_SERVER_CONNECT. il y a 9 ans
  David Benjamin 03f000577f Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER. il y a 9 ans
  David Benjamin ef5e515819 Remove SSL_OP_TLS_D5_BUG. il y a 9 ans
  Adam Langley c4f25ce0c6 Work around yaSSL bug. il y a 9 ans
  David Benjamin 99fdfb9f22 Move curve check out of tls12_check_peer_sigalg. il y a 9 ans
  David Benjamin 6e80765774 Add SSL_get_server_key_exchange_hash. il y a 9 ans
  Adam Langley 27a0d086f7 Add ssl_renegotiate_ignore. il y a 9 ans
  nagendra modadugu 3398dbf279 Add server-side support for asynchronous RSA decryption. il y a 9 ans
  David Benjamin 091c4b9869 Add an option to disable NPN on a per-SSL basis. il y a 9 ans
  David Benjamin 1d5ef3bb1e Add SSL_set_renegotiate_mode. il y a 9 ans
  David Benjamin 324dce4fd7 Unbreak SSL_total_renegotiations. il y a 9 ans
  Steven Valdez 0d62f26c36 Adding more options for signing digest fallback. il y a 9 ans
  Paul Lietar 4fac72e638 Add server-side support for Signed Certificate Timestamps. il y a 9 ans
  Paul Lietar 8f1c268692 Wait for CertificateStatus message to verify certificate. il y a 9 ans
  Adam Langley cef7583633 Add cipher suite settings for TLS ≥ 1.0. il y a 9 ans
  David Benjamin 2c99d289fd Fix buffer size computation. il y a 9 ans
  David Benjamin 30789da28e Add tests for bidirectional shutdown. il y a 9 ans
  Paul Lietar aeeff2ceee Server-side OCSP stapling support. il y a 9 ans
  Adam Langley 0950563a9b Implement custom extensions. il y a 9 ans
  Adam Langley 33ad2b59da Tidy up extensions stuff and drop fastradio support. il y a 9 ans
  Adam Langley 5021b223d8 Convert the renegotiation extension to the new system. il y a 9 ans
  David Benjamin d98452d2db Add a test for the ticket callback. il y a 9 ans
  David Benjamin ba4594aee6 Don't put sessions from renegotiations in the cache. il y a 9 ans
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. il y a 9 ans
  Adam Langley af0e32cb84 Add SSL_get_tls_unique. il y a 9 ans
  David Benjamin 44d3eed2bb Forbid caller-initiated renegotiations and all renego as a servers. il y a 9 ans
  David Benjamin cff0b90cbb Add client-side tests for renegotiation_info enforcement. il y a 9 ans
  David Benjamin b16346b0ad Add SSL_set_reject_peer_renegotiations. il y a 9 ans
  David Benjamin c565ebbebc Add tests for SSL_export_keying_material. il y a 9 ans
  David Benjamin 87e4acd2f5 Test the interaction of SSL_CB_HANDSHAKE_DONE and False Start. il y a 9 ans
  David Benjamin 0d4db50a54 Use C++11 inline initialization. il y a 9 ans
  David Benjamin 67d1fb59ad Test that client cipher preferences are enforced. il y a 9 ans
  Adam Langley 524e717b87 Add a callback for DDoS protection. il y a 9 ans
  David Benjamin 6f5c0f4471 Add tests for installing the certificate on the early callback. il y a 9 ans
  David Benjamin 87c8a643e1 Use TCP sockets rather than socketpairs in the SSL tests. il y a 9 ans