aboutsummaryrefslogtreecommitdiff
path: root/ext/POW.c
AgeCommit message (Expand)Author
2016-05-07More copyright notices, what fun.Rob Austein
2016-04-08OpenSSL 1.1 compatability, part 1.Rob Austein
2016-02-09Handle OpenSSL verification codes that aren't present in older OpenSSL branches.Rob Austein
2015-12-08Rewrite questionable address length check in check_roa().Rob Austein
2015-12-07Finish prying RPKI conformance checks apart from object verification.Rob Austein
2015-12-07Start decoupling RPKI profile conformance checks from objectRob Austein
2015-12-07Move validation callback to Python.Rob Austein
2015-12-06Clean up RPKI conformance checking of X.509v3 extensions and elliptic curve k...Rob Austein
2015-12-06Fix rcynicng directory rotation code. Checkpoint along the way toRob Austein
2015-11-29Fix confused handling of staleness flags.Rob Austein
2015-11-29Move more trivial tests from C to Python.Rob Austein
2015-11-29rcynicng caught a bug in rpkid! Router certificates are forbiddenRob Austein
2015-11-27Don't dump core if check_aki() is called with an issuer certificateRob Austein
2015-11-23Add CRL.isRevoked() method. General minor cleanup.Rob Austein
2015-11-22Don't hand null pointer to OpenSSL if we can't find a plausibleRob Austein
2015-11-20Simple function to add back symbolic names and error strings forRob Austein
2015-11-18Move StatusCode out of POW.c. New API still needs work, but thisRob Austein
2015-11-18First test of new validation code. No major surprises. Much testingRob Austein
2015-11-17First baby steps towards testing new rpki.POW extended validation code.Rob Austein
2015-11-17Whack CRL.verify() into line with rest of the new code.Rob Austein
2015-11-16X509Store class removed. X.509 verification moved fromRob Austein
2015-11-16Checkpoint. Basic merge of rcynic.c detailed RPKI checks merged intoRob Austein
2015-11-14Checkpoint of RPKI-specific detailed certificate checking, based onRob Austein
2015-11-14Comment nit.Rob Austein
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
2015-11-05Add StatusCode.__repr__(). Add glorp to pass status set objectRob Austein
2015-11-04Checkpoint some preliminary work along the way to doing full low-levelRob Austein
2014-11-12Initial (awful kludge) version of adding RRDP URIs to SIA extension.Rob Austein
2014-05-30Clang found an unused variable.Rob Austein
2014-05-29PyLintRob Austein
2014-05-10Proper idiom.Rob Austein
2014-05-09RFC 5480 requires that PKIX EC keys be in namedCurve format, notRob Austein
2014-04-12rpki.POW internal doc cleanup. See #691.Rob Austein
2014-04-12Add .extractWithoutVerifying() methods to CMS and derived classes.Rob Austein
2014-04-07Add .get{Subject,Issuer}Hash() methods.Rob Austein
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein