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
/
gbr.c
Age
Commit message (
Expand
)
Author
2024-02-21
rpki-client: remove the remaining struct parse
Theo Buehler
2023-10-13
Allow imposing constraints on RPKI trust anchors
Job Snijders
2023-09-25
Pass the talid to various parse functions
Theo Buehler
2023-06-20
Add compliance checks for the version, KU, and EKU of TAK/MFT/GBR EE certs
Job Snijders
2023-03-12
Initialize the local signtime variable in the individual *_parse()
Theo Buehler
2023-03-10
mechanical change, rename struct members to match the original X509 names
Job Snijders
2023-03-10
Show the X.509 notBefore in filemode
Job Snijders
2023-03-09
Unwrap a few lines and zap a tab
Theo Buehler
2023-03-09
In filmode also show 'Not After' for GBR records
Job Snijders
2023-03-09
Show CMS signing-time signed attribute in filemode
Job Snijders
2022-11-30
Remove unused includes
Job Snijders
2022-11-29
Only include stdarg.h, if we call any of va_{start,end}()
Job Snijders
2022-11-29
Only include assert.h if we call assert()
Job Snijders
2022-11-04
Check the SIA signedObject in ROA/MFT/ASPA/TAK/GBR EE certificates
Job Snijders
2022-05-11
Verify MFT and GBR objects only carry RFC 3779 extensions set to 'inherit'
Job Snijders
2022-04-01
Change x509_get_aki(), x509_get_ski(), x509_get_aia(), and x509_get_crl()
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
2021-10-26
Change CMS and CRL d2i functions from their BIO version to passing the
Claudio Jeker
2021-09-09
Rework how various OIDs are compared in the code.
Claudio Jeker
2021-03-29
Inline x509_get_extensions() and remove it
Theo Buehler
2021-03-29
Pull up freeing cms in gbr_parse() after its last use to avoid a leak
Theo Buehler
2021-03-27
Send arguments in alphabetical order
job
2021-03-04
typo in comment
Theo Buehler
2021-02-16
get Authority Information Access (AIA) from CA & EE certs
job
2021-02-04
Eventhough most openssl includes include everything try to be a bit more
Claudio Jeker
2021-01-29
A while ago rpki-client was changed to validate the sha256 hashes of
Claudio Jeker
2020-12-29
Fix calloc in GBR
job
2020-12-09
Validate ghostbuster records (RFC 6493) but for now do nothing with the
Claudio Jeker