Age | Commit message (Expand) | Author |
2024-05-24 | Update references to new and not quite so new RFCs | Theo Buehler |
2024-02-21 | rpki-client: remove the remaining struct parse | Theo Buehler |
2024-02-16 | Use _asn1 suffix for some aspa/mft/roa/rsc/tak | Theo Buehler |
2024-02-16 | fix whitespace | Theo Buehler |
2024-02-13 | Add explicit ASN1_ITEM_EXP prototypes | Job Snijders |
2024-02-05 | Check whether all data in eContent has been consumed | Job Snijders |
2023-12-14 | rpki-client: make IP address block checks stricter | Theo Buehler |
2023-10-13 | Allow imposing constraints on RPKI trust anchors | Job Snijders |
2023-09-25 | Pass the talid to various parse functions | Theo Buehler |
2023-06-29 | Retire log.c | Theo Buehler |
2023-06-07 | In anticipation of a bump of the ASPA eContent profile version, update | Job Snijders |
2023-05-23 | Convert ASN1_INTEGER_get() to ASN1_INTEGER_get_uint64() | Theo Buehler |
2023-04-26 | Improve accounting by tracking things by repo and tal. | Claudio Jeker |
2023-03-12 | Refactor expiration calculation | Job Snijders |
2023-03-12 | Initialize the local signtime variable in the individual *_parse() | Theo Buehler |
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-09 | Unwrap a few lines and zap a tab | Theo Buehler |
2023-03-09 | Show CMS signing-time signed attribute in filemode | Job Snijders |
2022-12-15 | Rework statistic collection to be per repository and add metric output option | Claudio Jeker |
2022-11-29 | Only include stdarg.h, if we call any of va_{start,end}() | Job Snijders |
2022-11-26 | Make error messages about 'inherit' elements in End-Entity certs consistent | Job Snijders |
2022-11-09 | Error out if a ROA payload contains too many ipAddrBlocks | Job Snijders |
2022-11-04 | Check the SIA signedObject in ROA/MFT/ASPA/TAK/GBR EE certificates | Job Snijders |
2022-11-02 | Fix x509_get_time() error checks | Theo Buehler |
2022-10-13 | All of ROA, MFT, ASPA, and RSC define their respective 'version' field | Job Snijders |
2022-09-03 | Introduce x509_any_inherit() for objects which may not have inherit elements | Job Snijders |
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-08-10 | Clarify warning related to ROA eContent | Job Snijders |
2022-08-10 | Disallow AS Resources extension on ROA EE certificates | Job Snijders |
2022-06-10 | Dedup econtent version checks | Theo Buehler |
2022-05-31 | I made non-trivial contributions to these files. | Theo Buehler |
2022-05-23 | Improve #ifdefs for STACK_OF() helpers. | Theo Buehler |
2022-05-19 | Adjust or remove some stale comments | Theo Buehler |
2022-05-19 | Rewrite mft.c and roa.c with ASN.1 templates | Theo Buehler |
2022-05-15 | More KNF and whitespace fixes. | Theo Buehler |
2022-05-10 | Improve control flow readability by removing 'else if' stanzas | Job Snijders |
2022-04-25 | Fix spelling error in warnx() | Job Snijders |
2022-04-01 | Change x509_get_aki(), x509_get_ski(), x509_get_aia(), and x509_get_crl() | Claudio Jeker |
2022-02-10 | Implement some code to print crls with -f. | Claudio Jeker |
2022-01-18 | More fixing. Previous revert was incomplete. | Claudio Jeker |
2022-01-18 | Kill extra newline | Claudio Jeker |
2022-01-18 | Cleanup the scattered OBJ_txt2obj() calls and move them into | Claudio Jeker |
2021-12-22 | The maxlength is optional in roa entries. By setting it to the address | Claudio Jeker |
2021-12-03 | Apply the same MAX_IP_SIZE limit to ROA files as it is done on certificates. | Claudio Jeker |
2021-11-05 | Simplify how IP addresses and AS numbers are passed between processes. | Claudio Jeker |
2021-11-04 | Instead of passing tal descriptions around just pass a tal id and | 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 |