summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/gbr.c
AgeCommit message (Expand)Author
2024-02-21rpki-client: remove the remaining struct parseTheo Buehler
2023-10-13Allow imposing constraints on RPKI trust anchorsJob Snijders
2023-09-25Pass the talid to various parse functionsTheo Buehler
2023-06-20Add compliance checks for the version, KU, and EKU of TAK/MFT/GBR EE certsJob Snijders
2023-03-12Initialize the local signtime variable in the individual *_parse()Theo Buehler
2023-03-10mechanical change, rename struct members to match the original X509 namesJob Snijders
2023-03-10Show the X.509 notBefore in filemodeJob Snijders
2023-03-09Unwrap a few lines and zap a tabTheo Buehler
2023-03-09In filmode also show 'Not After' for GBR recordsJob Snijders
2023-03-09Show CMS signing-time signed attribute in filemodeJob Snijders
2022-11-30Remove unused includesJob Snijders
2022-11-29Only include stdarg.h, if we call any of va_{start,end}()Job Snijders
2022-11-29Only include assert.h if we call assert()Job Snijders
2022-11-04Check the SIA signedObject in ROA/MFT/ASPA/TAK/GBR EE certificatesJob Snijders
2022-05-11Verify MFT and GBR objects only carry RFC 3779 extensions set to 'inherit'Job Snijders
2022-04-01Change x509_get_aki(), x509_get_ski(), x509_get_aia(), and x509_get_crl()Claudio Jeker
2022-01-18Revert all the files that should have not been committed in last commit.Claudio Jeker
2022-01-18Kill extra newlineClaudio Jeker
2022-01-18Cleanup the scattered OBJ_txt2obj() calls and move them intoClaudio Jeker
2021-10-26Change CMS and CRL d2i functions from their BIO version to passing theClaudio Jeker
2021-09-09Rework how various OIDs are compared in the code.Claudio Jeker
2021-03-29Inline x509_get_extensions() and remove itTheo Buehler
2021-03-29Pull up freeing cms in gbr_parse() after its last use to avoid a leakTheo Buehler
2021-03-27Send arguments in alphabetical orderjob
2021-03-04typo in commentTheo Buehler
2021-02-16get Authority Information Access (AIA) from CA & EE certsjob
2021-02-04Eventhough most openssl includes include everything try to be a bit moreClaudio Jeker
2021-01-29A while ago rpki-client was changed to validate the sha256 hashes ofClaudio Jeker
2020-12-29Fix calloc in GBRjob
2020-12-09Validate ghostbuster records (RFC 6493) but for now do nothing with theClaudio Jeker