Age | Commit message (Expand) | Author |
2019-12-02 | output_createtmp() remembers the true name, so output_finish() does not | Theo de Raadt |
2019-12-02 | linewrap usage | Theo de Raadt |
2019-12-02 | missing | leads to incompete results | Theo de Raadt |
2019-11-30 | - no -r option | Jason McIntyre |
2019-11-30 | Document new flag and output arrangement better | Theo de Raadt |
2019-11-30 | Tweak rpki-client to create all 4 output file formats from a single | Theo de Raadt |
2019-11-29 | Use X509_STORE_CTX_set_flags() instead of doing the same thing by hand | Claudio Jeker |
2019-11-29 | Restore the previous behaiviour of not checking the crl for the mft. | Sebastian Benoit |
2019-11-29 | remove two items from the todo list | Sebastian Benoit |
2019-11-29 | ... and fix the compile. | Sebastian Benoit |
2019-11-29 | bring back CRL checks, noted by claudio@ | Sebastian Benoit |
2019-11-29 | delete REAMDE.md | Sebastian Benoit |
2019-11-29 | Improve the programs description a little | Sebastian Benoit |
2019-11-29 | add a comment noting missing functionality | Sebastian Benoit |
2019-11-29 | whitespaces | Theo de Raadt |
2019-11-29 | document use of /var/db/rpki-client/ and /var/cache/rpki-client/ | Sebastian Benoit |
2019-11-29 | s/EXIT_SUCCESS/0/ | Sebastian Benoit |
2019-11-29 | e2k19 - above par | Sebastian Benoit |
2019-11-29 | not a backout commit | Sebastian Benoit |
2019-11-29 | commited at minus 21 degC | Sebastian Benoit |
2019-11-29 | You know the main street in white horse? On the left... | Sebastian Benoit |
2019-11-29 | The code is more what you'd call 'guidelines' than actual rules. | Sebastian Benoit |
2019-11-29 | s/EXIT_FAILURE/1/ | Sebastian Benoit |
2019-11-29 | s/EXIT_FAILURE/1/ | Sebastian Benoit |
2019-11-29 | s/EXIT_FAILURE/1/ | Sebastian Benoit |
2019-11-29 | normalize_name() is no longer needed | Claudio Jeker |
2019-11-29 | Use the AKI embedded in the CRL to store the crls. This way the AKI from | Claudio Jeker |
2019-11-29 | If run as root, priv-drop to _rpki-client. | Theo de Raadt |
2019-11-29 | fchmod 0644 the output roa file, since it is public information and | Theo de Raadt |
2019-11-29 | Shuffle the desk chairs on this ocean liner | Claudio Jeker |
2019-11-29 | valid_as() should be as strict as valid_ip() when it comes to not-covered | Claudio Jeker |
2019-11-29 | fix io_simple_read() change from earlier 'fix warnings' commit | Sebastian Benoit |
2019-11-28 | enable more warning flags and fix a few issues noticed. | Sebastian Benoit |
2019-11-28 | improve snprintf overflow test; noted by benno | Theo de Raadt |
2019-11-28 | Convert the auths array into an RB tree indexed by SKI. For fast lookups | Claudio Jeker |
2019-11-28 | The root certs do not have a CRL distribution point extension so don't | Claudio Jeker |
2019-11-28 | Output to a temporary file, which gets renamed on success. This will | Theo de Raadt |
2019-11-28 | convert the return code to be 0 for success and 1 for failure. | Sebastian Benoit |
2019-11-28 | intentionally fclose output file, rather than relying on exit() to do it. | Theo de Raadt |
2019-11-28 | add missing prototype | Sebastian Benoit |
2019-11-28 | Remove -r flag and associated plumbing. We are always checking CRLs from now on. | Sebastian Benoit |
2019-11-28 | improve on previous to only use the required CRLs. | Sebastian Benoit |
2019-11-28 | build with -Wall, more -W coming, ok claudio@ | Sebastian Benoit |
2019-11-28 | Check for failure of X509_get_ext_d2i() in x509_get_crl() | Claudio Jeker |
2019-11-28 | Use x509_get_crl() to get the crl distribution point out of the x509 cert. | Claudio Jeker |
2019-11-28 | Document x509_get_crl() | Claudio Jeker |
2019-11-28 | some whitespace invaded this island, and deraadt@ demanded its removal. | Sebastian Benoit |
2019-11-28 | To verify a manifest, a roa, or a certificate, we check its signature | Sebastian Benoit |
2019-11-27 | swap some comparisons | Theo de Raadt |
2019-11-27 | whitespace | Sebastian Benoit |