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
2022-05-31
I made non-trivial contributions to these files.
Theo Buehler
2022-05-31
Prepare rewrite of rsc.c with templated ASN.1
Theo Buehler
2022-05-15
whitespace spotted during read-thru
Theo de Raadt
2022-05-12
Align parsing of ipAddrBlock with autnomousSysNum
Theo Buehler
2022-05-12
Tidy up IP handling
Theo Buehler
2022-05-12
Refactor parsing of autonomousSysNum. Adjust code so that the allocation
Claudio Jeker
2022-05-11
Cache X509v3 extensions as soon as we have a cert
Theo Buehler
2022-05-11
Fix doc comment of sbgp_asrange()
Theo Buehler
2022-05-11
Move sbgp_addr() down to the other sbgp_addr_* functions.
Theo Buehler
2022-05-11
Deserialize ASIdentifiers in libcrypto
Theo Buehler
2022-05-10
Fix a couple of typos in doc comments, bunch of KNF (whitespace) tweaks
Theo Buehler
2022-05-10
Deserialize IPAddrBlocks in libcrypto
Theo Buehler
2022-05-10
Fix leaks due to incorrect early returns rather than proper cleanup.
Theo Buehler
2022-04-21
Further refactor and cleanup filemode.c mainly remove the copies of
Claudio Jeker
2022-04-21
The filemode code is enough different from the regular parser code that it
Claudio Jeker
2022-04-12
Add a colon to warning for consistency
Theo Buehler
2022-04-12
Shuffle sbgp_sia() a bit down to a place where it makes more sense
Theo Buehler
2022-04-12
Generalize sbgp_sia_location() to x509_location()
Theo Buehler
2022-04-11
Simplify SIA extension parsing further
Theo Buehler
2022-04-11
Merge sbgp_sia() and sbgp_sia_resource()
Theo Buehler
2022-04-11
Simplify cert_parse_pre()
Theo Buehler
2022-04-11
Let the templated ASN.1 parse the SIA extension
Theo Buehler
2022-04-05
Fix two missing checks in the SIA extension
Theo Buehler
2022-04-04
Remove two more FIXMEs: to get there, we rely on the OID already.
Theo Buehler
2022-04-02
Split certificate parsing in two steps. cert_parse_pre() which does
Claudio Jeker
2022-04-01
Change x509_get_aki(), x509_get_ski(), x509_get_aia(), and x509_get_crl()
Claudio Jeker
2022-04-01
Move the TA specific checks from cert_parse_inner() to ta_parse() and
Claudio Jeker
2022-04-01
Fix error message from d2i_X509_bio() to d2i_X509()
Theo Buehler
2022-02-04
More consistency in the return code docs.
Theo Buehler
2022-02-04
Document certificate_policies() in a comment.
Theo Buehler
2022-02-04
Ensure that certificate policies follow RFC 7318
Theo Buehler
2022-01-20
Move the notBefore and notAfter checks from proc_parser_root_cert()
Claudio Jeker
2022-01-18
Use X509_get0_pubkey() for opk and remove the EVP_PKEY_free(opk).
Claudio Jeker
2022-01-18
Change cert_parse() and ta_parse() to no longer take a x509 handle as
Claudio Jeker
2022-01-18
Cleanup the scattered OBJ_txt2obj() calls and move them into
Claudio Jeker
2021-12-26
fix spelling of inheritance
Theo Buehler
2021-12-26
Check ipAddrBlock and autonomousSysNum for criticality
Theo Buehler
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
[next]