Clarifies the format of a log's public key in the CONF file
authorRob Percival <robpercival@google.com>
Thu, 4 Aug 2016 17:41:23 +0000 (18:41 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 12:58:19 +0000 (13:58 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
doc/crypto/CTLOG_STORE_new.pod

index 44c526c6b2e4be00066617ffff7d67cb568e91c4..2a38f263ba0f2dfb829bf77bed217295ef74d71d 100644 (file)
@@ -36,11 +36,11 @@ The expected format of the file is:
 
  [foo]
  description = Log 1
 
  [foo]
  description = Log 1
- key = <base64-encoded public key here>
+ key = <base64-encoded DER SubjectPublicKeyInfo here>
 
  [bar]
  description = Log 2
 
  [bar]
  description = Log 2
- key = <base64-encoded public key here>
+ key = <base64-encoded DER SubjectPublicKeyInfo here>
 
 Once a CTLOG_STORE is no longer required, it should be passed to
 CTLOG_STORE_free(). This will delete all of the CTLOGs stored within, along
 
 Once a CTLOG_STORE is no longer required, it should be passed to
 CTLOG_STORE_free(). This will delete all of the CTLOGs stored within, along