1425 커밋 (f9bdcc11087d84ba3c908bfe773d4ab0a5c50585)

작성자 SHA1 메시지 날짜
  David Benjamin b9195402b4 Align SSL_SESSION_up_ref with OpenSSL. 8 년 전
  David Benjamin a9c3bf142e Add TLS_{client,server}_method. 8 년 전
  David Benjamin 4087df92f4 Move more side-specific code out of tls13_process_certificate. 8 년 전
  David Benjamin bb9e36e005 Test client certificates carry over on session resumption. 8 년 전
  David Benjamin e455e51d85 Push some duplicated code into ssl_verify_cert_chain. 8 년 전
  David Benjamin 56d280da2f Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check. 8 년 전
  David Benjamin 721e8b79a9 Test that servers enforce session timeouts. 8 년 전
  David Benjamin a20e535fb1 Add a test for session ID context logic. 8 년 전
  David Benjamin 33dad1b7a1 Stop pretending to ssl_clear_bad_session. 8 년 전
  David Benjamin cec7344bba Add a CBS version of SSL_early_callback_ctx_extension_get. 8 년 전
  Steven Valdez 1e6f11a7ff Adding NewSessionTicket. 8 년 전
  David Benjamin e8e84b9008 Reject warning alerts in TLS 1.3. 8 년 전
  Steven Valdez 7259f2fd08 Prefix ext_key_share methods. 8 년 전
  David Benjamin a70de147ff Check for trailing data in key_share extension. 8 년 전
  David Benjamin ce079fda12 Add SSL_is_dtls. 8 년 전
  David Benjamin da2630c190 Remove redundant SSL_VERIFY_PEER check. 8 년 전
  Nick Harper 0b3625bcfd Add support for TLS 1.3 PSK resumption in Go. 8 년 전
  David Benjamin afc64dec74 Add tests to ensure our ClientHello does not change. 8 년 전
  David Benjamin 3ce4389e96 Move some client/server special-cases out of tls13_process_certificate. 8 년 전
  David Benjamin 4501bd5118 Align with OpenSSL on SSL_set_bio behavior. 8 년 전
  Adam Langley d4aae0f965 Minor typo fixes. 8 년 전
  David Benjamin 4890165509 Empty signature algorithms in TLS 1.3 CertificateRequest is illegal. 8 년 전
  David Benjamin 0c40a96455 Send unsupported_extension on unexpected ServerHello extensions. 8 년 전
  David Benjamin 636ff1cb7e Convert rsa_1024_key.pem to a PKCS#8 PEM blob. 8 년 전
  Adam Langley 9498e74a92 Don't have the default value of |verify_result| be X509_V_OK. 8 년 전
  David Benjamin 0d1b0961f9 Fix mixed comment markers. 8 년 전
  Steven Valdez 1dc53d2840 Adding handling for KeyUpdate post-handshake message. 8 년 전
  Steven Valdez 8e1c7be1a7 Adding Post-Handshake message handling. 8 년 전
  Steven Valdez 87eab4902d Splitting SSL session state. 8 년 전
  David Benjamin 163f29af07 Move post-handshake message handling out of read_app_data. 8 년 전
  David Benjamin e97fb48fbe Test that V2ClientHello must be the first record. 8 년 전
  EKR 173bf93827 Accept the special token 'UNTRANSLATED_ERROR' instead of the expected error code when -loose-errors argument is used. Usable for non-bssl shims 8 년 전
  Brian Smith 4edca0b308 Add BN_rand_range_ex and use internally. 8 년 전
  David Benjamin 4792110b2b Forbid interleaving app data in a HelloRequest. 8 년 전
  David Benjamin 17e1292fe4 Make runner's -test parameter take glob patterns. 8 년 전
  David Benjamin 4497e58961 Switch finish_handshake to release_current_message. 8 년 전
  David Benjamin 02edcd0098 Reject stray post-Finished messages in DTLS. 8 년 전
  David Benjamin 9fd9580137 Remove ssl->s3->message_complete in favor of ssl->init_msg. 8 년 전
  David Benjamin a950948962 Use SSL3_HM_HEADER_LENGTH a bit more. 8 년 전
  David Benjamin 481b9d2047 Remove begin_handshake and allocate init_buf lazily. 8 년 전
  David Benjamin 7baf681a8b Convert all of our test private keys to PKCS#8 PEM blobs. 8 년 전
  David Benjamin 49054544d3 Clear init_msg/init_num whenever we clear the backing store. 8 년 전
  David Benjamin bd4679d133 Tidy up ssl3_get_message slightly. 8 년 전
  David Benjamin 21c0028d40 Implement KeyUpdate in Go. 8 년 전
  David Benjamin d5a4ecb61a Support accepting TLS 1.3 tickets on the Go client. 8 년 전
  David Benjamin 58104889ad Add support for sending TLS 1.3 tickets in Go. 8 년 전
  David Benjamin 4528e2b477 Take DHE ciphers out of 1.3 in Go. 8 년 전
  EKR 842ae6cad0 Support unimplemented tests in test runner. 8 년 전
  David Benjamin 1d4f4c0123 Add SSL_send_fatal_alert. 8 년 전
  David Benjamin 12d2c48086 Add a packed renegotiation test. 8 년 전