index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
acme-client
/
revokeproc.c
Age
Commit message (
Expand
)
Author
2022-12-18
acme-client: encode unexpected SANs before printing
Theo Buehler
2022-12-17
acme-client: fix SAN-handling insanity
Theo Buehler
2022-12-15
acme-client: use timegm() instead of mktime()
Theo Buehler
2022-12-15
acme-client: use ASN1_TIME_to_tm()
Theo Buehler
2022-12-14
The argument to ctype functions must be EOF or representable as an
Florian Obser
2022-12-14
Continue loop if no match found; avoids an OOB write. ok florian@ tb@
Otto Moerbeek
2021-11-22
acme-client: use BIO_number_written(bio) instead of bio->num_write.
Theo Buehler
2021-10-13
acme-client: stop reaching into X509
Theo Buehler
2021-01-02
If acme-client detects an added or removed SAN in the config file
Stuart Henderson
2020-11-18
Do not check the list of SAN's in the cert when -F is specified to force renewal
Bob Beck
2019-06-16
Trade unveil(2) for chroot(2).
Florian Obser
2018-07-28
Remove NULL checks before (most) libcrypto *_free() functions.
Theo Buehler
2017-07-08
fix typo in comment
Theo Buehler
2017-01-24
Make returns consistent and remove parentheses per style(9).
Joel Sing
2017-01-24
Complete jsing's coccinelle cleanup... by hand
Theo de Raadt
2017-01-24
Replace comparisons between a constant or enum and an expression, with
Joel Sing
2017-01-21
Split certificate file from config file into certdir and certfile.
Florian Obser
2016-09-13
A small amount more KNF to make this easier on our eyes. Not going further
Theo de Raadt
2016-09-13
hoist local variable initialization directly into the definitions,
Theo de Raadt
2016-09-01
we don't have config.h
Florian Obser
2016-09-01
Collapse krazy abstractions for other sandbox models, using chroot and
Theo de Raadt
2016-08-31
whitespace
Sebastian Benoit
2016-08-31
revoke -> revocate, to avoid alias
Theo de Raadt
2016-08-31
ASN1_TIME *atim avoids shadowing time
Theo de Raadt
2016-08-31
Import Kristaps' letskencrypt and call it acme-client in tree.
Florian Obser