4071 Commits (6fdea2aba9b75a5be58db21fb9eda43f48d778b9)
 

Author SHA1 Message Date
  David Benjamin 58966a455f Remove legacy ChaCha20-Poly1305 cipher name aliases. 7 years ago
  David Benjamin 2056f63bdb Recommend ex_data for SSL_CTX_set_cert_verify_callback. 7 years ago
  David Benjamin b2ff2623a8 Add a basic SSL_get_certificate test. 7 years ago
  David Benjamin e025f30507 Guard the _GNU_SOURCE #define. 7 years ago
  Adam Langley bdcfd1366f Move the SSL BIO into ssl/ from decrepit/. 7 years ago
  David Benjamin daa0539276 Remove an unnecessary TLS 1.3 ClientHello state. 7 years ago
  David Benjamin 42bfeb3623 Remove an unnecessary TLS 1.2 ClientHello state. 7 years ago
  Adam Langley e5dfb52c3b Add -root-certs options to bssl client. 7 years ago
  Adam Langley e212f27a3e Support running tests under Intel SDE. 7 years ago
  David Benjamin 3c0e037756 Don't reach into SSL in BIO_f_ssl. 7 years ago
  Adam Langley 5fa2cdf1ed Test SSE4.1 before using ChaCha20-Poly1305 asm. 7 years ago
  Adam Langley 772a5bed7d Reorder the X25519 ladderstep stack frame on x86-64. 7 years ago
  David Benjamin 8671c47bd8 Fold ssl3_write_bytes into ssl3_write_app_data. 7 years ago
  David Benjamin 6342111c2e Remove BIO puts hooks. 7 years ago
  David Benjamin 5c9d411e14 Fix some compact unwind errors. 7 years ago
  David Benjamin 17b3083373 Use a separate timeout scheme for TLS 1.3. 7 years ago
  David Benjamin 0b1bb12ce8 Push the SSL_CTX session_timeout zero logic up. 7 years ago
  David Benjamin 0efa7592e3 dispatch_alert is not an incidental write. 7 years ago
  David Benjamin e79fe70be9 Bit-pack SSL_AEAD_CTX's various toggles. 7 years ago
  David Benjamin b5c58db9ff TLS 1.3 sessions should not be added to the server session cache. 7 years ago
  Adam Langley c26692cfdd Push the use of X509 upwards, out of |ssl_set_cert|. 7 years ago
  Adam Langley e1e78130f5 Keep a reference to |X509|s appended to a chain. 7 years ago
  Nick Harper 7cd0a978cc Bogo: Send and receive 0.5-RTT data. 8 years ago
  Adam Langley 3f38d80b2f Add CFI information to the x86-64 X25519 asm. 7 years ago
  Adam Langley 8c2480f740 Push to error queue in |EVP_PKEY_CTX_ctrl| for wrong keytype. 7 years ago
  David Benjamin f71036e4e3 Remove ssl_hash_message_t from ssl_get_message. 7 years ago
  David Benjamin 1a444daca6 Detach V2ClientHello hashing hack from ssl_hash_message_t. 7 years ago
  Brian Smith 360a4c2616 chacha20_poly1305_x86_64.pl: Use NASM-compatible syntax for |ldea|. 7 years ago
  Brian Smith 357a9f23fe chacha20_poly1305_x86_64.pl: Use |imulq| instead of |imul|. 7 years ago
  Brian Smith 3416d28a57 chacha20_poly1305_x86_64.pl: Escape command line args like other PerlAsm scripts. 7 years ago
  David Benjamin 276b7e8127 Move optional message type checks out of ssl_get_message. 7 years ago
  Adam Langley 6f07d726c9 Don't up_ref a NULL |CRYPTO_BUFFER|. 7 years ago
  David Benjamin 42e3e191e4 Restore mapping BIO_flush errors to -1. 7 years ago
  Adam Langley 830f7009eb Rename some single-letter argument names. 7 years ago
  Adam Langley 3b3b62f39c X509_parse_from_buffer: reject massive certificates. 7 years ago
  Adam Langley 3a2b47ab5b Don't use |X509| objects in |CERT|, by default. 7 years ago
  David Benjamin 2fe6e227fb Remove mask_a and mask_k from CERT. 7 years ago
  David Benjamin 41a26e819f Remove buffer BIOs. 7 years ago
  Adam Langley 71e4aff654 Use |extern| when referencing assembly functions from C. 7 years ago
  David Benjamin 9b16066654 Ignore 0-RTT-capable tickets unless enabled. 7 years ago
  Steven Valdez 258508fce1 Adding V2ClientHello counter. 7 years ago
  David Benjamin d103616db1 bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal. 7 years ago
  Nick Harper 47383aadff Skip over early data in bogo. 8 years ago
  David Benjamin 16315f7cc7 Remove the rest of write_message. 7 years ago
  David Benjamin 0f24bedb05 Rename tls13_prepare_* to tls13_add_*. 7 years ago
  David Benjamin 81b7bc3979 Trim unnecessary TLS 1.3 states. 7 years ago
  David Benjamin 25ac251a1d Remove write_message from TLS 1.3 handshakes. 7 years ago
  David Benjamin daf207a52a Don't use the buffer BIO in TLS. 7 years ago
  David Benjamin 1a999cf54d Don't use the buffer BIO in DTLS. 7 years ago
  David Benjamin 330282a654 Remove SHA_LBLOCK and SHA_LONG. 7 years ago