3095 コミット (f9bdcc11087d84ba3c908bfe773d4ab0a5c50585)
 

作成者 SHA1 メッセージ 日付
  Brian Smith f9bdcc1108 Split bn_mod_inverse_ex into bn_mod_inverse_{general, odd}. 8年前
  Brian Smith 10b09ad28e Factor out common logic in bn_mod_inverse_*. 8年前
  David Benjamin 22edd87755 Resolve a small handful of size_t truncation warnings. 8年前
  David Benjamin b9195402b4 Align SSL_SESSION_up_ref with OpenSSL. 8年前
  David Benjamin a9c3bf142e Add TLS_{client,server}_method. 8年前
  David Benjamin 9305a13252 Tidy up PKCS1_MGF1. 8年前
  David Benjamin ea655fa33f Write a test for OBJ_obj2txt. 8年前
  David Benjamin db0c693b76 Add an API-CONVENTIONS.md document. 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年前
  Alessandro Ghedini 057b678dca Remove spurious ';' and fix indentation for macro arguments in one file 8年前
  David Benjamin 9f55b53fa0 Purge the remainder of asn1_mac.h. 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年前
  Steven Valdez 7b689f6b9e Using NewSessionCallback for bssl client. 8年前
  David Benjamin a70de147ff Check for trailing data in key_share extension. 8年前
  David Benjamin ce079fda12 Add SSL_is_dtls. 8年前
  Brian Smith dc7a786d31 Use BN_nnmod instead of BN_mod in BN_mod_exp_mont_consttime. 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年前
  Brian Smith 78f84f4e03 Document a conservative input range for Montgomery math functions. 8年前
  David Benjamin 899b9b19a4 Ensure |BN_div| never gives negative zero in the no_branch code. 8年前
  Eric Roman 875bf04237 Update comments for HMAC to give a more accurate bound than EVP_MD_MAX_SIZE 8年前
  David Benjamin 4501bd5118 Align with OpenSSL on SSL_set_bio behavior. 8年前
  David Benjamin e76cdde77d Use newest CRL. 8年前
  David Benjamin 2b314fa3a9 Tolerate -0 better in BN_bn2{dec,hex} 8年前
  Brian Smith 7fcbfdbdf3 Calculate inverse in |BN_MONT_CTX_set| in constant time w.r.t. modulus. 8年前
  David Benjamin 0375127606 Promise more accurate bounds than EVP_MD_MAX_SIZE. 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年前
  David Benjamin c5aa8414da Fix up header file handling. 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年前
  Brian Smith ec3cb3adbc Add |BN_mod_inverse_blinded| and use it in RSA blinding. 8年前