summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_time_tm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-251-5/+5
* Put the opening curly brace in the right place.jsing2017-08-281-2/+3
* Add ability to clamp a notafter to values representable in a 32 bit time_tbeck2017-08-131-1/+17
* Add ASN1_TIME_set_tm to set an asn1 from a struct tm *beck2017-05-061-1/+11
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-3/+2
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-041-12/+12
* make the counter a size_t as well, which quells a warning on visual studio 2015beck2015-12-121-2/+3
* Another change that is needed to restore the previous behaviour ofjsing2015-10-221-5/+3
* Restore previous behaviour and allowjsing2015-10-221-2/+7
* Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck2015-10-191-140/+322
* Spelling in commentbeck2015-10-081-3/+2
* prefer limits.h over sys/limits.hbcook2015-10-061-3/+3
* Make sure dot is not set after tz - fixes incorrect handling, which allowsjsing2015-10-051-2/+2
* Apply some style(9), tweak a few things for readability and add somejsing2015-10-041-36/+40
* Flense the greasy black guts of unreadble string parsing code out of three areasbeck2015-10-021-0/+257