| Index: base/crypto/signature_verifier.h
|
| ===================================================================
|
| --- base/crypto/signature_verifier.h (revision 13515)
|
| +++ base/crypto/signature_verifier.h (working copy)
|
| @@ -36,8 +36,8 @@
|
| //
|
| // The signature algorithm is specified as a DER encoded ASN.1
|
| // AlgorithmIdentifier structure:
|
| - // AlgorithmIdentifier ::= SEQUENCE {
|
| - // algorithm OBJECT IDENTIFIER,
|
| + // AlgorithmIdentifier ::= SEQUENCE {
|
| + // algorithm OBJECT IDENTIFIER,
|
| // parameters ANY DEFINED BY algorithm OPTIONAL }
|
| //
|
| // The signature is encoded according to the signature algorithm, but it
|
| @@ -48,8 +48,8 @@
|
| // The public key is specified as a DER encoded ASN.1 SubjectPublicKeyInfo
|
| // structure, which contains not only the public key but also its type
|
| // (algorithm):
|
| - // SubjectPublicKeyInfo ::= SEQUENCE {
|
| - // algorithm AlgorithmIdentifier,
|
| + // SubjectPublicKeyInfo ::= SEQUENCE {
|
| + // algorithm AlgorithmIdentifier,
|
| // subjectPublicKey BIT STRING }
|
| bool VerifyInit(const uint8* signature_algorithm,
|
| int signature_algorithm_len,
|
|
|
| Property changes on: base\crypto\signature_verifier.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|
|
|