Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spelling in comment | beck | 2015-10-08 | 1 | -3/+2 |
| | |||||
* | prefer limits.h over sys/limits.h | bcook | 2015-10-06 | 1 | -3/+3 |
| | | | | ok deraadt@ | ||||
* | Make sure dot is not set after tz - fixes incorrect handling, which allows | jsing | 2015-10-05 | 1 | -2/+2 |
| | | | | | | 20151005171301+1.09Z to be treated as a valid time. ok beck@ | ||||
* | Apply some style(9), tweak a few things for readability and add some | jsing | 2015-10-04 | 1 | -36/+40 |
| | | | | | | additional bounds checks. ok beck@ | ||||
* | Flense the greasy black guts of unreadble string parsing code out of three areas | beck | 2015-10-02 | 1 | -0/+257 |
in asn1 and x509 code, all dealing with an ASN1_TIME. This brings the parsing together in one function that converts into a struct tm. While we are at it this also brings us into conformance with RFC 5280 for times allowed in an X509 cert, as OpenSSL is very liberal with what it allows. input and fixes from deraadt@ jsing@ guethther@ and others. ok krw@, guenther@, jsing@ |