322 コミット (a1ce85696d2ba58a5739e0bb05e181717ff1f7db)

作成者 SHA1 メッセージ 日付
  David Benjamin 9343b0b8b3 Don't check renegotiation_info in fuzzer mode. 7年前
  Steven Valdez 8f36c51f98 Revise version negotiation logic on the C side. 7年前
  David Benjamin 68161cb8ba Stash the computed version range in SSL_HANDSHAKE. 7年前
  David Benjamin 8d606e361c Clear out f_err pattern from handshake_client.c. 7年前
  David Benjamin a365138ac6 Factor out the default signature algorithm logic. 7年前
  David Benjamin 71c21b4300 Add SSL_CTX_set_verify_algorithm_prefs. 7年前
  David Benjamin 69522117a6 Support Ed25519 in TLS. 7年前
  David Benjamin a232a7159c Deprecate SSL_PRIVATE_KEY_METHOD type and max_signature_len. 7年前
  David Benjamin bf833c346d Rename hs->public_key. 7年前
  David Benjamin c8ff30cbe7 Add an option to allow unknown ALPN protocols. 7年前
  Alessandro Ghedini 67bb45f44b Support enabling early data on SSL 7年前
  Steven Valdez 246eeee61a Make RI on TLS 1.3 alert with ILLEGAL_PARAMETER. 7年前
  Steven Valdez 2d85062c4f Add Data-less Zero-RTT support. 7年前
  David Benjamin 707af294a8 Support asynchronous ticket decryption with TLS 1.3. 7年前
  Adam Langley 4c341d0299 Support asynchronous ticket decryption with TLS 1.0–1.2. 7年前
  David Benjamin be49706c42 Rename initial_ctx to session_ctx. 7年前
  David Benjamin 35ac5b7500 Export server-side ticket_age skew. 7年前
  Steven Valdez 924a352d1b Remove experimental TLS 1.3 short record header extension. 7年前
  David Benjamin ad8f5e1de9 Don't use long for timestamps. 7年前
  David Benjamin fc02b59b27 Move tmp.extended_master_secret to SSL_HANDSHAKE. 7年前
  David Benjamin 45738dd496 Move new_cipher and new_session to SSL_HANDSHAKE. 7年前
  David Benjamin 83a321231b Move SCT lists and OCSP responses to CERT. 7年前
  Adam Langley 46db7af2c9 Remove |X509| things from SSL_SESSION. 7年前
  Steven Valdez 908ac19e8e Moving transcript and PRF functions to SSL_TRANSCRIPT. 7年前
  Adam Langley c68e5b99a7 Establish that the default value of an out-arg for alerts is SSL_AD_DECODE_ERROR. 7年前
  Alessandro Ghedini 8df6766d01 Support setting per-connection SCT list 7年前
  Steven Valdez 2f82a0e51b Don't stash tlsext_hostname in ssl_get_new_session. 7年前
  David Benjamin 2fe6e227fb Remove mask_a and mask_k from CERT. 7年前
  David Benjamin 5db7c9b8c2 Get OPENSSL_COMPILE_ASSERT working in function bodies. 7年前
  David Benjamin 6752efdeaf Never send SNI warning alerts. 7年前
  David Benjamin a8c8b387f1 Don't call the SNI callback as a client. 7年前
  David Benjamin c253864993 Remove some node.js hacks. 7年前
  David Benjamin 6f600d6bae Add experimental TLS 1.3 short record header extension. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  David Benjamin 76bb1411ac Remove the BORINGSSL_ANDROID_SYSTEM P-521 special-case. 8年前
  David Benjamin 4882a6c50b Replace key_exchange_info with group_id. 7年前
  Alessandro Ghedini 559f0644a5 Support setting per-connection OCSP staple 7年前
  David Benjamin 30c4c30d4a Revise some integer sizes. 7年前
  David Benjamin f04c2e9878 Move client_version into SSL_HANDSHAKE. 7年前
  David Benjamin 9d125dcdec Remove SSL_OP_DISABLE_NPN. 7年前
  David Benjamin 731058ec8e Typedef ssl_early_callback_ctx to SSL_CLIENT_HELLO. 8年前
  David Benjamin f3c8f8d19d Pass explicit parameters elsewhere. 8年前
  David Benjamin 8baf963523 Pass explicit hs parameters to ssl_ext_*. 8年前
  David Benjamin 2bd1917866 Pass explicit hs parameters into custom_extensions.c. 8年前
  David Benjamin 8c880a2b95 Pass explicit hs parameters to kExtensions callbacks. 8年前
  David Benjamin aedf303cc2 Parse the entire PSK extension. 8年前
  Steven Valdez a4ee74dadf Skipping early data on 0RTT rejection. 8年前
  Adam Langley cfa08c3b77 Enforce basic sanity of SCT lists. 8年前
  Adam Langley fbbef12918 Don't put a colon in the extra error message. 8年前
  David Benjamin 35598ae8dd Remove ext_alpn_init. 8年前