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
/
cert.c
Age
Commit message (
Expand
)
Author
2021-11-05
Simplify how IP addresses and AS numbers are passed between processes.
Claudio Jeker
2021-11-04
Instead of passing tal descriptions around just pass a tal id and
Claudio Jeker
2021-11-02
Only add CA certificates to the auth tree, skip BGPsec certificates.
Claudio Jeker
2021-11-01
Further simplify cert and auth handling. Move common code into auth_insert
Claudio Jeker
2021-10-28
Don't exit in certain cases on failures to parse x509 objects.
Bob Beck
2021-10-27
Add limits on size of certain untrusted inputs
Bob Beck
2021-10-26
Also move the cert parser code away from using BIO.
Claudio Jeker
2021-10-23
Finnally move away from blocking reads in rpki-client. The code was a
Claudio Jeker
2021-10-15
zap 3 comments
Job Snijders
2021-10-12
Emit SKI in the JSON output and improve flow in x509_get_pubkey()
Job Snijders
2021-10-11
Add support for BGPsec Router Certificates (RFC 8209)
Job Snijders
2021-10-07
Make sure BGPsec router certs don't have a SIA
Job Snijders
2021-10-07
Clarify error message
Job Snijders
2021-10-07
Add x509_get_expire() to extract the not-after time from a certificate
Claudio Jeker
2021-10-05
Add rudimentary support for BGPsec router certificates
Job Snijders
2021-09-09
Rework how various OIDs are compared in the code.
Claudio Jeker
2021-07-13
Add more checks for eContent 'version' fields.
job
2021-05-27
Fix more warnings
job
2021-05-27
Fix warning
job
2021-03-05
Factor out the URI check we do in various places into valid_uri().
Claudio Jeker
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
2021-02-08
Extract the 1.3.6.1.5.5.7.48.5 (caRepository) SIA from the certificate.
Claudio Jeker
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
2021-01-08
Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writing
Claudio Jeker
2020-12-21
Now that a NULL string is marshalled as NULL again we can drop some
Claudio Jeker
2020-12-07
Limit the URL embedded in .cer files to only consist out of isalnum or
Claudio Jeker
2020-10-24
Refactor sbgp_sia_resource_mft() similar to sbgp_sia_resource_notify().
Claudio Jeker
2020-09-12
Include openssl/x509.h in extern.h since it uses a few of the typedefs from
Claudio Jeker
2020-07-28
One tiny step towards adding RRDP support in rpki-client.
Claudio Jeker
2020-07-27
Fix return value check for openssl API. Do not return success if pkey is NULL.
tobhe
2020-04-02
Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possible
Claudio Jeker
2020-02-26
ugly spaces offended me
Theo de Raadt
2019-11-29
commited at minus 21 degC
Sebastian Benoit
2019-11-28
Convert the auths array into an RB tree indexed by SKI. For fast lookups
Claudio Jeker
2019-11-28
The root certs do not have a CRL distribution point extension so don't
Claudio Jeker
2019-11-28
Use x509_get_crl() to get the crl distribution point out of the x509 cert.
Claudio Jeker
2019-11-28
To verify a manifest, a roa, or a certificate, we check its signature
Sebastian Benoit
2019-11-27
Only store ta certs in the trust store and build chains of the
Sebastian Benoit
2019-08-13
Show the most common warnings only if verbose is set. Most of these warnings
Claudio Jeker
2019-06-20
Rewrite some if () { } else if () {} chains into multiple independent
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-19
swap comparisons
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