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
/
mft.c
Age
Commit message (
Expand
)
Author
2022-12-01
Adjust comment for rtype_from_mftfile(). It is important that RTYPE_INVALID
Claudio Jeker
2022-11-30
Remove unused ctype.h include
Job Snijders
2022-11-29
Only include stdarg.h, if we call any of va_{start,end}()
Job Snijders
2022-11-26
Add support for authenticating geofeed data CSV files in filemode
Job Snijders
2022-11-07
Simplify use of strrchr()
Job Snijders
2022-11-04
Check the SIA signedObject in ROA/MFT/ASPA/TAK/GBR EE certificates
Job Snijders
2022-11-02
Add support for draft-ietf-sidrops-signed-tal-12
Job Snijders
2022-10-13
All of ROA, MFT, ASPA, and RSC define their respective 'version' field
Job Snijders
2022-08-30
Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)
Job Snijders
2022-08-18
Remove dangling ASPA references until we land real support
Job Snijders
2022-06-10
Unify error messages on d2i failure for econtent
Theo Buehler
2022-06-10
Dedup econtent version checks
Theo Buehler
2022-06-01
Fix off-by-one in MAX_MANIFEST_ENTRIES check
Theo Buehler
2022-05-31
I made non-trivial contributions to these files.
Theo Buehler
2022-05-23
Improve #ifdefs for STACK_OF() helpers.
Theo Buehler
2022-05-19
Adjust or remove some stale comments
Theo Buehler
2022-05-19
Rewrite mft.c and roa.c with ASN.1 templates
Theo Buehler
2022-05-15
whitespace spotted during read-thru
Theo de Raadt
2022-05-11
Verify MFT and GBR objects only carry RFC 3779 extensions set to 'inherit'
Job Snijders
2022-05-10
Validate RSC filenames
Theo Buehler
2022-05-10
Improve control flow readability by removing 'else if' stanzas
Job Snijders
2022-05-09
Add preliminary support for decoding RSC objects in filemode
Job Snijders
2022-04-20
Add Concatenated JSON output in filemode (rpki-client -j -f *)
Job Snijders
2022-04-19
Avoid leaking crldp in mft_parse() if one of the crlfile checks fails.
Theo Buehler
2022-04-19
Adjust on how CRL and MFT files are verified.
Claudio Jeker
2022-04-11
Sort RTYPE in case alphabetically and mention ASPA in the comment.
Claudio Jeker
2022-04-08
All times in the x509 are UTC so use timegm() and not mktime().
Claudio Jeker
2022-04-01
Change x509_get_aki(), x509_get_ski(), x509_get_aia(), and x509_get_crl()
Claudio Jeker
2022-03-31
Sync & permit ASPA objects to appear on Manifests
Job Snijders
2022-02-10
Fix serial number printing in crl_print() for large serials.
Claudio Jeker
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-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-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-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-06
Cleanup mft file handling, especially the stale mft bits.
Claudio Jeker
2021-10-28
Limit how many FileAndHash entries a single manifest may contain
Job Snijders
2021-10-26
Change CMS and CRL d2i functions from their BIO version to passing the
Claudio Jeker
2021-10-24
Restrict the characterset for filenames on Manifests
Job Snijders
2021-10-23
Finnally move away from blocking reads in rpki-client. The code was a
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-07-13
Add more checks for eContent 'version' fields.
job
2021-06-14
Fix ROA & MFT version check handling
job
2021-05-11
Before calling ASN1_time_parse() initialize the struct tm. While
Claudio Jeker
2021-05-09
Garbage collect sz in mft_parse_filehash() which has been unused
Theo Buehler
[next]