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_7_1


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.23   2 years  tb   Fix acme-client build with opaque RSA
[TXT] acme-client.1  1.41   2 years  deraadt   the wrapped cron line is going to lose people
[TXT] acme-client.conf.5  1.29   3 years  jmc   document how to specify multiple alternative names; modified version of diff fro...
[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.16   2 years  beck   Change the error reporting pattern throughout the tree when unveil fails to repo...
[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.12   2 years  jca   Let dnsproc pass multiple addresses to netproc The loop was exited prematurely ...
[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.18   2 years  beck   Change the error reporting pattern throughout the tree when unveil fails to repo...
[TXT] http.c  1.31   2 years  tb   Add missing void to definition of http_init(). ok deraadt florian
[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.6   2 years  tb   Plug leak in ec_key_create() EVP_PKEY_set1_EC_KEY() bumps the refcount of eckey...
[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.16   2 years  sthen   Fix subjectAlternativeName (SAN) generation for CSRs. CA/B Forum baseline requir...
[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.31   2 years  benno   fix outdated comments, from Emil Engler, thanks.
[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.43   2 years  naddy   Don't declare variables as "unsigned char *" that are passed to functions that t...
[TXT] revokeproc.c  1.19.2.1   17 months  bluhm   Continue loop if no match found; avoids an OOB write. ok florian@ tb@ from otto@...
[TXT] util.c  1.12   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...