diff options
Diffstat (limited to 'src/tls/tls_version.h')
-rw-r--r-- | src/tls/tls_version.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tls/tls_version.h b/src/tls/tls_version.h index 8112b2a11..651eebafc 100644 --- a/src/tls/tls_version.h +++ b/src/tls/tls_version.h @@ -94,6 +94,11 @@ class BOTAN_DLL Protocol_Version bool supports_explicit_cbc_ivs() const; /** + * @return true if this version uses a ciphersuite specific PRF + */ + bool supports_ciphersuite_specific_prf() const; + + /** * @return if this version is equal to other */ bool operator==(const Protocol_Version& other) const |