make_change_chiper_spec() removed as this message can simply be created using make_message()

This commit is contained in:
2016-08-17 09:09:42 +02:00
parent cabae26e0b
commit 078636eb14
2 changed files with 1 additions and 24 deletions

View File

@@ -248,15 +248,6 @@ namespace eap
///
sanitizing_blob make_client_key_exchange(_In_ const tls_master_secret &pms) const;
///
/// Makes a TLS change cipher spec message
///
/// \sa [The Transport Layer Security (TLS) Protocol Version 1.2 (Chapter A.1. Record Layer)](https://tools.ietf.org/html/rfc5246#appendix-A.1)
///
/// \returns Change cipher spec
///
eap::sanitizing_blob make_change_chiper_spec() const;
///
/// Makes a TLS finished message
///