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
/
parser.c
Age
Commit message (
Expand
)
Author
2022-02-04
whitespace
Theo Buehler
2022-02-04
Enforce Certificate Policy for RPKI
Theo Buehler
2022-01-28
Properly handle .mft files as intended by the RFC. Instead of always
Claudio Jeker
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2022-01-26
Allow rsync:// URI as file in -f mode. This makes it easier to explore
Claudio Jeker
2022-01-26
Change the repository layout by removing the valid directory. Everything
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
Allow rpki-client to display more than one file in -f mode.
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-21
Avoid out-of-bounds accesses in case the filename is too showrt to
Theo Buehler
2022-01-20
Move the notBefore and notAfter checks from proc_parser_root_cert()
Claudio Jeker
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
Pass the X509_V_FLAG_CRL_CHECK flag as argument to valid_x509().
Claudio Jeker
2022-01-18
Change cert_parse() and ta_parse() to no longer take a x509 handle as
Claudio Jeker
2022-01-18
More fixing. Previous revert was incomplete.
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
Unify the various X509_verify_cert() calls and the boiler plate code around
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
Move mft_check() after setting repoid and path on the mft.
Claudio Jeker
2022-01-13
Alter valid_filehash() to take a file descriptor instead of a path.
Claudio Jeker
2022-01-11
Change the way the parser accesses files. It now builds the file path
Claudio Jeker
2022-01-05
Switch proc_parser_root_cert() to not pass the entity but instead the
Claudio Jeker
2022-01-04
Pass the filename back from the parser to the parent.
Claudio Jeker
2022-01-04
Simplify the verify callback
Theo Buehler
2022-01-04
Stop setting X509_V_FLAG_IGNORE_CRITICAL
Theo Buehler
2021-12-29
Cleanup struct entity. Remove the unneeded has_data field, the same
Claudio Jeker
2021-11-04
Cleanup some old XXX needed comments. cert_parse() returns a referenced
Claudio Jeker
2021-11-04
Instead of passing tal descriptions around just pass a tal id and
Claudio Jeker
2021-11-03
Move the MAX_CERT_DEPTH to extern.h and adjust the comments of all limits
Claudio Jeker
2021-11-03
In proc_parser_roa() adjust the expiry calculation to walk all of
Claudio Jeker
2021-11-02
Only add CA certificates to the auth tree, skip BGPsec certificates.
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-28
Don't exit in certain cases on failures to parse x509 objects.
Bob Beck
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-25
Refactor the proc_parser code, move the processing of enities into its
Claudio Jeker
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-11
Add support for BGPsec Router Certificates (RFC 8209)
Job Snijders
2021-10-07
Rework X509 verification a bit. Remove the store and instead pass in
Claudio Jeker
2021-09-15
Set the X509 validation depth limit to 12 or double the current depth.
Claudio Jeker
[next]