69 Revīzijas (f9bdcc11087d84ba3c908bfe773d4ab0a5c50585)

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