2221 Commits (6ae7ddb755936839e9e23af0231fb249cb09912c)

Author SHA1 Message Date
  David Benjamin 855dabc9df Add an accessor for session->certs. 6 years ago
  David Benjamin 06c28d8e51 Simplify shim timeout logic. 6 years ago
  David Benjamin 48b276db3d Give ssl_cipher_preference_list_st a destructor. 6 years ago
  Adam Langley e3aba378c9 Fix typo in ssl_cert_cache_chain_certs. 6 years ago
  David Benjamin 56b1a8efa6 Test the high-order bit in X25519. 6 years ago
  David Benjamin e325c3f471 Give CERT a destructor. 6 years ago
  David Benjamin fceca8e27b Move srtp_profile to ssl->s3. 6 years ago
  David Benjamin e28552dec8 Add an API to disable RSA-PSS for certificates. 6 years ago
  David Benjamin c977532240 Pretty-print TicketAEADMethod tests. 6 years ago
  David Benjamin 6879e19362 Rename SSL_SIGN_RSA_PSS_SHA* constants. 6 years ago
  David Benjamin 5ad94767ab Remove legacy SSL_CTX_sess_set_get_cb overload. 6 years ago
  David Benjamin 9f0e7cb314 Move TB state to ssl->s3. 6 years ago
  David Benjamin b8b1a9d8de Add SSL_SESSION_get0_cipher. 6 years ago
  Steven Valdez acddb8c134 Avoid modifying stack in sk_find. 6 years ago
  Matthew Braithwaite c5154f7dbc SSL_serialize_handoff: serialize fewer things. 6 years ago
  Matthew Braithwaite 868ec7354b SSL_apply_handback: check that |max_send_fragment| is nonzero. 6 years ago
  Matthew Braithwaite 5b2a51de6c Check for nullptr result of SSLKeyShare::Create(). 6 years ago
  David Benjamin e2ab21d194 Use the actual record header, rather than reassembling it. 6 years ago
  Steven Valdez 861f384d7b Implement TLS 1.3 draft28. 6 years ago
  Matthew Braithwaite 56986f905f Hand back ECDHE split handshakes after the first server message. 6 years ago
  David Benjamin 8a1a5daa49 Send the fake session ID in the test suite. 6 years ago
  Adam Langley fa3e9c3385 Add |SSL_COMP_get[0_name|_id]|. 6 years ago
  David Benjamin a0bc29a775 Remove remnants of the HRR message. 6 years ago
  Adam Langley 40cdb3b5da Don't test |initial_handshake_complete| for dummy PQ padding status. 6 years ago
  Adam Langley 8df8e64205 Record whether dummy PQ padding was used. 6 years ago
  Adam Langley 4702db6306 Update dummy PQ extension for round two. 6 years ago
  Adam Langley e745b25dcb Remove trailing whitespace from ssl/. 6 years ago
  David Benjamin c03ecb93a2 Remove SSLv3_method and friends. 6 years ago
  David Benjamin 1bf2337fe1 Reject compressed ECDH coordinates in TLS. 6 years ago
  David Benjamin fa65113400 Push an error if custom private keys fail. 6 years ago
  David Benjamin 48669209b7 Fix fuzzer mode suppressions. 6 years ago
  Adam Langley ddb57cfb51 Add tests for split handshakes. 6 years ago
  Adam Langley 3fe8fa74ac Add initial, experimental support for split handshakes. 6 years ago
  Steven Valdez 7e5dd25d47 Remove draft22 and experiment2. 6 years ago
  Nick Harper 3c034b2cf3 Add support for QUIC transport params. 6 years ago
  Matthew Braithwaite 5301c10c53 ssl_verify_peer_cert: implement |SSL_VERIFY_NONE| as advertised. 6 years ago
  Adam Langley e8d2439cd3 Expose ssl_session_serialize to libssl. 6 years ago
  David Benjamin 0ab3f0ca25 Notice earlier if a server echoes the TLS 1.3 compatibility session ID. 6 years ago
  Adam Langley 449a9e6a9e Make the gdb window larger. 6 years ago
  Adam Langley ab5a947d8e Reslice TLS AEAD setup. 6 years ago
  Adam Langley c61b577197 Add some more utility functions to bytestring. 6 years ago
  David Benjamin 610cdbb102 Switch some ints to bools and Spans. 6 years ago
  David Benjamin a7bc94489f Don't use the client_random entropy for GREASE. 6 years ago
  Steven Valdez cb15cfda29 Add draft23 tests. 6 years ago
  Nick Harper 36fcc4ca5d Implement Token Binding 7 years ago
  Adam Langley 37c6eb4284 Support TLS KDF test for NIAP. 6 years ago
  David Benjamin afd1cd959e Work around an NDK / Android bug. 6 years ago
  Adam Langley 512a289a8a Add support for dummy PQ padding. 6 years ago
  Steven Valdez 74666da5b3 Update key share extension number for draft23. 6 years ago
  Matthew Braithwaite 9770532afa Map NOT_YET_VALID errors to |certificate_expired|. 6 years ago