1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
In valid_cert() also skip the check for CERT_IP_INHERIT objects like it is done for CERT_AS_INHERIT. More... over 1 year ago
Bump required LibreSSL to >= 3.6.0 and simplify More... over 1 year ago
Reset the io_time (io timeout value) when the timer expires. Without this the next connect will immediatly timeout again which is not intended. It does not matter in the other case since the connection is destroyed anyway. Problem noticed by job@ and Jelle (jelle (at) luteijn.email) OK job@ tb@ More... over 1 year ago
Reset the io_time (io timeout value) when the timer expires. Without this the next connect will immediatly timeout again which is not intended. It does not matter in the other case since the connection is destroyed anyway. Problem noticed by job@ and Jelle (jelle (at) luteijn.email) OK job@ tb@ More... over 1 year ago
As mmap(2) is no longer a LOCK syscall, do away with the extra unlock-lock dance it serves no real purpose any more. Confirmed by a small performance increase in tests. ok @tb More... over 1 year ago
As mmap(2) is no longer a LOCK syscall, do away with the extra unlock-lock dance it serves no real purpose any more. Confirmed by a small performance increase in tests. ok @tb More... over 1 year ago
Merge pull request #88 from botovq/annotate More... over 1 year ago
rpki-client: use partial chains in certificate validation
tb
More... over 1 year ago
rpki-client: use partial chains in certificate validation
tb
More... over 1 year ago
Annotate OpenSSL and LibreSSL compat shims More... over 1 year ago
Add missing x509.h to noinst_HEADERS More... over 1 year ago
Add compat shim for OPENSSL_cleanup() More... over 1 year ago
Remove X509_get_extension_flags() compat More... over 1 year ago
Fix a use-after-free in filemode
tb
More... almost 2 years ago
Fix a use-after-free in filemode
tb
More... almost 2 years ago
Convert json_do_printf() with "%s" a fmt string to json_do_string(). OK tb@ More... almost 2 years ago
Convert json_do_printf() with "%s" a fmt string to json_do_string(). OK tb@ More... almost 2 years ago
Introduce json_do_string() a function that JSON escapes a string. More... almost 2 years ago
Introduce json_do_string() a function that JSON escapes a string. More... almost 2 years ago
On read failure just abort the rrdp request. More... almost 2 years ago
On read failure just abort the rrdp request. More... almost 2 years ago
add changes for version 8.4 More... almost 2 years ago
document that - with recent changes - the -A option now also excludes the ASPA data from the JSON output. ok claudio@ More... almost 2 years ago
document that - with recent changes - the -A option now also excludes the ASPA data from the JSON output. ok claudio@ More... almost 2 years ago
bump version to 8.4 More... almost 2 years ago
bump version to 8.4 More... almost 2 years ago
Add json.c and json.c to the build system More... almost 2 years ago
Make rpki-client choose the verification time of the time it is invoked rather than always getting the current system time for every certificate verification. This will result in output that is not variable on run-time. More... almost 2 years ago
Make rpki-client choose the verification time of the time it is invoked rather than always getting the current system time for every certificate verification. This will result in output that is not variable on run-time. More... almost 2 years ago
Reimplement output-json.c using json.c from bgpctl. More... almost 2 years ago