Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(178)

Unified Diff: external_tests/ssl_gtest/tls_agent.h

Issue 307060043: Named group preferences
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: external_tests/ssl_gtest/tls_agent.h
===================================================================
--- a/external_tests/ssl_gtest/tls_agent.h
+++ b/external_tests/ssl_gtest/tls_agent.h
@@ -136,17 +136,17 @@ class TlsAgent : public PollTarget {
void ResetSentBytes(); // Hack to test drops.
void EnableExtendedMasterSecret();
void CheckExtendedMasterSecret(bool expected);
void CheckEarlyDataAccepted(bool expected);
void DisableRollbackDetection();
void EnableCompression();
void SetDowngradeCheckVersion(uint16_t version);
void CheckSecretsDestroyed();
- void ConfigNamedGroup(SSLNamedGroup group, bool en);
+ void ConfigNamedGroups(const SSLNamedGroup* groups, uint8_t num);
mt 2016/09/14 20:22:05 size_t instead of uint8_t
const std::string& name() const { return name_; }
Role role() const { return role_; }
std::string role_str() const { return role_ == SERVER ? "server" : "client"; }
State state() const { return state_; }

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b