alecmuffett / certificate-transparency

Automatically exported from code.google.com/p/certificate-transparency
0 stars 0 forks source link

verify_single_proof can be more flexible on SCT input #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
verify_single_proof only needs the timestamp field within the SCT.  Currently 
it requires the SCT to be provided in protobuf format in order to obtain the 
timestamp.  Attached is a simple patch to allow the timestamp to be provided 
directly, for use when a suitably formatted SCT is not available or when it is 
not convenient to serialize the SCT to a file anyway.

Original issue reported on code.google.com by traw...@gmail.com on 24 Mar 2014 at 1:31

Attachments:

GoogleCodeExporter commented 9 years ago
I'll apply this patch.

Original comment by er...@google.com on 24 Mar 2014 at 1:47

GoogleCodeExporter commented 9 years ago
Can we get you to sign the CLA, please, Jeff?

https://developers.google.com/open-source/cla/individual

Original comment by benl@google.com on 24 Mar 2014 at 2:10

GoogleCodeExporter commented 9 years ago
CLA submitted electronically just now...

Original comment by traw...@gmail.com on 24 Mar 2014 at 2:36

GoogleCodeExporter commented 9 years ago
Pushed as 
https://code.google.com/p/certificate-transparency/source/detail?r=468afb386331a
30e19b284e22bfd6148e7f8d5a3 , apologies for the delay.

Original comment by er...@google.com on 10 Apr 2014 at 11:13