summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/asn1/asn1_locl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libssl/src directorybeck2016-09-031-151/+0
|
* Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck2015-10-191-5/+1
| | | | | | utctime and gentime wrappers accordingly. Along with some other cleanup. this also removes the need for timegm. ok bcook@ sthen@ jsing@
* Flense the greasy black guts of unreadble string parsing code out of three areasbeck2015-10-021-1/+5
| | | | | | | | | 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@
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* KNF.jsing2014-05-221-25/+18
|
* No uses of UTF8_{getc,putc}() in ports, so remove them from the public header.guenther2014-05-221-6/+8
| | | | ok miod@
* Bring UTF8_{getc,putc} up-to-date: it's been a decade since 5- and 6-byteguenther2014-05-201-0/+11
| | | | | | | | encodings and encoding of surrogate pair code points were banned. Add checks for those, both to those functions and to the code decoding the BMP and UNIV encodings. ok miod@
* import OpenSSL-1.0.1cdjm2012-10-131-0/+11
|
* import of OpenSSL 0.9.8kdjm2009-04-061-0/+134