summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client/cert.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possibleclaudio2020-04-021-2/+8
* ugly spaces offended mederaadt2020-02-261-2/+2
* commited at minus 21 degCbenno2019-11-291-8/+8
* Convert the auths array into an RB tree indexed by SKI. For fast lookupsclaudio2019-11-281-1/+21
* The root certs do not have a CRL distribution point extension so don'tclaudio2019-11-281-2/+3
* Use x509_get_crl() to get the crl distribution point out of the x509 cert.claudio2019-11-281-176/+5
* To verify a manifest, a roa, or a certificate, we check its signaturebenno2019-11-281-1/+4
* Only store ta certs in the trust store and build chains of thebenno2019-11-271-1/+3
* Show the most common warnings only if verbose is set. Most of these warningsclaudio2019-08-131-3/+5
* Rewrite some if () { } else if () {} chains into multiple independentclaudio2019-06-201-25/+44
* use $OpenBSD$ headersderaadt2019-06-191-1/+1
* indentation adjustments, in particular near warn statementsderaadt2019-06-191-191/+178
* swap comparisonsderaadt2019-06-191-3/+3
* Don't do -portable in base. It is better done outside the tree.deraadt2019-06-171-2/+1
* ../../../logmessagejob2019-06-171-0/+1460