summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/vpm_int.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Part one of the alt chains changes, bring in newer modifications tobeck2016-11-051-0/+70
| | | | | VERIFY_PARAMS - based on boringssl. ok jsing@ miod@
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-041-0/+0
functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@