tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
acme-client
/
at
master
25 files
Makefile
use acme-client to sign certificated with ecdsa keys
6 years ago
acctproc.c
acme-client: fix copy-paste error in error message
3 years ago
acme-client.1
the wrapped cron line is going to lose people
4 years ago
acme-client.conf.5
document how to specify multiple alternative names; modified version of diff from wolf on misc, improved by and ok florian benno sthen
5 years ago
base64.c
Make returns consistent and remove parentheses per style(9).
9 years ago
certproc.c
Relax parsing of pem files a bit. Apparently there are CAs that use \r\n line endings. From Bartosz Kuzma (bartosz.kuzma AT release11.com) as part of a larger diff. OK beck
5 years ago
chngproc.c
Check that the challenge token which is turned into a filename is base64url encoded. We have only the challenge directory unveil(2)'ed so funny business like ../ will not work, but we shouldn't generate garbage filenames that someone else might trip over either. Pointed out and diff by Ali Farzanrad (ali_farzanrad AT riseup.net) OK beck
4 years ago
dbg.c
A small amount more KNF to make this easier on our eyes. Not going further than this. ok florian
9 years ago
dnsproc.c
Let dnsproc pass multiple addresses to netproc
4 years ago
extern.h
We need to be able to provide contact information to use the buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt
5 years ago
fileproc.c
Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.
4 years ago
http.c
The argument to ctype functions must be EOF or representable as an unsigned char.
3 years ago
http.h
Implement RFC 8555 "Automatic Certificate Management Environment (ACME)" to be able to talk to the v02 Let's Encrypt API.
6 years ago
jsmn.c
Import Kristaps' letskencrypt and call it acme-client in tree. OK to get it in deraadt@ (and probably beck@)
9 years ago
jsmn.h
Import Kristaps' letskencrypt and call it acme-client in tree. OK to get it in deraadt@ (and probably beck@)
9 years ago
json.c
We need to be able to provide contact information to use the buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt
5 years ago
key.c
acme-client: inline a confusing and useless define
3 years ago
key.h
use acme-client to sign certificated with ecdsa keys
6 years ago
keyproc.c
Make a few error messages match the actually failing function.
3 years ago
main.c
Check that the challenge token which is turned into a filename is base64url encoded. We have only the challenge directory unveil(2)'ed so funny business like ../ will not work, but we shouldn't generate garbage filenames that someone else might trip over either. Pointed out and diff by Ali Farzanrad (ali_farzanrad AT riseup.net) OK beck
4 years ago
netproc.c
The argument to ctype functions must be EOF or representable as an unsigned char.
3 years ago
parse.h
We need to be able to provide contact information to use the buypass.com acme api. From Bartosz Kuzma (bartosz.kuzma AT release11.com), thanks! OK beck, deraadt
5 years ago
parse.y
The argument to ctype functions must be EOF or representable as an unsigned char.
3 years ago
revokeproc.c
acme-client: encode unexpected SANs before printing
3 years ago
util.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago