Age | Commit message (Expand) | Author |
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 |
2019-11-27 | Only store ta certs in the trust store and build chains of the | Sebastian Benoit |
2019-11-27 | knf, make types grepable. ok claudio@ | Sebastian Benoit |
2019-11-27 | rename a variable to show it's a CRL. ok claudio@ | Sebastian Benoit |
2019-11-18 | Move the define of TALSZ_MAX to top and add a description for | Claudio Jeker |
2019-11-18 | Add and fix some comments. | Claudio Jeker |
2019-11-18 | Remove unused variables, these output formats don't need special handling | Claudio Jeker |
2019-11-18 | tal_read_file() should error out instead of returning a NULL buffer. | Claudio Jeker |
2019-11-06 | For now ignore https:// URI in tal files. rpki-client only does rsync. | Claudio Jeker |
2019-11-06 | The memory returned by realloc(NULL, ...) is uninitalized. Therefore make | Claudio Jeker |
2019-11-06 | If tal_parse_buffer() fails return early because the code that follows | Claudio Jeker |
2019-11-04 | The argument to the ctype functions needs to be representable as an | Claudio Jeker |
2019-11-04 | Refactor tal code a bit. Move the file reader back into tal.c so that the | Claudio Jeker |
2019-11-02 | Build rpki-client with LibreSSL. | Joel Sing |
2019-10-31 | Handle the TAL files in the master process and pass them as buffer to the | Claudio Jeker |
2019-10-23 | Rewrite the time validity check for mfts. Using ASN1_GENERALIZEDTIME_print | Claudio Jeker |
2019-10-16 | tweak previous; help/ok claudio | Jason McIntyre |
2019-10-16 | Add an output format for bird and one doing CSV. Also update the manpage | Claudio Jeker |
2019-10-16 | Clean up header includes. Most are no longer required. | Claudio Jeker |
2019-10-16 | Set the maxlength to either the prefixlen itself or the value from the ROA. | Claudio Jeker |
2019-10-08 | Rewrite the output handling of rpki-client and add an option to dump the | Claudio Jeker |
2019-10-03 | memset struct ip_addr before assigning values to it. in the IPv4 case | Claudio Jeker |
2019-09-26 | For whatever reason it is fairly common that a ROA object references a CRL | Claudio Jeker |