Implement crypto stats on DTLS transport

Bug: chromium:1018077
Change-Id: I585d4064f39e5f9d268b408ebf6ae13a056c778a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/158403
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Reviewed-by: Steve Anton <steveanton@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29628}
This commit is contained in:
Harald Alvestrand
2019-10-28 09:51:17 +01:00
committed by Commit Bot
parent a81e2b4510
commit 5cb7807a36
16 changed files with 143 additions and 7 deletions

View File

@ -96,8 +96,8 @@ class OpenSSLStreamAdapter final : public SSLStreamAdapter {
bool GetSslCipherSuite(int* cipher) override;
int GetSslVersion() const override;
SSLProtocolVersion GetSslVersion() const override;
bool GetSslVersionBytes(int* version) const override;
// Key Extractor interface
bool ExportKeyingMaterial(const std::string& label,
const uint8_t* context,