DescriptionAvoid creating keys and self-signed certs separately.
Security best-practices dictate that the same public key should not
be signed by multiple hash algorithms. This CL prevents that
problem by replacing x509_util::CreateSelfSignedCertificate with
CreateKeyAndSelfSignedCertificate.
This should allow us to change hash functions in x509_utils without
worrying that users may re-sign old keys with the new hash function.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232292
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Total comments: 19
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #
Total comments: 2
Patch Set 6 : #Patch Set 7 : #Patch Set 8 : #Patch Set 9 : #
Total comments: 5
Messages
Total messages: 35 (0 generated)
|