965 Commits (71dd6660e849e8f98129c997e2f52ae8991ec3d3)

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