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
2022-03-28
Compare the SKI of the embedded EE certificate of the CMS message with the
Claudio Jeker
2022-03-28
Fix error check of CMS_unsigned_get_addr_count()
Theo Buehler
2022-03-25
Implement most of the CMS related checks required by RFC 6488 section 3
Claudio Jeker
2022-03-21
Make sure that the string generated by pretty_key_id() is always properly
Claudio Jeker
2022-03-11
Fix overflow protection check in the poll loop. The check needs to happen
Claudio Jeker
2022-02-14
Draw a bit more attention to transport switches between RRDP, RSYNC, and cache
Job Snijders
2022-02-14
Name the maximum number of deltas permitted in a RRDP Notification file
Job Snijders
2022-02-10
Improve free inodes check from fs.f_favail > 0 to fs.f_free > 0.
Theo Buehler
2022-02-10
Fix serial number printing in crl_print() for large serials.
Claudio Jeker
2022-02-10
Implement some code to print crls with -f.
Claudio Jeker
2022-02-10
Only show the 'not enough inodes' warning if the filesystem reports more
Theo Buehler
2022-02-10
Free s->last_mod before overwriting it with a new last_mod.
Theo Buehler
2022-02-10
Free conn->last_modified before overwriting it with strdup().
Theo Buehler
2022-02-08
Check CRLs also for manifests
Theo Buehler
2022-02-08
Before loading the certificate chain for the file under inspection check
Claudio Jeker
2022-02-08
Move the guts of proc_parser_crl() into crl_parse(). This is actually
Theo Buehler
2022-02-04
More consistency in the return code docs.
Theo Buehler
2022-02-04
Document certificate_policies() in a comment.
Theo Buehler
2022-02-04
whitespace
Theo Buehler
2022-02-04
Ensure that certificate policies follow RFC 7318
Theo Buehler
2022-02-04
Enforce Certificate Policy for RPKI
Theo Buehler
2022-02-04
Add id-cp-ipAddr-asNumber OID to x509_init_oid()
Theo Buehler
2022-02-04
Fix outdated comment
Job Snijders
2022-02-03
Enforce the RRDP XMLNS to "http://www.ripe.net/rpki/rrdp"
Claudio Jeker
2022-02-03
Time for rpki-client 7.6
Claudio Jeker
2022-02-02
When a RRDP fetch failed not only clear the filesystem but also flush
Claudio Jeker
2022-02-02
typo
Theo Buehler
2022-01-28
Properly handle .mft files as intended by the RFC. Instead of always
Claudio Jeker
2022-01-28
Do not skip .rrdp cache cleanup if rrdp is off (option -R). The sync
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-24
When rename fails show the source filename and not the destination.
Claudio Jeker
2022-01-24
in the options list, show -f as taking "file ..." arguments;
Jason McIntyre
2022-01-23
rearrange SYNOPSIS/usage to be a bit clearer;
Jason McIntyre
2022-01-23
Handle EINTR the same way in all poll loops. In all cases restart the
Claudio Jeker
2022-01-23
zap extra blank line
Theo Buehler
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
Add -f to usage in main routine
Job Snijders
2022-01-19
Document the -f file inspection function
Job Snijders
2022-01-19
Implement a filemode where the passed file from the command line is
Claudio Jeker
2022-01-19
rpki-client: don't leak nfile if no repo is found.
Theo Buehler
2022-01-18
Pass the X509_V_FLAG_CRL_CHECK flag as argument to valid_x509().
Claudio Jeker
[next]