summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_lcl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify X509_ATTRIBUTE ASN.1 encoding.jsing2022-05-091-6/+1
* Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.beck2022-02-241-3/+3
* Remove name_cmp from public visibilitytb2022-01-141-0/+2
* In X509_STORE_CTX, rename the X509_STORE store rather than ctx.tb2021-11-071-1/+1
* In X509_STORE_CTX rename the misnamed last_untrusted to num_untrustedtb2021-11-071-1/+1
* Garbage collect the unused skip member of X509_LOOKUP andtb2021-11-051-2/+0
* Garbage collect xobj->data.{ptr,pkey}tb2021-11-051-2/+0
* Cache sha512 hash and parsed not_before and not_after with X509 cert.beck2021-11-041-3/+9
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-0/+317
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-0/+4
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-041-2/+0
* Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck2015-10-191-0/+1
* Flense the greasy black guts of unreadble string parsing code out of three areasbeck2015-10-021-0/+1
* When looking for the issuer of a certificate, if the current candidate ismiod2014-07-111-0/+59