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
Age
Commit message (
Expand
)
Author
2024-10-10
Always print account URI on first creation of an account key.
Florian Obser
2024-10-07
When acme-client is run with -v, show the account URI from the Location
Stuart Henderson
2024-06-19
Kill the SIGPIPE signal handler which is installed around write opertations.
Claudio Jeker
2024-05-21
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-05-09
Align RSA and EC key generation with each other
Theo Buehler
2024-04-28
Remove unused url from netproc()
Theo Buehler
2024-04-28
Don't filter dangerous characters by hand when strvisx(3) is right there.
Florian Obser
2023-08-29
acme-client: drop ecdsa.h, fix spacing and a typo in error message
Omar Polo
2023-05-16
since apparently, the "example" conf is not free-form (adding comments
Marc Espie
2022-12-28
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-19
acme-client: fix copy-paste error in error message
Theo Buehler
2022-12-18
acme-client: rename cc to sign_len in op_sign()
Theo Buehler
2022-12-18
acme-client: fix openssl includes in acctproc.c
Theo Buehler
2022-12-18
acme-client: check EC signature length
Theo Buehler
2022-12-18
acme-client: simplify elliptic curve signatures
Theo Buehler
2022-12-18
acme-client: switch op_sign() to EVP_DigestSign()
Theo Buehler
2022-12-18
acme-client: simplify op_thumbprint()
Theo Buehler
2022-12-18
acme-client: inline a confusing and useless define
Theo Buehler
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-15
The argument to ctype functions must be EOF or representable as an
Florian Obser
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
2022-12-14
Plug leak of ECDSA_SIG
Theo Buehler
2022-11-09
nreq could leak a http get request in case a redirect without
Moritz Buhl
2022-10-09
allow newlines inside the `alternative names' block in acme-client.conf
Omar Polo
2022-08-28
Make a few error messages match the actually failing function.
Theo Buehler
2022-08-28
Set the X.509 request version number.
Joel Sing
2022-05-05
Check that the challenge token which is turned into a filename is
Florian Obser
2022-02-22
Plug leak in ec_key_create()
Theo Buehler
2022-02-22
whitespace/KNF
Theo Buehler
2022-02-22
acme-client: only warn on PEM_write_ECPrivateKey() failure instead
Theo Buehler
2022-01-21
the wrapped cron line is going to lose people
Theo de Raadt
2022-01-14
Fix acme-client build with opaque RSA
Theo Buehler
2021-12-13
Let dnsproc pass multiple addresses to netproc
Jeremie Courreges-Anglas
2021-11-22
acme-client: use BIO_number_written(bio) instead of bio->num_write.
Theo Buehler
2021-11-18
acme-client: use EVP_PKEY_base_id()
Theo Buehler
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-10-13
acme-client: stop reaching into X509
Theo Buehler
2021-09-17
Fix subjectAlternativeName (SAN) generation for CSRs. CA/B Forum baseline
Stuart Henderson
2021-09-14
Add missing void to definition of http_init().
Theo Buehler
2021-08-24
fix outdated comments, from Emil Engler, thanks.
Sebastian Benoit
2021-07-14
Remove unneeded calls to tls_init(3)
kn
2021-07-12
Change the error reporting pattern throughout the tree when unveil
Bob Beck
2021-05-13
acme-client: use EC_POINT_{get,set}_affine_cooordinates()
Theo Buehler
2021-02-12
Xr to ssl(8) which has clues about EC key generation that are still useful
Stuart Henderson
2021-01-11
document how to specify multiple alternative names;
Jason McIntyre
2021-01-03
Create .1 backup files when acme-client is going to overwrite a
Florian Obser
[next]