3117 Commits (19d5cf86dec1aaf52b4ab5f71d0602b795932f00)
 

Author SHA1 Message Date
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h 8 years ago
  David Benjamin e14ff06694 Only have one ClientHello parser, not three. 8 years ago
  Brian Smith e4a432687e Reset |out_no_inverse| before returning errors in BN_mod_inverse_odd. 8 years ago
  David Benjamin 96e1a25943 Add BN_get_rfc3526_prime_1536. 8 years ago
  Adam Langley fbe3a7bb61 Rename the |dont_return_name| flag of |OBJ_obj2txt| to |always_return_oid|. 8 years ago
  Adam Langley 505cf39af9 Fix STARTTLS detection. 8 years ago
  David Benjamin 5a91503826 Add various 1.1.0 accessors. 8 years ago
  David Benjamin 3f26a49eb6 Fix up EVP_tls_cbc_remove_padding's calling convention. 8 years ago
  David Benjamin 65d74e4d76 Add better TLS CBC mode tests. 8 years ago
  Martin Kreichgauer 909232db55 Make obj2txt accept empty OIDs because Python depends on it. 8 years ago
  EKR f71d7ed014 Shim-specific configuration file with suppressions and error translation. 8 years ago
  Brian Smith 2a389ace62 Clarify signed/unsigned math in RSA_padding_add_PKCS1_PSS_mgf1. 8 years ago
  Brian Smith 8585701b2e Clarify checking of emLen in RSA_padding_add_PKCS1_PSS_mgf1. 8 years ago
  Martin Kreichgauer baafa4a653 Undo rename of tlsext_tick_lifetime_hint. 8 years ago
  Martin Kreichgauer 14343935b5 Start removing scoped_types.h 8 years ago
  David Benjamin c505c7ce61 Remove TODOEKR comment. 8 years ago
  Brian Smith 783eaad039 Put |sLen| logic in one place in RSA_padding_add_PKCS1_PSS_mgf1. 8 years ago
  David Benjamin e7e36aae25 Test that switching versions on renego is illegal. 8 years ago
  David Benjamin 2f8ea545a6 Reimplement OBJ_obj2txt. 8 years ago
  Brian Smith 253c05e16b Always use the "no_branch" inversion algorithm for even moduli. 8 years ago
  Brian Smith a432757acb Use BN_mod_inverse_odd instead of |BN_mod_inverse| for ECC. 8 years ago
  Brian Smith 4cfdf41789 Use bn_mod_inverse_odd for RSA/inversion blinding. 8 years ago
  Brian Smith f9bdcc1108 Split bn_mod_inverse_ex into bn_mod_inverse_{general, odd}. 8 years ago
  Brian Smith 10b09ad28e Factor out common logic in bn_mod_inverse_*. 8 years ago
  David Benjamin 22edd87755 Resolve a small handful of size_t truncation warnings. 8 years ago
  David Benjamin b9195402b4 Align SSL_SESSION_up_ref with OpenSSL. 8 years ago
  David Benjamin a9c3bf142e Add TLS_{client,server}_method. 8 years ago
  David Benjamin 9305a13252 Tidy up PKCS1_MGF1. 8 years ago
  David Benjamin ea655fa33f Write a test for OBJ_obj2txt. 8 years ago
  David Benjamin db0c693b76 Add an API-CONVENTIONS.md document. 8 years ago
  David Benjamin 4087df92f4 Move more side-specific code out of tls13_process_certificate. 8 years ago
  David Benjamin bb9e36e005 Test client certificates carry over on session resumption. 8 years ago
  David Benjamin e455e51d85 Push some duplicated code into ssl_verify_cert_chain. 8 years ago
  David Benjamin 56d280da2f Remove the SSL_R_SESSION_ID_CONTEXT_UNINITIALIZED sanity check. 8 years ago
  Alessandro Ghedini 057b678dca Remove spurious ';' and fix indentation for macro arguments in one file 8 years ago
  David Benjamin 9f55b53fa0 Purge the remainder of asn1_mac.h. 8 years ago
  David Benjamin 721e8b79a9 Test that servers enforce session timeouts. 8 years ago
  David Benjamin a20e535fb1 Add a test for session ID context logic. 8 years ago
  David Benjamin 33dad1b7a1 Stop pretending to ssl_clear_bad_session. 8 years ago
  David Benjamin cec7344bba Add a CBS version of SSL_early_callback_ctx_extension_get. 8 years ago
  Steven Valdez 1e6f11a7ff Adding NewSessionTicket. 8 years ago
  David Benjamin e8e84b9008 Reject warning alerts in TLS 1.3. 8 years ago
  Steven Valdez 7259f2fd08 Prefix ext_key_share methods. 8 years ago
  Steven Valdez 7b689f6b9e Using NewSessionCallback for bssl client. 8 years ago
  David Benjamin a70de147ff Check for trailing data in key_share extension. 8 years ago
  David Benjamin ce079fda12 Add SSL_is_dtls. 8 years ago
  Brian Smith dc7a786d31 Use BN_nnmod instead of BN_mod in BN_mod_exp_mont_consttime. 8 years ago
  David Benjamin da2630c190 Remove redundant SSL_VERIFY_PEER check. 8 years ago
  Nick Harper 0b3625bcfd Add support for TLS 1.3 PSK resumption in Go. 8 years ago
  David Benjamin afc64dec74 Add tests to ensure our ClientHello does not change. 8 years ago