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
/
rpki-client
Age
Commit message (
Expand
)
Author
2021-10-23
Rename io_buf_new to io_new_buffer and io_buf_close to io_close_buffer.
Claudio Jeker
2021-10-23
Finnally move away from blocking reads in rpki-client. The code was a
Claudio Jeker
2021-10-22
First step of cleanup in the io land. Introduce io_buf_new() and
Claudio Jeker
2021-10-15
zap 3 comments
Job Snijders
2021-10-15
Update json key names
Job Snijders
2021-10-12
Emit SKI in the JSON output and improve flow in x509_get_pubkey()
Job Snijders
2021-10-11
Add support for BGPsec Router Certificates (RFC 8209)
Job Snijders
2021-10-11
base64_encode() should not add any newlines into the output. Because
Claudio Jeker
2021-10-10
Remove unused variable
Job Snijders
2021-10-10
Make style consistent and remove an unused code path
Job Snijders
2021-10-07
Make sure BGPsec router certs don't have a SIA
Job Snijders
2021-10-07
Clarify error message
Job Snijders
2021-10-07
Rework X509 verification a bit. Remove the store and instead pass in
Claudio Jeker
2021-10-07
Add x509_get_expire() to extract the not-after time from a certificate
Claudio Jeker
2021-10-07
mktime() may not properly set errno on error. Just use errx() instead.
Claudio Jeker
2021-10-05
Add rudimentary support for BGPsec router certificates
Job Snijders
2021-10-05
Remove some extra spaces
Claudio Jeker
2021-10-05
The HTTP chunked transfer encoding test in regress/usr.sbin/rpki-client/libressl
Anton Lindqvist
2021-09-23
Plug leaks of buf flagged by LLVM scan-build.
Theo Buehler
2021-09-21
bump rpki-client version
Sebastian Benoit
2021-09-15
Set the X509 validation depth limit to 12 or double the current depth.
Claudio Jeker
2021-09-14
Do not download more than 300 deltas to sync a RRDP repo. Somewhere around
Claudio Jeker
2021-09-10
Properly handle keep-alive for HTTP/1.1. If the server uses HTTP/1.1
Claudio Jeker
2021-09-09
Rework how various OIDs are compared in the code.
Claudio Jeker
2021-09-08
The number of elements being processed is known upfront. So allocate the
Claudio Jeker
2021-09-01
Let rpki-client(8) inform bgpd(8) when RPKI VRPs will expire.
Job Snijders
2021-09-01
RPKI only cares about *.{cer,crl,gbr,mft,roa} files. Use rsync --include
Claudio Jeker
2021-09-01
Fix bad logic I introduced before commit.
Claudio Jeker
2021-09-01
Document the http_proxy environment variable
Claudio Jeker
2021-09-01
Add http_proxy support to rpki-client's http handler.
Claudio Jeker
2021-08-31
memset the pfds array in the poll loop and not only at the start.
Claudio Jeker
2021-08-30
Properly account entity_queue when the file has already been seen
Job Snijders
2021-08-16
add missing break
Jonathan Gray
2021-08-12
Rework the logic for fetching TA files a bit. Move the logic that checks
Claudio Jeker
2021-08-12
The RRDP specification is very vage what to do if a notification file
Claudio Jeker
2021-08-09
Check for URI with userinfo parts (hostname has an @ sign) and fail for
Claudio Jeker
2021-08-04
Improve HTTP status handling. Allow 203 as an alternative to 200 OK.
Claudio Jeker
2021-08-01
%i is going out of vogue, use %d instead
job
2021-07-28
bump rpki-client version to 7.2
Sebastian Benoit
2021-07-28
Add more checks for ROA maxLength values
job
2021-07-28
Remove outdated information
job
2021-07-23
Adjust HTTP/1.1 request string
job
2021-07-13
Add more checks for eContent 'version' fields.
job
2021-06-29
Flip the -r RRDP switch, which went through community testing for half a year.
Theo de Raadt
2021-06-14
Fix ROA & MFT version check handling
job
2021-06-14
Change errors for file manipulations from err(3) to warn(3) and adjust the
Claudio Jeker
2021-06-14
Do a fstatvfs() call to figure out if the filesystem used for the cache
Claudio Jeker
2021-06-03
Use O_DIRECTORY when opening directories. This makes some errors a bit
Claudio Jeker
2021-05-27
Fix more warnings
job
2021-05-27
Fix warning
job
[next]