index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
usr.sbin
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix debug output for http headers
tb
2024-12-04
1
-5
/
+4
*
Convert libressl to use the BoringSSL style time conversions
beck
2024-03-24
1
-2
/
+3
*
Replace ASN1_time_parse() with ASN1_TIME_to_tm()
tb
2023-11-13
1
-3
/
+4
*
remove duplicate includes
jsg
2023-04-19
1
-2
/
+1
*
spelling fixes; from paul tagliamonte
jmc
2022-12-28
1
-2
/
+2
*
The argument to ctype functions must be EOF or representable as an
florian
2022-12-15
1
-2
/
+2
*
Add missing void to definition of http_init().
tb
2021-09-14
1
-2
/
+2
*
Remove unneeded calls to tls_init(3)
kn
2021-07-14
1
-6
/
+1
*
Change the error reporting pattern throughout the tree when unveil
beck
2021-07-12
1
-4
/
+4
*
Walk over all results from getaddrinfo() instead of giving up after the
claudio
2021-02-09
1
-2
/
+1
*
Refactor a bunch of oscpcheck for single return to clean it up,
beck
2020-10-16
1
-63
/
+95
*
Ignore ftruncate failure with errno == EAGAIN
tb
2020-09-04
1
-2
/
+5
*
The X509_LOOKUP code tries to grope around in /etc/ssl/cert/ to find
tb
2020-01-23
1
-30
/
+67
*
Set "Content-Type: application/ocsp-request" in ocspcheck(1)'s POSTs,
sthen
2020-01-11
1
-1
/
+2
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-5
/
+5
*
check result of ftruncate() as we do write() below
bcook
2019-05-15
1
-2
/
+4
*
update for libtls default cert changes.
tedu
2018-11-29
1
-2
/
+2
*
Use TLS_CA_CERT_FILE instead of a separate define.
jsing
2018-11-06
1
-4
/
+2
*
Avoid using an uninitialized variable.
visa
2017-12-01
1
-4
/
+6
*
add -i to SYNOPSIS/usage() and sundry tweaks;
jmc
2017-11-29
2
-6
/
+8
*
Add option -i to allow oscpcheck to be used to validate an on-disk staple
beck
2017-11-28
2
-49
/
+103
*
add missing HISTORY; based on CVS logs and release announcements
schwarze
2017-10-17
1
-2
/
+7
*
Print size_t's correctly.
beck
2017-05-08
1
-3
/
+3
*
Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoid
jsg
2017-05-07
1
-3
/
+7
*
repair knf & whitespace that jumped out of the screen during review
deraadt
2017-03-27
1
-23
/
+18
*
use a path of "/" if the URL does not include a trailing / - since
beck
2017-03-27
1
-2
/
+5
*
Fail early if an ocep server returns a non-200 http response, there is no
beck
2017-03-27
1
-1
/
+4
*
recallocarray() for data buffer from the net.
deraadt
2017-03-26
1
-3
/
+5
*
pledge stdio before parsing the http response
beck
2017-02-25
1
-9
/
+11
*
Add missing $OpenBSD$
beck
2017-02-20
1
-0
/
+1
*
Don't use <sys/param.h> from userland without cause. Sort <sys/*>
guenther
2017-02-03
1
-3
/
+4
*
netinet/in.h should be included, and freebsd and some others
beck
2017-02-01
2
-2
/
+6
*
oscp -> ocsp;
jmc
2017-01-26
2
-4
/
+4
*
Use numeric exit codes consistently rather than a mix
beck
2017-01-26
1
-11
/
+11
*
style
beck
2017-01-26
1
-1
/
+1
*
Fix the structure initialzation to compile. bad inioguchi and millert :)
beck
2017-01-26
1
-1
/
+1
*
Fix array initialization syntax for ocspcheck.c
inoguchi
2017-01-25
1
-1
/
+1
*
remove __BEGIN_DECLS and __END_DECLS from http.h
inoguchi
2017-01-25
1
-5
/
+1
*
bring changes from acme-client over here.
benno
2017-01-25
1
-56
/
+54
*
correct usage format; ok beck claudio benno
deraadt
2017-01-24
1
-2
/
+3
*
fix mode on open() and ftruncate(), noticed by
beck
2017-01-24
1
-2
/
+4
*
Say no to two line error messages on failure
beck
2017-01-24
1
-4
/
+3
*
s/returns/exits/
beck
2017-01-24
1
-2
/
+2
*
Break run-on sentence into two.
beck
2017-01-24
1
-3
/
+4
*
string terminator is called a NUL
deraadt
2017-01-24
2
-5
/
+5
*
Actually load the cafile when providede, and error message cleanup
beck
2017-01-24
1
-4
/
+4
*
use warn, I have errno here. noticed by theo
beck
2017-01-24
1
-1
/
+1
*
Yes the "if (const == val" idiom provides some safety, but it grates on
deraadt
2017-01-24
1
-58
/
+58
*
knf
beck
2017-01-24
1
-1
/
+2
*
revert accidental commit of theo diff
beck
2017-01-24
1
-58
/
+58
[next]