Age | Commit message (Expand) | Author |
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 |
2021-10-26 | Change CMS and CRL d2i functions from their BIO version to passing the | Claudio Jeker |
2021-10-23 | Finnally move away from blocking reads in rpki-client. The code was a | Claudio Jeker |
2021-10-07 | mktime() may not properly set errno on error. Just use errx() instead. | Claudio Jeker |
2021-09-09 | Rework how various OIDs are compared in the code. | Claudio Jeker |
2021-09-08 | The number of elements being processed is known upfront. So allocate the | Claudio Jeker |
2021-08-01 | %i is going out of vogue, use %d instead | job |
2021-07-28 | Add more checks for ROA maxLength values | job |
2021-07-13 | Add more checks for eContent 'version' fields. | job |
2021-06-14 | Fix ROA & MFT version check handling | job |
2021-05-11 | Before calling ASN1_time_parse() initialize the struct tm. While | Claudio Jeker |
2021-05-06 | Add an 'expires' column to CSV & JSON output | job |
2021-03-29 | Inline x509_get_extensions() and remove it | Theo Buehler |
2021-03-27 | Send arguments in alphabetical order | job |