2329 次代码提交 (2745ef908283e38bd1695ae226e63b140dc805f8)

作者 SHA1 备注 提交日期
  David Benjamin 7d10ab594c Abstract hs_buf a little. 6 年前
  Steven Valdez 384d0eaf19 Make SSL_get_current_cipher valid during QUIC callbacks. 6 年前
  Matthew Braithwaite c65eb2ceda Serialize SSL curve list in handoff and check it on application. 6 年前
  Matthew Braithwaite d2ed382e64 Serialize SSL configuration in handoff and check it on application. 6 年前
  David Benjamin cc9d935256 Buffer up QUIC data within a level internally. 6 年前
  Steven Valdez c8e0f90f83 Add an interface for QUIC integration. 6 年前
  Jeremy Apthorp c0c9001440 Implement SSL_get_tlsext_status_type 6 年前
  David Benjamin 1eff9482ca Use proper functions for lh_*. 6 年前
  David Benjamin 2d98d49cf7 Add a per-SSL TLS 1.3 downgrade enforcement option and improve tests. 6 年前
  David Benjamin 419144adce Fix undefined function pointer casts in {d2i,i2d}_Foo_{bio,fp} 6 年前
  David Benjamin 5b33effa72 Rename OPENSSL_NO_THREADS, part 1. 6 年前
  David Benjamin ca4971cbae Sync bundled bits of golang.org/x/crypto. 6 年前
  David Benjamin 0990a552eb Set up Go modules. 6 年前
  David Benjamin d1673c2191 Remove the add_alert hook. 6 年前
  Adam Langley d66809580a Reorder some extensions to better match Firefox. 6 年前
  David Benjamin 8525ff31ee Another batch of bools. 6 年前
  Joshua Liebow-Feeser 8c7c6356e6 Support symbol prefixes 6 年前
  David Benjamin 492c9aa90c Fill in a fake session ID for TLS 1.3. 6 年前
  David Benjamin 12f58786aa Some more bools. 6 年前
  Matthew Braithwaite e768212e7d shim: don't clear environment when invoking handshaker. 6 年前
  David Benjamin 6855e0a470 Switch the default TLS 1.3 variant to tls13_rfc. 6 年前
  Adam Langley 7f4f41fa81 Don't depend on extension ordering to avoid an empty final extension. 6 年前
  David Benjamin 23849f09af Fix TLS 1.3 downgrade tests. 6 年前
  Adam Langley 1c2779e819 Don't let a NULL mean the initial SSL_CTX in SSL_set_SSL_CTX. 6 年前
  David Benjamin a130ce0b71 Update TLS 1.3 citations for the final RFC. 6 年前
  Steven Valdez f1af129fb4 Implement TLS 1.3 anti-downgrade signal. 6 年前
  Adam Langley ae3223957f Remove dummy PQ padding extension. 6 年前
  David Benjamin 2865567748 Use Span/Array for ticket decryption. 6 年前
  Jesse Selover 6b0d82229b Format ssl/internal.h with clang-format. 6 年前
  Steven Valdez d451453067 Implement final TLS 1.3 RFC!!! 6 年前
  Jesse Selover 1c337e566d Option to reverify certs on resumption. 6 年前
  David Benjamin e6fd125d31 Align on a single CMake style. 6 年前
  David Benjamin 69e91902f7 Work around missing MSan interceptor for posix_spawn. 6 年前
  David Benjamin 1f0d54b8a1 Don't assert on uninitialized memory in tests. 6 年前
  Adam Langley 826ce15092 Support OpenSSL APIs SSL[_CTX]_set1_sigalgs[_list]. 6 年前
  Matthew Braithwaite e833a6dfa2 handshaker: kick PRNG when resuming in UNSAFE_DETERMINISTIC_MODE. 6 年前
  Steven Valdez 74bfa0c082 Fix header include for handshake. 6 年前
  Steven Valdez e5388e097a Add handshaker as run_tests dependency. 6 年前
  Adam Langley e7b78770ec Ask shim whether it supports split handshakes. 6 年前
  Matthew Braithwaite 548c27646a shim: perform split handshakes in a separate binary. 6 年前
  Michał Janiszewski c4f3b8a22a Add a compile time verification ciphers are sorted for bsearch() 6 年前
  David Benjamin 6c04bd1114 Add some basic SSL_CTX threading tests. 6 年前
  Matthew Braithwaite d154c7ccbc shim: call SSL_CTX_set_tlsext_ticket_keys() only once. 6 年前
  Matthew Braithwaite 6d597a34b6 shim: rewrite MoveTestState() to use a serialized representation. 6 年前
  David Benjamin 0cbb1af41f Don't mint TLS 1.3 tickets if SSL_OP_NO_TICKETS is set. 6 年前
  David Benjamin 5869eb3951 Test cert_cb and certificate verify ordering. 6 年前
  David Benjamin c59b9aace6 Remove more remnants of SSLv3. 6 年前
  David Benjamin 8d1203d6c5 Fix some malloc error handling. 6 年前
  David Benjamin 861abccb95 Switch a bunch of ints to bools. 6 年前
  David Benjamin 35b4a1255c Namespace CertCompressionAlg and use more scopers. 6 年前