40 コミット (4cfa96bd2680d62c6b6224a530268135c8d7b4e3)

作成者 SHA1 メッセージ 日付
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9年前
  David Benjamin b4d65fda70 Implement asynchronous private key operations for client auth. 9年前
  David Benjamin 24f346d77b Limit the number of warning alerts silently consumed. 9年前
  David Benjamin a8ebe2261f Add tests for empty record limit and make it work in the async case. 9年前
  David Benjamin cd90f3a241 Remove renegotiation deferral logic. 9年前
  David Benjamin 31a07798a5 Factor SSL_AEAD_CTX into a dedicated type. 9年前
  David Benjamin e6df054a75 Add s->s3->initial_handshake_complete. 9年前
  David Benjamin 7cde0dee7c Fold num_renegotiations into total_renegotiations. 9年前
  David Benjamin 4a3f0732fd Tidy record length check. 9年前
  David Benjamin 9faafdaeb8 Clean up do_ssl3_write fragment handling. 9年前
  David Benjamin f46cea8cd8 Fix the derivation of SSL3_RT_SEND_MAX_ENCRYPTED_OVERHEAD. 9年前
  David Benjamin ed7c475154 Rename cutthrough to False Start. 9年前
  David Benjamin a54e2e85ee Remove server-side HelloVerifyRequest support. 9年前
  David Benjamin ccf74f8085 Revise SSL_cutthrough_complete and SSL_in_init. 9年前
  Adam Langley b4a494cc32 Reformat SSL/TLS headers. 9年前
  Adam Langley 66850ddec1 Add dummy variables to keep wpa_supplicant happy. 9年前
  David Benjamin b8a56f112f Remove dead code from EVP_CIPHER codepaths. 9年前
  David Benjamin ea72bd0b60 Implement all TLS ciphers with stateful AEADs. 9年前
  David Benjamin 4b755cb0da Implement the V2ClientHello sniff in version-locked methods. 10年前
  David Benjamin e518f65d2c Update references to RFCs. 10年前
  David Benjamin 8c6fe45c2f Replace s->first_packet with a s->s3->have_version bit. 10年前
  David Benjamin e319a2f73a Remove SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS. 10年前
  Alex Chernyakhovsky 4cd8c43e73 Remove support for processing fragmented alerts 10年前
  David Benjamin 688d8dfe48 Remove psk_identity_hint from SSL_SESSION. 10年前
  David Benjamin e1b20a0136 Remove SSL3_FLAGS_POP_BUFFER. 10年前
  Adam Langley 7571292eac Extended master secret support. 10年前
  David Benjamin a19fc259f0 Move ECC extensions out of SSL_SESSION. 10年前
  David Benjamin c92c2d7a07 Prune some dead quirks and document the SSL_OP_ALL ones. 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 92909a6206 Remove MS SGC support on the the server. 10年前
  David Benjamin bd30f8e34a Remove support on both sides for *_fixed_(ec)dh client auth. 10年前
  David Benjamin 86271ee9f8 Change CCS_OK to EXPECT_CCS. 10年前
  David Benjamin cb5abad717 Consolidate CCS_OK paths in s3_clnt.c. 10年前
  David Benjamin 84ec49e914 Consolidate CCS_OK codepaths in s3_srvr.c. 10年前
  David Benjamin b9cc33a4d6 Remove SSL_OP_EPHEMERAL_RSA quirk. 10年前
  Adam Langley 045cc5590a Don't delay CKX and Finished for False Start. 10年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10年前
  Adam Langley 95c29f3cd1 Inital import. 10年前