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
/
validate.c
Age
Commit message (
Expand
)
Author
2023-03-06
Add check for RSA key pair modulus & public exponent
Job Snijders
2023-01-18
Require version 4 UUIDs as RRDP session IDs
Job Snijders
2023-01-18
rpki-client: explicitly enable policy checks
Theo Buehler
2023-01-04
Validate the session_id to be a real UUID.
Claudio Jeker
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
Update valid_x509 comment to reality. crl is no longer optional.
Claudio Jeker
2022-11-29
Return an error string instead of surpressing the warning in valid_x509.
Claudio Jeker
2022-11-26
Add support for authenticating geofeed data CSV files in filemode
Job Snijders
2022-11-02
Length check URI before strncasecmp()
Theo Buehler
2022-09-03
Don't doublecheck whether the RSC eContent Resourceblock contains inherit ele...
Job Snijders
2022-09-03
Introduce x509_any_inherit() for objects which may not have inherit elements
Job Snijders
2022-09-03
Move non-inheritance check for BGPsec certs into cert_parse_pre()
Theo Buehler
2022-08-30
Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)
Job Snijders
2022-08-19
Check the resources in ROAs and RSCs against EE certs
Theo Buehler
2022-06-10
Dedup econtent version checks
Theo Buehler
2022-06-07
Fix path validation of AS numbers
Theo Buehler
2022-05-15
More KNF and whitespace fixes.
Theo Buehler
2022-05-15
Remove misplaced continue
Theo Buehler
2022-05-15
whitespace spotted during read-thru
Theo de Raadt
2022-05-12
Remove verify callback
Theo Buehler
2022-05-12
nuke tabs
Theo Buehler
2022-05-11
In filemode check whether ROA & RSC resources are properly contained
Job Snijders
2022-05-10
Validate RSC filenames
Theo Buehler
2022-04-21
The filemode code is enough different from the regular parser code that it
Claudio Jeker
2022-04-19
Adjust on how CRL and MFT files are verified.
Claudio Jeker
2022-02-04
Fix outdated comment
Job Snijders
2022-01-23
zap extra blank line
Theo Buehler
2022-01-23
Simplify valid_cert() and valid_roa() by passing in struct auth instead
Claudio Jeker
2022-01-22
Change valid_filename() ot return an enum rtype and rename it to
Theo Buehler
2022-01-21
Add function to determine the file type from the file name extension
Theo Buehler
2022-01-13
Alter valid_filehash() to take a file descriptor instead of a path.
Claudio Jeker
2021-12-26
fix spelling of inheritance
Theo Buehler
2021-11-04
Instead of passing tal descriptions around just pass a tal id and
Claudio Jeker
2021-11-01
Cleanup struct auth a bit. The tal description is also stored in the cert
Claudio Jeker
2021-10-29
Ensure that RRDP snapshot and delta files are fetched from the same host
Claudio Jeker
2021-10-27
Add limits on size of certain untrusted inputs
Bob Beck
2021-10-27
Limit length on URIs
Job Snijders
2021-10-24
Restrict the characterset for filenames on Manifests
Job Snijders
2021-10-11
Add support for BGPsec Router Certificates (RFC 8209)
Job Snijders
2021-08-16
add missing break
Jonathan Gray
2021-04-19
code review results in KNF, and moving local variables into lowest scope
Theo de Raadt
2021-03-05
Factor out the URI check we do in various places into valid_uri().
Claudio Jeker
2021-03-05
Factor out the SHA256 hash checks into valid_filehash() so that it can
Claudio Jeker
2020-09-12
Include openssl/x509.h in extern.h since it uses a few of the typedefs from
Claudio Jeker
2019-11-29
e2k19 - above par
Sebastian Benoit
2019-11-29
valid_as() should be as strict as valid_ip() when it comes to not-covered
Claudio Jeker
2019-11-28
Convert the auths array into an RB tree indexed by SKI. For fast lookups
Claudio Jeker
2019-11-27
Only store ta certs in the trust store and build chains of the
Sebastian Benoit
2019-11-18
Add and fix some comments.
Claudio Jeker
[next]