summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/ASN1_time_parse.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* finish crypto HISTORY; mostly 1.1.0/6.3, but also various other fixesschwarze2018-03-231-2/+12
|
* Fix typo: s/Vt strict tm/Vt struct tm/schwarze2018-02-151-3/+3
|
* space needed between macro arg and punctuation;jmc2017-05-061-2/+2
|
* Add ASN1_TIME_set_tm to set an asn1 from a struct tm *beck2017-05-061-3/+31
| | | | ok jsing@
* further tweakage, with an improvement from joel;jmc2016-11-051-5/+5
| | | | ok jsing schwarze
* tweak previousschwarze2016-11-041-34/+39
|
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-041-0/+94
functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@