Chromium Code Reviews
DescriptionMake X509Certificate::GetDEREncoded a static function taking an OSCertHandle
Rather than require an X509Certificate*, which has additional processing
overhead, make X509Certificate::GetDEREncoded a static function which takes an
OSCertHandle. Callers which already have an X509Certificate* can easily use
->os_cert_handle(), while those that have an OSCertHandle, such as by way of
GetIntermediateCertificates(), can use the OSCertHandle directly.
BUG=91464
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108067
Patch Set 1 #Patch Set 2 : Add two missing // static comments #Patch Set 3 : Fix compile error #Patch Set 4 : Fix compile error #Patch Set 5 : Errant comment #
Total comments: 2
Patch Set 6 : Rebase and tweak comment to wtc's verbiage #
Messages
Total messages: 5 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||