Chromium Code Reviews
DescriptionRTCCertificate to/from PEM string serialization.
This is part of larger work that will allow persistent storage of
RTCCertificate in IndexedDB. The big picture can be seen here:
https://codereview.chromium.org/1949033002/
This CL implements part 1:
1. RTCCertificate to/from string
a) The ToPEM and FromPEM serialization functions from the WebRTC layer that
converts RTCCertificate to- and from string are made visible in the blink
and content layers.
b) |WebRTCCertificate::keyParams| is removed so that we don't have to
serialize this or add getters for obtaining this information from the
WebRTC layer's RTCCertificate. The getter was never used by anyone.
BUG=581354
Committed: https://crrev.com/a9302bb5a5d8b9cce886049fff8e586660006dfd
Cr-Commit-Position: refs/heads/master@{#392342}
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||