105 次程式碼提交 (d660b57208e433d7d64973d52c3ea06a77ec4b57)

作者 SHA1 備註 提交日期
  Adam Langley 3e6526575a aarch64 support. 9 年之前
  David Benjamin 70bd80a236 Remove constraints on curve ID values. 9 年之前
  David Benjamin e3b2eebd04 The dtls1_output_cert_chain function no longer exists so remove it from ssl_locl.h 9 年之前
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9 年之前
  David Benjamin 044abb0aaa Implement SSLv3 ciphers with stateful AEADs. 9 年之前
  David Benjamin 41ac979211 Add the PRF to SSL3_ENC_METHOD. 9 年之前
  David Benjamin 31b1d81354 Factor SSLv3 key derivation steps into an ssl3_PRF. 9 年之前
  David Benjamin 1f5e115ea9 Tidy up tls1_PRF a little. 9 年之前
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9 年之前
  David Benjamin 62fd16283a Implement SSL_clear with ssl_new and ssl_free. 9 年之前
  Adam Langley fcf25833bc Reformat the rest of ssl/. 9 年之前
  Adam Langley 6e73d62dcc Touch up ssl3_get_message. 10 年之前
  David Benjamin 263eac02f5 Remove X509 parameter from ssl_cert_type. 9 年之前
  David Benjamin e4824e8af0 Add outgoing messages to the handshake hash at set_handshake_header. 10 年之前
  David Benjamin 16d031a493 Fold dtls1_set_message_header into dtls1_set_handshake_header. 10 年之前
  Adam Langley 139ed19580 Address code-review comments from prev changes. 10 年之前
  David Benjamin 82c9e90a58 Merge SSLv23_method and DTLS_ANY_VERSION. 10 年之前
  David Benjamin 4b755cb0da Implement the V2ClientHello sniff in version-locked methods. 10 年之前
  David Benjamin e99e912bea Pull SSL3_ENC_METHOD out of SSL_METHOD. 10 年之前
  David Benjamin ceb6f2880f Factor out remaining version-related functions. 10 年之前
  David Benjamin 28014cb4f2 Remove s_accept and s_connect parameters IMPLEMENT* macros. 10 年之前
  David Benjamin 338fcafe76 Mark SSL3_ENC_METHODs const and remove an unused one. 10 年之前
  David Benjamin 0ac86b0220 Remove dtls1_enc. 10 年之前
  David Benjamin 83abdd6e58 Fixed memory leak due to incorrect freeing of DTLS reassembly bit mask 10 年之前
  David Benjamin e518f65d2c Update references to RFCs. 10 年之前
  David Benjamin 128dbc30f6 Factor out the client max-version logic into a helper function. 10 年之前
  David Benjamin 9cbd4a809e Remove SSL_(CTX_)get_ssl_method. 10 年之前
  David Benjamin 0f1e64bf7f Remove method swap in SSL_set_session. 10 年之前
  Adam Langley 69a01608f3 Add malloc failure tests. 10 年之前
  David Benjamin ec2f27dee1 Account for EVP_PKEY capabilities in selecting hash functions. 10 年之前
  David Benjamin 033e5f47d1 Remove CERT_PKEY::valid_flags. 10 年之前
  David Benjamin f31e681acf Clean up ssl_set_cert_masks. 10 年之前
  David Benjamin 6a8d70c528 Trim tls1_check_chain and CERT_PKEY flags. 10 年之前
  David Benjamin 253b3e76dc Remove TLS strict mode. 10 年之前
  David Benjamin b398d16c1d Remove SSL_check_chain and unexport CERT_PKEY flags. 10 年之前
  David Benjamin 525a0fe315 Remove client-side support for ServerKeyExchange in the RSA key exchange. 10 年之前
  Adam Langley 7571292eac Extended master secret support. 10 年之前
  David Benjamin 9f2c0d7a94 Remove T** parameter to ssl_bytes_to_cipher_list. 10 年之前
  David Benjamin 42e9a77c43 Split tls1_check_ec_key. 10 年之前
  David Benjamin 00075b80ca Merge IMPLEMENT_tls_meth_func and IMPLEMENT_ssl3_meth_func. 10 年之前
  David Benjamin 5491e3fdb7 Clean up ssl_cipher_list_to_bytes a little. 10 年之前
  David Benjamin 594a58e078 Remove remnants of export cipher suite selection. 10 年之前
  David Benjamin d633d6303c Remove indirection in loading ciphers. 10 年之前
  David Benjamin 859ec3cc09 Add SSL_CTX_set_keylog_bio. 10 年之前
  David Benjamin 6c7aed048c Client-side OCSP stapling support. 10 年之前
  David Benjamin 457112e197 unifdef a bunch of OPENSSL_NO_* ifdefs. 10 年之前
  David Benjamin 854dd654d1 Refactor server-side CertificateVerify handling. 10 年之前
  David Benjamin 590cbe970c Introduce a hash_message parameter to ssl_get_message. 10 年之前
  David Benjamin 8da990677b Rename some message functions for consistency. 10 年之前
  David Benjamin 92909a6206 Remove MS SGC support on the the server. 10 年之前