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
/
extern.h
Age
Commit message (
Expand
)
Author
2022-01-28
Properly handle .mft files as intended by the RFC. Instead of always
Claudio Jeker
2022-01-24
Adjust code to handle unsupported file types a bit more graceful.
Claudio Jeker
2022-01-23
Handle EINTR the same way in all poll loops. In all cases restart the
Claudio Jeker
2022-01-23
Simplify valid_cert() and valid_roa() by passing in struct auth instead
Claudio Jeker
2022-01-22
Change valid_filename() ot return an enum rtype and rename it to
Theo Buehler
2022-01-21
Add function to determine the file type from the file name extension
Theo Buehler
2022-01-20
Rename mft_check() to proc_parser_mft_check() and make it a static function.
Claudio Jeker
2022-01-19
Implement a filemode where the passed file from the command line is
Claudio Jeker
2022-01-18
Change cert_parse() and ta_parse() to no longer take a x509 handle as
Claudio Jeker
2022-01-18
Revert all the files that should have not been committed in last commit.
Claudio Jeker
2022-01-18
Kill extra newline
Claudio Jeker
2022-01-18
Cleanup the scattered OBJ_txt2obj() calls and move them into
Claudio Jeker
2022-01-14
Introduce a validated cache which holds all the files that have
Claudio Jeker
2022-01-13
Alter valid_filehash() to take a file descriptor instead of a path.
Claudio Jeker
2022-01-13
Implement a RRDP_CLEAR message that instructs the parent to cleanup
Claudio Jeker
2022-01-11
Change the way the parser accesses files. It now builds the file path
Claudio Jeker
2021-12-29
Cleanup struct entity. Remove the unneeded has_data field, the same
Claudio Jeker
2021-12-22
Replace two questionable size_t types. For the repo id use a unsigned int
Claudio Jeker
2021-11-25
Replace MAX_REPO_TIMEOUT with repo_timeout, which is set to 1/4th of
Job Snijders
2021-11-24
Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c.
Claudio Jeker
2021-11-10
Increase maximum filesize of RPKI objects to 4MB
Job Snijders
2021-11-09
Limit the number of publication points under a given TAL.
Claudio Jeker
2021-11-05
Simplify how IP addresses and AS numbers are passed between processes.
Claudio Jeker
2021-11-04
Move and promote getmonotime() to an internal API function.
Claudio Jeker
2021-11-04
Use the same spacing for all defines.
Claudio Jeker
2021-11-04
Instead of passing tal descriptions around just pass a tal id and
Claudio Jeker
2021-11-03
Limit the number of rsync processes being spawned by stopping to accept
Claudio Jeker
2021-11-03
Move the MAX_CERT_DEPTH to extern.h and adjust the comments of all limits
Claudio Jeker
2021-11-01
Further simplify cert and auth handling. Move common code into auth_insert
Claudio Jeker
2021-11-01
Cleanup struct auth a bit. The tal description is also stored in the cert
Claudio Jeker
2021-10-29
Ensure that RRDP snapshot and delta files are fetched from the same host
Claudio Jeker
2021-10-28
Limit how many FileAndHash entries a single manifest may contain
Job Snijders
2021-10-28
Limit the size of the base64 blob inside the RRDP XML to be less than
Claudio Jeker
2021-10-28
Don't exit in certain cases on failures to parse x509 objects.
Bob Beck
2021-10-27
Add limits on size of certain untrusted inputs
Bob Beck
2021-10-26
Move load_file() to encoding.c so that regress can use the function.
Claudio Jeker
2021-10-26
Refactor the tal parsing code to use the same load_file() and buffer
Claudio Jeker
2021-10-26
Also move the cert parser code away from using BIO.
Claudio Jeker
2021-10-26
Change CMS and CRL d2i functions from their BIO version to passing the
Claudio Jeker
2021-10-24
Move the various print functions from the regress tests into print.c.
Claudio Jeker
2021-10-24
Restrict the characterset for filenames on Manifests
Job Snijders
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-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-10
Make style consistent and remove an unused code path
Job Snijders
2021-10-07
Add x509_get_expire() to extract the not-after time from a certificate
Claudio Jeker
2021-10-05
Add rudimentary support for BGPsec router certificates
Job Snijders
2021-09-09
Rework how various OIDs are compared in the code.
Claudio Jeker
[next]