Bug #5886
OpenSSL ASN.1 time values may not round-trip their type
| Status: | Closed | Start date: | 01/12/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | ext | |||
| Target version: | 2.0.0 | |||
| ruby -v: | - |
Description
Martin asked me to file this ticket.
asn1time_to_time may not preserve the type of ASN.1 time (GENERALIZED vs UTC) loaded as it always returns a ruby Time without any data tagging.
History
Updated by MartinBosslet (Martin Bosslet) 4 months ago
- Status changed from Open to Closed
I checked, it's fine. I was confused, the type information itself is present in the subclass of ASN1Data holding the actual time value.