summaryrefslogtreecommitdiff
path: root/usr.sbin/acme-client/revokeproc.c
AgeCommit message (Expand)Author
2022-12-18acme-client: encode unexpected SANs before printingTheo Buehler
2022-12-17acme-client: fix SAN-handling insanityTheo Buehler
2022-12-15acme-client: use timegm() instead of mktime()Theo Buehler
2022-12-15acme-client: use ASN1_TIME_to_tm()Theo Buehler
2022-12-14The argument to ctype functions must be EOF or representable as anFlorian Obser
2022-12-14Continue loop if no match found; avoids an OOB write. ok florian@ tb@Otto Moerbeek
2021-11-22acme-client: use BIO_number_written(bio) instead of bio->num_write.Theo Buehler
2021-10-13acme-client: stop reaching into X509Theo Buehler
2021-01-02If acme-client detects an added or removed SAN in the config fileStuart Henderson
2020-11-18Do not check the list of SAN's in the cert when -F is specified to force renewalBob Beck
2019-06-16Trade unveil(2) for chroot(2).Florian Obser
2018-07-28Remove NULL checks before (most) libcrypto *_free() functions.Theo Buehler
2017-07-08fix typo in commentTheo Buehler
2017-01-24Make returns consistent and remove parentheses per style(9).Joel Sing
2017-01-24Complete jsing's coccinelle cleanup... by handTheo de Raadt
2017-01-24Replace comparisons between a constant or enum and an expression, withJoel Sing
2017-01-21Split certificate file from config file into certdir and certfile.Florian Obser
2016-09-13A small amount more KNF to make this easier on our eyes. Not going furtherTheo de Raadt
2016-09-13hoist local variable initialization directly into the definitions,Theo de Raadt
2016-09-01we don't have config.hFlorian Obser
2016-09-01Collapse krazy abstractions for other sandbox models, using chroot andTheo de Raadt
2016-08-31whitespaceSebastian Benoit
2016-08-31revoke -> revocate, to avoid aliasTheo de Raadt
2016-08-31ASN1_TIME *atim avoids shadowing timeTheo de Raadt
2016-08-31Import Kristaps' letskencrypt and call it acme-client in tree.Florian Obser