DescriptionDtlsIdentityStoreInterface::RequestIdentity gets optional expires param.
This is a preparation CL. The expires param will be used in
a follow-up CL. Initially it will only be used by the
chromium implementation. Then we will either update the
webrtc implementation (DtlsIdentityStoreImpl) to use it or
we will remove that store completely as part of clean-up
work.
There are currently two versions of RequestIdentity, one
that takes KeyType and one that takes KeyParams.
The KeyType version is removed in favor of the new
KeyParams + expires version. The KeyParams version without
expires is kept as to not break chromium which currently
implements that. This is the version that can be removed in
a follow-up CL.
BUG=webrtc:5092, chromium:544902
Committed: https://crrev.com/25359e0cc28f964354a5bac4ad63eb5b22576aa8
Cr-Commit-Position: refs/heads/master@{#11846}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed nit #
Messages
Total messages: 18 (10 generated)
|