965 コミット (71dd6660e849e8f98129c997e2f52ae8991ec3d3)

作成者 SHA1 メッセージ 日付
  David Benjamin 4dbdf94c67 Push V2ClientHello handling into ssl3_get_message. 8年前
  David Benjamin ce9a2166d6 Document that BN_mod_sqrt assumes p is a prime. 8年前
  David Benjamin d94b83bb37 Rename Channel ID's EncryptedExtensions to just ChannelID in C. 8年前
  Brian Smith 3d4030b5f7 Test |BN_uadd| and |BN_usub|. 8年前
  Brian Smith e4bf8b3e05 Test aliasing in |BN_add| and |BN_sub|. 8年前
  Adam Langley 84cd159bad Add SSL_CTX_up_ref. 8年前
  Steven Valdez 2b8415e8ff Move the Digest/Sign split for SignatureAlgorithms to a lower level. 8年前
  David Benjamin 0ba87732c6 Group 1.3 extension constants together and remove ticket_age. 8年前
  David Benjamin 9e68f19e1b Add SSL_get_curve_id and SSL_get_dhe_group_size. 8年前
  Steven Valdez 727757694e Adding new TLS 1.3 alert/extension IDs. 8年前
  David Benjamin d1e28ad53b Remove key_exchange_info for plain RSA. 8年前
  David Benjamin b6a0a518a3 Simplify version configuration. 8年前
  Steven Valdez f0451ca37d Cleaning up internal use of Signature Algorithms. 8年前
  David Benjamin 352d0a9c6c Remove a/b parameters to send_change_cipher_spec. 8年前
  David Benjamin 153e4367ab Add missing 'does nothing' comments for consistency. 8年前
  David Benjamin d09f53c943 Take out a bunch of unused constants. 8年前
  Steven Valdez 025638597a Changing representation of signature/hash to use SignatureScheme. 8年前
  David Benjamin 7583643569 Disconnect handshake message creation from init_buf. 8年前
  David Benjamin 7cdab4ac84 Make OBJ_NAME_do_all more OpenSSL-compatible. 8年前
  David Benjamin bb076e334c Add CBB_add_u32. 8年前
  David Benjamin a8288dcb78 Remove pqueue. 8年前
  David Benjamin c42acee63d Stash a copy of the SKX params rather mess with init_buf. 8年前
  David Benjamin 10e664b91f Always set min_version / max_version. 8年前
  David Benjamin c9ae27ca72 Build up TLS 1.3 record-layer tests. 8年前
  David Benjamin 44bedc348d Handle BN_mod_word failures. 8年前
  David Benjamin 8c6fde0f78 Update references to RFC 7905. 8年前
  David Benjamin 5744ca6bff Fold cert_req into cert_request. 8年前
  Nick Harper 1fd39d84cf Add TLS 1.3 record layer to go implementation. 8年前
  David Benjamin 99c752ad52 Compute kinv in DSA with Fermat's Little Theorem. 8年前
  David Benjamin 8cf79af7d1 Always use Fermat's Little Theorem in ecdsa_sign_setup. 8年前
  Julien Schmidt 40e3906234 Fix ssl.h copy-paste fail in doc 8年前
  David Benjamin 2f02854c24 Remove EC_GROUP_new_arbitrary. 8年前
  David Benjamin da7f0c65ef Unwind X509_LU_RETRY and fix a lot of type confusion. 8年前
  David Benjamin 65dac9c8a3 Fix the name of OPENSSL_add_all_algorithms_conf. 8年前
  David Benjamin 41e08045f7 Fix typo. 8年前
  David Benjamin f715c42322 Make SSL_set_bio's ownership easier to reason about. 8年前
  David Benjamin 7af3140a82 Remove ASN.1 BIOs. 8年前
  David Benjamin ae0bf3b7c1 Remove ASN1_parse and ASN1_parse_dump. 8年前
  David Benjamin e77b16ef71 Remove ASN.1 print hooks. 8年前
  David Benjamin a353cdb671 Wrap MSVC-only warning pragmas in a macro. 8年前
  David Benjamin 2446db0f52 Require in == out for in-place encryption. 8年前
  David Benjamin 8f1e113a73 Ensure verify error is set when X509_verify_cert() fails. 8年前
  Taylor Brandstetter 9edb2c6055 Adding function to set the "current time" callback used for DTLS. 8年前
  David Benjamin 3dcec458f1 Rename SERVER_DONE to SERVER_HELLO_DONE. 8年前
  David Benjamin 0d21dcd9bb Remove unnecessary sectioning in ssl.h. 8年前
  David Benjamin a7810c12e9 Make tls_open_record always in-place. 8年前
  David Benjamin 585d7a4987 Test both synchronous and asynchronous DTLS retransmit. 8年前
  David Benjamin 83042a8292 Add a no-op OpenSSL_add_all_algorithms_conf. 8年前
  David Benjamin bbc7859817 Match OpenSSL's values for BIO_CTRL_*. 8年前
  David Benjamin f4978b78a0 Add some getters for the old lock callbacks. 8年前