alecmuffett / certificate-transparency

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

Time format of YYMMDDHHMMSS+HHMM doesn't compute timezone offset #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
some certs use YYMMDDHHMMSS+HHMM for expiration times.

The current implementation just drops the +HMM instead of computing the correct 
gmtime.

nickg todo.

Original issue reported on code.google.com by nickgsup...@gmail.com on 17 Oct 2013 at 9:48

GoogleCodeExporter commented 9 years ago
Could you provide a sample cert / test case?
I assume you're referring to the Python monitor API, but would like to verify 
this before trying to fix.

Original comment by er...@google.com on 10 Dec 2013 at 4:49

GoogleCodeExporter commented 9 years ago
Eran, see
https://code.google.com/p/certificate-transparency/issues/detail?id=15
for context.

These certs are now accepted but the offset is ignored.

Original comment by ekasper@google.com on 10 Dec 2013 at 4:54