aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_policy.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-01-20 13:52:54 +0000
committerlloyd <[email protected]>2012-01-20 13:52:54 +0000
commitf7f94a9ade8869caca24aed9bde92bce117991f7 (patch)
tree281baefc47b4ad9287a4b48d9c5d55dec32278fd /src/tls/tls_policy.h
parent4c3d3e1c56451c635fb81dadfb249ce1856af0ce (diff)
Many fixes for TLS 1.2 though some things in particular client auth
remain broken. New interface for querying the TLS extensions, much cleaner.
Diffstat (limited to 'src/tls/tls_policy.h')
-rw-r--r--src/tls/tls_policy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_policy.h b/src/tls/tls_policy.h
index a0bca4e7f..48ff9185e 100644
--- a/src/tls/tls_policy.h
+++ b/src/tls/tls_policy.h
@@ -52,7 +52,7 @@ class BOTAN_DLL TLS_Policy
/*
* @return the version we would prefer to negotiate
*/
- virtual Version_Code pref_version() const { return TLS_V12; }
+ virtual Version_Code pref_version() const { return TLS_V11; }
virtual bool check_cert(const std::vector<X509_Certificate>& cert_chain) const = 0;