summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/x509.c
AgeCommit message (Expand)Author
2021-04-01Move base64 and hex encoding functions into their own place.Claudio Jeker
2021-03-29Introduce hex_encode() to transform the aki/ski values to a string.Claudio Jeker
2021-03-29Inline x509_get_extensions() and remove itTheo Buehler
2021-03-29Remove accidental but justified annotationTheo Buehler
2021-03-29minor KNF and consistancyTheo de Raadt
2021-02-18Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().Claudio Jeker
2021-02-16get Authority Information Access (AIA) from CA & EE certsjob
2020-09-12Include openssl/x509.h in extern.h since it uses a few of the typedefs fromClaudio Jeker
2019-11-29s/EXIT_FAILURE/1/Sebastian Benoit
2019-11-29Use the AKI embedded in the CRL to store the crls. This way the AKI fromClaudio Jeker
2019-11-28Check for failure of X509_get_ext_d2i() in x509_get_crl()Claudio Jeker
2019-11-28Document x509_get_crl()Claudio Jeker
2019-11-28some whitespace invaded this island, and deraadt@ demanded its removal.Sebastian Benoit
2019-11-28To verify a manifest, a roa, or a certificate, we check its signatureSebastian Benoit
2019-06-20If x509_get_ski_aki() fails because one of the ski or aki objects areClaudio Jeker
2019-06-20Those changes should not have been in last commit. Revert them for now.Claudio Jeker
2019-06-20Don't use assert to validate user input. assert() is not for that, insteadClaudio 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