OpenBSD CVS

src/usr.sbin/rpki-client/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / rpki-client

Current tag: OPENBSD_7_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] tals/        
[TXT] Makefile  1.23   2 years  claudio   Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c. Thi...
[TXT] as.c  1.7   2 years  tb   fix spelling of inheritance
[TXT] cert.c  1.62   2 years  tb   Fix two missing checks in the SIA extension Make sure that the caRepository and...
[TXT] cms.c  1.16   2 years  claudio   Compare the SKI of the embedded EE certificate of the CMS message with the SID o...
[TXT] crl.c  1.14   2 years  claudio   Implement some code to print crls with -f. For this introduce x509_get_time() th...
[TXT] encoding.c  1.10   2 years  claudio   Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c. Thi...
[TXT] extern.h  1.125   2 years  claudio   Adjust cache cleanup to the deficits of RRDP. Unlike rysnc, RRDP has no method t...
[TXT] gbr.c  1.15   2 years  claudio   Change x509_get_aki(), x509_get_ski(), x509_get_aia(), and x509_get_crl() to wor...
[TXT] http.c  1.54   2 years  claudio   Fix overflow protection check in the poll loop. The check needs to happen at the...
[TXT] io.c  1.18   2 years  jsg   fix unintended sizeof pointer ok claudio@
[TXT] ip.c  1.21   2 years  tb   fix spelling of inheritance
[TXT] main.c  1.192   2 years  claudio   Adjust cache cleanup to the deficits of RRDP. Unlike rysnc, RRDP has no method t...
[TXT] mft.c  1.56   2 years  claudio   All times in the x509 are UTC so use timegm() and not mktime(). The latter will ...
[TXT] mkdir.c  1.8   2 years  claudio   Adjust cache cleanup to the deficits of RRDP. Unlike rysnc, RRDP has no method t...
[TXT] output-bgpd.c  1.23   2 years  job   Add support for BGPsec Router Certificates (RFC 8209) BGPsec router keys are ex...
[TXT] output-bird.c  1.12   2 years  job   Add support for BGPsec Router Certificates (RFC 8209) BGPsec router keys are ex...
[TXT] output-csv.c  1.12   2 years  claudio   Instead of passing tal descriptions around just pass a tal id and use a small lo...
[TXT] output-json.c  1.23   2 years  claudio   Introduce a validated cache which holds all the files that have successfully bee...
[TXT] output.c  1.24   2 years  claudio   Instead of passing tal descriptions around just pass a tal id and use a small lo...
[TXT] parser.c  1.66   2 years  claudio   Split certificate parsing in two steps. cert_parse_pre() which does the parse an...
[TXT] print.c  1.6   2 years  claudio   Make sure that the string generated by pretty_key_id() is always properly NUL te...
[TXT] repo.c  1.32   2 years  claudio   Adjust cache cleanup to the deficits of RRDP. Unlike rysnc, RRDP has no method t...
[TXT] roa.c  1.39   2 years  claudio   Change x509_get_aki(), x509_get_ski(), x509_get_aia(), and x509_get_crl() to wor...
[TXT] rpki-client.8  1.57   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] rrdp.c  1.23   2 years  claudio   Remove outdated XXX comment. This got fixed in January.
[TXT] rrdp.h  1.8   2 years  claudio   Enforce the RRDP XMLNS to "http://www.ripe.net/rpki/rrdp" Missing check reported...
[TXT] rrdp_delta.c  1.7   2 years  claudio   Enforce the RRDP XMLNS to "http://www.ripe.net/rpki/rrdp" Missing check reported...
[TXT] rrdp_notification.c  1.14   2 years  job   Name the maximum number of deltas permitted in a RRDP Notification file OK clau...
[TXT] rrdp_snapshot.c  1.6   2 years  claudio   Enforce the RRDP XMLNS to "http://www.ripe.net/rpki/rrdp" Missing check reported...
[TXT] rrdp_util.c  1.1   2 years  claudio   Move some functions from rrdp.c to rrdp_util.c and hex_decode to encoding.c. Thi...
[TXT] rsync.c  1.34   2 years  claudio   Change from a dynamic allocation for the process list to a static array because ...
[TXT] tal.c  1.34   2 years  claudio   Instead of passing tal descriptions around just pass a tal id and use a small lo...
[TXT] validate.c  1.29   2 years  job   Fix outdated comment Nowadays SKI/AKI validation happens in proc_parser_roa()
[TXT] version.h  1.10   2 years  claudio   Bump because of the last minute mktime -> timegm fix
[TXT] x509.c  1.39   2 years  claudio   All times in the x509 are UTC so use timegm() and not mktime(). The latter will ...
[TXT] log.c (in the Attic) [Hide]  1.6   3 years  claudio   Include openssl/x509.h in extern.h since it uses a few of the typedefs from ther...