OpenBSD CVS

src/usr.sbin/acme-client/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / acme-client

Current tag: OPENBSD_6_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.9   4 years  gilles   use acme-client to sign certificated with ecdsa keys diff from Renaud Allard <r...
[TXT] acctproc.c  1.20   4 years  tb   One NULL-check before EVP_MD_CTX_free() was left in previous.
[TXT] acme-client.1  1.34   4 years  benno   Allow to have multiple domain ... {} sextions with the same domain name, by addi...
[TXT] acme-client.conf.5  1.26   3 years  florian   We need to be able to provide contact information to use the buypass.com acme ap...
[TXT] base64.c  1.9   7 years  jsing   Make returns consistent and remove parentheses per style(9). Transformed with c...
[TXT] certproc.c  1.13   3 years  florian   Relax parsing of pem files a bit. Apparently there are CAs that use \r\n line en...
[TXT] chngproc.c  1.15   4 years  benno   Do not exit with error if the challenge file already exists, instead truncate it...
[TXT] dbg.c  1.4   7 years  deraadt   A small amount more KNF to make this easier on our eyes. Not going further than...
[TXT] dnsproc.c  1.11   4 years  florian   remove noisy and useless debug line
[TXT] extern.h  1.20   3 years  florian   We need to be able to provide contact information to use the buypass.com acme ap...
[TXT] fileproc.c  1.16   4 years  florian   Trade unveil(2) for chroot(2). This uses less code and unveil(2) seems to be the...
[TXT] http.c  1.29   4 years  sthen   Remove the tls_close warnx in acme-client. Currently it very often reports a spu...
[TXT] http.h  1.8   4 years  florian   Implement RFC 8555 "Automatic Certificate Management Environment (ACME)" to be a...
[TXT] jsmn.c  1.1   7 years  florian   Import Kristaps' letskencrypt and call it acme-client in tree. OK to get it in d...
[TXT] jsmn.h  1.1   7 years  florian   Import Kristaps' letskencrypt and call it acme-client in tree. OK to get it in d...
[TXT] json.c  1.21   3 years  florian   We need to be able to provide contact information to use the buypass.com acme ap...
[TXT] key.c  1.2   4 years  florian   It's enough to allocate the EC key once. OK tb
[TXT] key.h  1.1   4 years  gilles   use acme-client to sign certificated with ecdsa keys diff from Renaud Allard <r...
[TXT] keyproc.c  1.15   4 years  florian   Now that we have different key types (rsa and ecdsa) we probably should ...
[TXT] main.c  1.54   4 years  benno   Allow to have multiple domain ... {} sextions with the same domain name, by addi...
[TXT] netproc.c  1.28   3 years  florian   We need to be able to provide contact information to use the buypass.com acme ap...
[TXT] parse.h  1.15   3 years  florian   We need to be able to provide contact information to use the buypass.com acme ap...
[TXT] parse.y  1.42   3 years  florian   We need to be able to provide contact information to use the buypass.com acme ap...
[TXT] revokeproc.c  1.15   4 years  florian   Trade unveil(2) for chroot(2). This uses less code and unveil(2) seems to be the...
[TXT] util.c  1.12   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...