119 Incheckningar (8a55ce4954a2f1cb2827bd993d311b1ebaa8406b)

Upphovsman SHA1 Meddelande Datum
  David Benjamin da86360852 Expose SSL_max_seal_overhead. 8 år sedan
  David Benjamin c6722cd6e0 Check SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER before touching wpend_buf. 8 år sedan
  David Benjamin c027999c28 Take the version parameter out of ssl_do_msg_callback. 8 år sedan
  David Benjamin 33dad1b7a1 Stop pretending to ssl_clear_bad_session. 8 år sedan
  David Benjamin 163f29af07 Move post-handshake message handling out of read_app_data. 8 år sedan
  David Benjamin 4792110b2b Forbid interleaving app data in a HelloRequest. 8 år sedan
  Steven Valdez 143e8b3fd9 Add TLS 1.3 1-RTT. 8 år sedan
  David Benjamin 397c8e6fb6 Forbid renegotiation in TLS 1.3. 8 år sedan
  David Benjamin f0ee907942 Remove the 'ssl_' prefix on most SSL_PROTOCOL_METHOD hooks. 8 år sedan
  David Benjamin 585320c9e9 Don't call read_bytes in read_change_cipher_spec. 8 år sedan
  David Benjamin 4aa4081e7f Don't use ssl3_read_bytes in ssl3_read_close_notify. 8 år sedan
  David Benjamin a7810c12e9 Make tls_open_record always in-place. 8 år sedan
  David Benjamin 728f354a2b Push alert handling down into the record functions. 8 år sedan
  David Benjamin 4e9cc71a27 Add helper functions for info_callback and msg_callback. 8 år sedan
  David Benjamin 4bea8509da Lift an impossible check to an assert. 8 år sedan
  Adam Langley 1cb405d96b Revert "Forbid calling SSL_read, SSL_peek, and SSL_do_handshake post-shutdown." 8 år sedan
  David Benjamin 54092ffeaa Remove dead checks. 8 år sedan
  David Benjamin c7eae5a326 Forbid calling SSL_read, SSL_peek, and SSL_do_handshake post-shutdown. 8 år sedan
  David Benjamin ea65e100c7 Condition the read_close_notify check on type, not shutdown state. 8 år sedan
  David Benjamin fa214e4a18 Tidy up shutdown state. 8 år sedan
  David Benjamin 8f73135485 Consolidate SSL_RECEIVED_SHUTDOWN checks. 8 år sedan
  David Benjamin 4c5ddb8047 Set rwstate consistently. 8 år sedan
  David Benjamin c6972eb1f0 Remove the no_renegotiation special case. 8 år sedan
  David Benjamin 0d3a8c6ac0 Don't allow alert records with multiple alerts. 8 år sedan
  David Benjamin c79845c2a8 Move implicit handshake driving out of read_bytes. 8 år sedan
  David Benjamin d7ac143814 Lift the handshake driving in write_bytes up to SSL_write. 8 år sedan
  David Benjamin 282511d7eb Consolidate shutdown state. 8 år sedan
  David Benjamin 51545ceac6 Remove a number of unnecessary stdio.h includes. 8 år sedan
  David Benjamin a857159dd6 Clean up some silly variable names. 8 år sedan
  David Benjamin a565d29ce6 Remove alert mapping machinery. 8 år sedan
  David Benjamin 79978df4ec Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3. 8 år sedan
  David Benjamin 57997da8ee Simplify the ChangeCipherSpec logic. 8 år sedan
  David Benjamin 0623bceb25 Fill in ssl->session->cipher when resumption is resolved. 8 år sedan
  David Benjamin 0d56f888c3 Switch s to ssl everywhere. 8 år sedan
  David Benjamin 7fc010014c Slightly simplify SSL3_RECORD. 9 år sedan
  David Benjamin a41280d8cb Pull ChangeCipherSpec into the handshake state machine. 9 år sedan
  David Benjamin 8fd5c23218 Simplify fragmented HelloRequest state. 9 år sedan
  Adam Langley 27a0d086f7 Add ssl_renegotiate_ignore. 9 år sedan
  David Benjamin 2e0901b75f Don't use ssl3_write_pending in DTLS. 9 år sedan
  David Benjamin 82170248e7 Document the info callback. 9 år sedan
  David Benjamin 1d5ef3bb1e Add SSL_set_renegotiate_mode. 9 år sedan
  David Benjamin 324dce4fd7 Unbreak SSL_total_renegotiations. 9 år sedan
  David Benjamin 9e4e01ee14 Align the SSL stack on #include style. 9 år sedan
  David Benjamin ee0b02a10d Don't confuse TLS bidirectional shutdown on record type zero. 9 år sedan
  David Benjamin aa9361bc66 Fix discarding records in bidirectional shutdown. 9 år sedan
  David Benjamin 4cf369b920 Reject empty records of unexpected type. 9 år sedan
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9 år sedan
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 år sedan
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. 9 år sedan
  David Benjamin a8ebe2261f Add tests for empty record limit and make it work in the async case. 9 år sedan