summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/cms.c
AgeCommit message (Expand)Author
2022-08-12No need to make a deep copy of the EE certTheo Buehler
2022-05-31Remove now unused ASN1_frame() and cms_econtent_version()Theo Buehler
2022-05-15More KNF and whitespace fixes.Theo Buehler
2022-05-15whitespace spotted during read-thruTheo de Raadt
2022-05-11Cache X509v3 extensions as soon as we have a certTheo Buehler
2022-03-28Compare the SKI of the embedded EE certificate of the CMS message with theClaudio Jeker
2022-03-28Fix error check of CMS_unsigned_get_addr_count()Theo Buehler
2022-03-25Implement most of the CMS related checks required by RFC 6488 section 3Claudio Jeker
2022-01-18Revert all the files that should have not been committed in last commit.Claudio Jeker
2022-01-18Kill extra newlineClaudio 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-07-13Add more checks for eContent 'version' fields.job
2021-01-29A while ago rpki-client was changed to validate the sha256 hashes ofClaudio Jeker
2020-04-02Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possibleClaudio Jeker
2019-11-29not a backout commitSebastian Benoit
2019-08-13Show the most common warnings only if verbose is set. Most of these warningsClaudio Jeker
2019-06-19use $OpenBSD$ headersTheo de Raadt
2019-06-19indentation adjustments, in particular near warn statementsTheo de Raadt
2019-06-17Don't do -portable in base. It is better done outside the tree.Theo de Raadt
2019-06-17Import Kristaps Dzonsons' RPKI validator into the treejob