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
/
x509.c
Age
Commit message (
Expand
)
Author
2021-04-01
Move base64 and hex encoding functions into their own place.
Claudio Jeker
2021-03-29
Introduce hex_encode() to transform the aki/ski values to a string.
Claudio Jeker
2021-03-29
Inline x509_get_extensions() and remove it
Theo Buehler
2021-03-29
Remove accidental but justified annotation
Theo Buehler
2021-03-29
minor KNF and consistancy
Theo de Raadt
2021-02-18
Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().
Claudio Jeker
2021-02-16
get Authority Information Access (AIA) from CA & EE certs
job
2020-09-12
Include openssl/x509.h in extern.h since it uses a few of the typedefs from
Claudio Jeker
2019-11-29
s/EXIT_FAILURE/1/
Sebastian Benoit
2019-11-29
Use the AKI embedded in the CRL to store the crls. This way the AKI from
Claudio Jeker
2019-11-28
Check for failure of X509_get_ext_d2i() in x509_get_crl()
Claudio Jeker
2019-11-28
Document x509_get_crl()
Claudio Jeker
2019-11-28
some whitespace invaded this island, and deraadt@ demanded its removal.
Sebastian Benoit
2019-11-28
To verify a manifest, a roa, or a certificate, we check its signature
Sebastian Benoit
2019-06-20
If x509_get_ski_aki() fails because one of the ski or aki objects are
Claudio Jeker
2019-06-20
Those changes should not have been in last commit. Revert them for now.
Claudio Jeker
2019-06-20
Don't use assert to validate user input. assert() is not for that, instead
Claudio Jeker
2019-06-19
use $OpenBSD$ headers
Theo de Raadt
2019-06-19
indentation adjustments, in particular near warn statements
Theo de Raadt
2019-06-17
Don't do -portable in base. It is better done outside the tree.
Theo de Raadt
2019-06-17
Import Kristaps Dzonsons' RPKI validator into the tree
job