507 次代码提交 (4e446f27d05996309eec2ac1c2a71b66020cdfb2)

作者 SHA1 备注 提交日期
  Adam Langley 826ce15092 Support OpenSSL APIs SSL[_CTX]_set1_sigalgs[_list]. 6 年前
  Matthew Braithwaite 6d597a34b6 shim: rewrite MoveTestState() to use a serialized representation. 6 年前
  David Benjamin c59b9aace6 Remove more remnants of SSLv3. 6 年前
  David Benjamin 861abccb95 Switch a bunch of ints to bools. 6 年前
  David Benjamin 35b4a1255c Namespace CertCompressionAlg and use more scopers. 6 年前
  David Benjamin 0a3e07ac1d Remove custom extensions support. 6 年前
  David Benjamin a4e9f8d332 Simplify SSLTranscript. 6 年前
  David Benjamin 4685376b2b Remove other unnecessary tlsext_ prefixes. 6 年前
  David Benjamin 7bb0fbf77b C++ the ticket keys a bit. 6 年前
  David Benjamin 0ce090acd6 A bunch more scopers. 6 年前
  David Benjamin 50596f8f54 Switch some easy SSL fields to UniquePtr. 6 年前
  David Benjamin c1389f2ce8 Give SSL and SSL_CTX dummy constructor and destructor. 6 年前
  David Benjamin 4979803755 Unsplit SSL and SSL_CTX. 6 年前
  Adam Langley 859679518d Drop C++ from certificate compression API. 6 年前
  David Benjamin bfdd1a9308 Give SSL_SESSION a destructor. 6 年前
  David Benjamin 58150ed59b Add lh_FOO_retrieve_key to avoid stack-allocating SSL_SESSION. 6 年前
  David Benjamin 0363de9a6b Namespace SSL_X509_METHOD. 6 年前
  David Benjamin a3a71e9d33 Flip SSL_SESSION fields to bool. 6 年前
  David Benjamin 9bb15f58f7 Remove SSL 3.0 implementation. 6 年前
  David Benjamin 1c68fa2350 Hide SSL_SESSION. 6 年前
  Matthew Braithwaite 3e2b3ee25f Hand back in-progress handshakes after a session resumption. 6 年前
  Adam Langley a307cb7d58 Preliminary support for compressed certificates. 6 年前
  David Benjamin 700631bdf0 Pack encrypted handshake messages together. 6 年前
  David Benjamin 103ed08549 Implement legacy OCSP APIs for libssl. 6 年前
  Matthew Braithwaite 0e9e0ba18c SSL_apply_handback: check that SSL version is valid. 6 年前
  David Benjamin b95d4b4cb3 Move srtp_profiles to SSL_CONFIG. 6 年前
  David Benjamin 98472cb30d Consistently use session_ctx for session caching. 6 年前
  David Benjamin 6e678eeb6e Remove legacy SHA-2 CBC ciphers. 6 年前
  Matthew Braithwaite b7bc80a9a6 SSL_CONFIG: new struct for sheddable handshake configuration. 6 年前
  David Benjamin 48b276db3d Give ssl_cipher_preference_list_st a destructor. 6 年前
  David Benjamin e325c3f471 Give CERT a destructor. 6 年前
  David Benjamin fceca8e27b Move srtp_profile to ssl->s3. 6 年前
  David Benjamin e28552dec8 Add an API to disable RSA-PSS for certificates. 6 年前
  David Benjamin 5ad94767ab Remove legacy SSL_CTX_sess_set_get_cb overload. 6 年前
  David Benjamin 9f0e7cb314 Move TB state to ssl->s3. 6 年前
  David Benjamin e2ab21d194 Use the actual record header, rather than reassembling it. 6 年前
  Steven Valdez 861f384d7b Implement TLS 1.3 draft28. 6 年前
  Matthew Braithwaite 56986f905f Hand back ECDHE split handshakes after the first server message. 6 年前
  Adam Langley 8df8e64205 Record whether dummy PQ padding was used. 6 年前
  Adam Langley 4702db6306 Update dummy PQ extension for round two. 6 年前
  Adam Langley ddb57cfb51 Add tests for split handshakes. 6 年前
  Adam Langley 3fe8fa74ac Add initial, experimental support for split handshakes. 6 年前
  Steven Valdez 7e5dd25d47 Remove draft22 and experiment2. 6 年前
  Nick Harper 3c034b2cf3 Add support for QUIC transport params. 6 年前
  Adam Langley e8d2439cd3 Expose ssl_session_serialize to libssl. 6 年前
  David Benjamin 610cdbb102 Switch some ints to bools and Spans. 6 年前
  David Benjamin a7bc94489f Don't use the client_random entropy for GREASE. 6 年前
  Nick Harper 36fcc4ca5d Implement Token Binding 7 年前
  Adam Langley 512a289a8a Add support for dummy PQ padding. 6 年前
  Steven Valdez 74666da5b3 Update key share extension number for draft23. 6 年前