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
2024-01-11
Make the -P option work for Trust Anchor certificates as well
Job Snijders
2023-12-14
rpki-client: make IP address block checks stricter
Theo Buehler
2023-12-10
Since errno isn't used here, use warnx() instead of warn()
Job Snijders
2023-10-19
Add experimental support for secp256r1 aka P-256 aka prime256v1
Job Snijders
2023-10-13
Allow imposing constraints on RPKI trust anchors
Job Snijders
2023-09-25
rpki-client: mechanical rename of some variables
Theo Buehler
2023-09-25
rpki-client: Refactor sbgp_assysnum() and sbgp_addrblk()
Theo Buehler
2023-09-12
Ensure the X.509 Subject only contains commonName and optionally serialNumber
Job Snijders
2023-06-29
Retire log.c
Theo Buehler
2023-06-24
Remove a pair of parens and make one check more consistent with the others
Theo Buehler
2023-06-23
Fix warning about empty ipAddressesOrRanges
Theo Buehler
2023-06-23
rpki-client: check for duplicate certificate extensions
Theo Buehler
2023-06-23
rpki-client: disallow empty sets of IP Addresses or AS numbers
Theo Buehler
2023-06-20
Ensure the X.509 version is V3
Job Snijders
2023-05-09
rpki-client: use partial chains in certificate validation
Theo Buehler
2023-04-15
Disallow issuer and subject unique identifiers
Job Snijders
2023-03-10
mechanical change, rename struct members to match the original X509 names
Job Snijders
2023-03-10
Show the X.509 notBefore in filemode
Job Snijders
2023-03-06
Ensure .cer and .crl outside-TBS signatures are sha256WithRSAEncryption
Job Snijders
2023-03-06
Add check for RSA key pair modulus & public exponent
Job Snijders
2023-02-21
rpki-client: ensure there is no trailing garbage in signed objects
Theo Buehler
2022-11-30
Remove unused includes
Job Snijders
2022-11-30
Remove unused sys/socket.h include
Job Snijders
2022-11-29
Only include stdarg.h, if we call any of va_{start,end}()
Job Snijders
2022-11-26
Make error messages about 'inherit' elements in End-Entity certs consistent
Job Snijders
2022-11-08
stray space
Theo Buehler
2022-11-07
Simplify use of strrchr()
Job Snijders
2022-11-04
whitespace
Theo Buehler
2022-11-04
Catch bad characters in rpkiManifest filenames earlier on
Job Snijders
2022-11-04
Don't show CPS URIs when in filemode
Job Snijders
2022-11-03
Constrain KeyUsage and ExtendedKeyUsage on both CA & EE certificates
Job Snijders
2022-11-03
Permit only keyCertSign and CRLSign in CA KeyUsage extension
Job Snijders
2022-11-02
Emit warnings when unexpected X.509v3 extensions are encountered
Job Snijders
2022-09-03
Properly free() crl & auth tree in parser process
Job Snijders
2022-09-03
Introduce x509_any_inherit() for objects which may not have inherit elements
Job Snijders
2022-09-03
Add the repoid of the cert in the cert struct. This way it is possible
Claudio Jeker
2022-09-03
Move non-inheritance check for BGPsec certs into cert_parse_pre()
Theo Buehler
2022-08-19
Check the resources in ROAs and RSCs against EE certs
Theo Buehler
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
[next]