Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: webrtc/base/sslidentity.h

Issue 1176383004: DtlsIdentityStore[Interface/Impl] updated, DtlsIdentityService to be removed (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Del old requestobserver & service interface (forgot), made global common_name_ const char* Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« talk/app/webrtc/peerconnectioninterface.h ('K') | « talk/libjingle_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/sslidentity.h
diff --git a/webrtc/base/sslidentity.h b/webrtc/base/sslidentity.h
index 320fe53d0f5ad01fee6790c469d7ab0276053c4d..b36fe0a4e70135ac6ce514a9f091ae91e748b041 100644
--- a/webrtc/base/sslidentity.h
+++ b/webrtc/base/sslidentity.h
@@ -25,6 +25,8 @@ namespace rtc {
// Forward declaration due to circular dependency with SSLCertificate.
class SSLCertChain;
+enum KeyType { KT_RSA, KT_ECDSA, KT_DEFAULT = KT_RSA };
+
// Abstract interface overridden by SSL library specific
// implementations.
« talk/app/webrtc/peerconnectioninterface.h ('K') | « talk/libjingle_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698