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_5


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.8   6 years  espie   no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing instead of...
[TXT] acctproc.c  1.12   5 years  tb   Remove NULL checks before (most) libcrypto *_free() functions. From Ross L. Rich...
[TXT] acme-client.1  1.29   5 years  jmc   flesh this page out a bit to (hopefully) make it more helpful; sthen suggested a...
[TXT] acme-client.conf.5  1.17   5 years  florian   Remove missleading and outdated examples from man page. /etc/examples/httpd.conf...
[TXT] base64.c  1.9   7 years  jsing   Make returns consistent and remove parentheses per style(9). Transformed with c...
[TXT] certproc.c  1.11   5 years  tb   Remove NULL checks before (most) libcrypto *_free() functions. From Ross L. Rich...
[TXT] chngproc.c  1.13   5 years  naddy   repair confusing "} if"; from florian@
[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.9   7 years  jsing   Make returns consistent and remove parentheses per style(9). Transformed with c...
[TXT] extern.h  1.10   5 years  benno   make struct chng.status a enum for readability. ok florian@
[TXT] fileproc.c  1.15   5 years  benno   replace hand-rolled tmp files with mkstemp() ok florian@ back in april, reminded...
[TXT] http.c  1.25   5 years  florian   According to RFC 7230 Section 3.2 header field names are case-insensitive. Point...
[TXT] http.h  1.7   5 years  jsing   Use TLS_CA_CERT_FILE instead of a separate define. ok beck@ bluhm@ tb@
[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.11   5 years  benno   make struct chng.status a enum for readability. ok florian@
[TXT] keyproc.c  1.11   5 years  tb   Remove NULL checks before X509_{REQ,NAME}_free() and zap an unnecessary pair of ...
[TXT] main.c  1.45   5 years  benno   remove free() before exit() from main(), in ongoing work to make things more rea...
[TXT] netproc.c  1.22   5 years  benno   fix comments and clean up whitespace ok florian@
[TXT] parse.h  1.9   6 years  sthen   lenght->length, mostly in comments
[TXT] parse.y  1.33   5 years  deraadt   (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other larger typ...
[TXT] revokeproc.c  1.14   5 years  tb   Remove NULL checks before (most) libcrypto *_free() functions. From Ross L. Rich...
[TXT] util.c  1.11   6 years  otto   writebufg() does two write(2) calls, both can return EPIPE, so handle it in both...
[TXT] rsa.c (in the Attic) [Hide]  1.7   5 years  tb   Remove NULL checks before (most) libcrypto *_free() functions. From Ross L. Rich...
[TXT] rsa.h (in the Attic) [Hide]  1.1   7 years  florian   Import Kristaps' letskencrypt and call it acme-client in tree. OK to get it in d...