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
2023-05-22
Convert x509_get_time() to ASN1_TIME_to_tm()
Theo Buehler
2023-03-14
rpki-client: disallow AIA in self-signed certs
Theo Buehler
2023-03-12
Refactor expiration calculation
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
Enforce X509v3 SKIs to be the SHA-1 hash of the Subject Public Key
Job Snijders
2023-02-16
Revert r1.63.
Theo Buehler
2023-02-16
Add missing RFC 6487 section 4.8.6 CRLDP compliance checks
Job Snijders
2023-02-09
Use GEN_OTHERNAME instead of hardcoding 0
Theo Buehler
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-29
Only include assert.h if we call assert()
Job Snijders
2022-11-26
Add support for authenticating geofeed data CSV files in filemode
Job Snijders
2022-11-07
Confirm Path Length is absent in the Basic Constraints extension
Job Snijders
2022-11-06
Next to signedObject only allow rpkiNotify accessMethods
Theo Buehler
2022-11-04
Do not fail on non-rsync URIs in EE cert SIA extensions
Theo Buehler
2022-11-04
In very verbose mode, log unexpected accessMethods
Theo Buehler
2022-11-04
Check the SIA signedObject in ROA/MFT/ASPA/TAK/GBR EE certificates
Job Snijders
2022-11-02
Add support for draft-ietf-sidrops-signed-tal-12
Job Snijders
2022-11-02
Fix x509_get_time() error checks
Theo Buehler
2022-10-24
Make x509_init_oid() table based
Theo Buehler
2022-09-03
Introduce x509_any_inherit() for objects which may not have inherit elements
Job Snijders
2022-09-03
Allow multiple X.509 locations
Theo Buehler
2022-08-30
Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)
Job Snijders
2022-07-28
Fix RFC number in comment
Theo Buehler
2022-05-31
I made non-trivial contributions to these files.
Theo Buehler
2022-05-15
More KNF and whitespace fixes.
Theo Buehler
2022-05-11
Verify MFT and GBR objects only carry RFC 3779 extensions set to 'inherit'
Job Snijders
2022-05-10
Confirm the absense of the Basic Constraints extension in non-CA certs
Job Snijders
2022-05-09
Commit file missed in previous.
Theo Buehler
2022-04-15
Allow more than one CRL URI in certificates
Theo Buehler
2022-04-12
Generalize sbgp_sia_location() to x509_location()
Theo Buehler
2022-04-08
All times in the x509 are UTC so use timegm() and not mktime().
Claudio Jeker
2022-04-01
Change x509_get_aki(), x509_get_ski(), x509_get_aia(), and x509_get_crl()
Claudio Jeker
2022-03-25
Implement most of the CMS related checks required by RFC 6488 section 3
Claudio Jeker
2022-02-10
Fix serial number printing in crl_print() for large serials.
Claudio Jeker
2022-02-10
Implement some code to print crls with -f.
Claudio Jeker
2022-02-04
Add id-cp-ipAddr-asNumber OID to x509_init_oid()
Theo Buehler
2022-02-02
typo
Theo Buehler
2022-01-18
Kill extra newline
Claudio Jeker
2022-01-18
Fix function name in warn message.
Theo Buehler
2022-01-18
Cleanup the scattered OBJ_txt2obj() calls and move them into
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-24
Add my copyright to some files
Claudio Jeker
2021-10-24
Improve variable naming
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
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
[next]