aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-16Run unit tests automatically as part of "make all-tests". This commitRob Austein
breaks all-tests, as one of the unit tests is failing at the moment for reasons that I'll investigate after dinner.... svn path=/rpkid/Makefile; revision=1780
2008-05-16CheckpointRob Austein
svn path=/rpkid/rpki/resource_set.py; revision=1779
2008-05-15Clean up TLS certificate handling and a lot of debugging code.Rob Austein
svn path=/rpkid/cronjob.py; revision=1778
2008-05-15Minimal req_* attribute implementation, just throw an internal errorRob Austein
if we ever see these attributes while serving an issue request. svn path=/rpkid/README; revision=1777
2008-05-15MySQLdb DATETIME type issues again.Rob Austein
svn path=/rpkid/testbed.py; revision=1776
2008-05-15Tweak TLS cert chain validation to fit BPKI model.Rob Austein
svn path=/rpkid/README; revision=1775
2008-05-15Update commentsRob Austein
svn path=/rpkid/rpki/roa.py; revision=1774
2008-05-15Update to reflect recent workRob Austein
svn path=/rpkid/README; revision=1773
2008-05-14Quick hack to postprocess testpoke.py output.Rob Austein
svn path=/rpkid/testpoke.xsl; revision=1772
2008-05-13Apparently strings in tlslite are occasionally something else, isn'tRob Austein
that special? So far I've only seen this happen on Fedora, dunno why. svn path=/rpkid/rpki/x509.py; revision=1771
2008-05-13OpenSSL fixed some bugs, remove my workarounds.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1770
2008-05-12Back up random logs and other material from RIPE 56 interop tests.Rob Austein
svn path=/rpkid/apnic-test-3.tgz; revision=1769
2008-05-12CheckpointRob Austein
svn path=/rpkid/rpki/https.py; revision=1768
2008-05-12Add X509Store.verifyDetailed()Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1767
2008-05-11Apparently I wrote the code to enable exceptions on SQL errors a whileRob Austein
ago but forgot to use it. Doh. svn path=/rpkid/rpki/gctx.py; revision=1766
2008-05-11Add SQL debugging code, tweak WHERE generation in .sql_fetch().Rob Austein
svn path=/rpkid/rpki/sql.py; revision=1765
2008-05-11CleanupRob Austein
svn path=/rpkid/rpki/left_right.py; revision=1764
2008-05-11Paranoia.Rob Austein
svn path=/rpkid/rpki/sql.py; revision=1763
2008-05-10Checkpoint of debugging code while chasing interop issuesRob Austein
svn path=/rpkid/rpki/gctx.py; revision=1762
2008-05-09openssl-SNAP-20080509Rob Austein
svn path=/openssl/Makefile; revision=1761
2008-05-09Bring cronjob.py up to date with respect to librariesRob Austein
svn path=/rpkid/cronjob.py; revision=1760
2008-05-09get_basicConstraints() was buggy for certs that had no such extensionRob Austein
svn path=/rpkid/rpki/x509.py; revision=1759
2008-05-08Enable pathLenConstraintsRob Austein
svn path=/rpkid/cross-certify.py; revision=1758
2008-05-08Use file to handle serial numbers, like openssl x509.Rob Austein
svn path=/rpkid/cross-certify.py; revision=1757
2008-05-08Make lifetime of cross-certification configurableRob Austein
svn path=/rpkid/cross-certify.py; revision=1756
2008-05-08Move fancy timedelta code into rpki.sundial.Rob Austein
svn path=/rpkid/rpki/sundial.py; revision=1755
2008-05-08CleanupRob Austein
svn path=/rpkid/cross-certify.py; revision=1754
2008-05-08Compensate for ancient EmailAddress attribute braindamage deprecatedRob Austein
by RFC 3280 but still allowed in subject names. Feh. svn path=/pow/POW-0.7/lib/pkix.py; revision=1753
2008-05-08Initial version of cross certification tool. Not quite working yet,Rob Austein
POW.pkix apparently has trouble with some kinds of subject names. svn path=/rpkid/cross-certify.py; revision=1752
2008-05-08Add ability to extract certRob Austein
svn path=/rpkid/extract-key.py; revision=1751
2008-05-08Debugging toolRob Austein
svn path=/rpkid/extract-key.py; revision=1750
2008-05-07More fun CMS interop debuggingRob Austein
svn path=/rpkid/rpki/x509.py; revision=1749
2008-05-07CheckpointRob Austein
svn path=/rpkid/rpki/exceptions.py; revision=1748
2008-05-07CleanupRob Austein
svn path=/rpkid/rpki/x509.py; revision=1747
2008-05-07Remove old XML_CMS_object.verify() methodRob Austein
svn path=/rpkid/rpki/x509.py; revision=1746
2008-05-06Bogus error messageRob Austein
svn path=/pow/POW-0.7/POW.c; revision=1743
2008-05-06Fixes from today's interop test with APNICRob Austein
svn path=/rpkid/irbe-cli.py; revision=1742
2008-05-05Clear up whining about missing CRLs.Rob Austein
svn path=/rpkid/rootd.py; revision=1741
2008-05-03openssl-SNAP-20080503Rob Austein
svn path=/openssl/Makefile; revision=1740
2008-05-02Bang on CRL code a bit moreRob Austein
svn path=/rpkid/rpki/x509.py; revision=1739
2008-05-02Disable traceRob Austein
svn path=/rpkid/testbed.py; revision=1738
2008-05-02Remove workaround now that I found the bugRob Austein
svn path=/rpkid/rpki/x509.py; revision=1737
2008-05-02Next time, remember to check that I'm using the right CMS_ContentInfo*Rob Austein
variable before reporting my own stupid null pointer oops as an OpenSSL bug. Sigh. svn path=/pow/POW-0.7/POW.c; revision=1736
2008-05-01Debugging with stone knives and bearskins.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1735
2008-05-01Stop gratuitously regenerating test cert.Rob Austein
svn path=/tests/resource-set/Makefile; revision=1734
2008-05-01Updated OpenSSL snapshot fixes the CMS bug I reported a few weeksRob Austein
back, so remove workaround. Still need to report and get fixes for the two other OpenSSL bugs I discovered over the last few days.... svn path=/pow/POW-0.7/POW.c; revision=1733
2008-05-01openssl-SNAP-20080501Rob Austein
svn path=/openssl/Makefile; revision=1732
2008-05-01regenRob Austein
svn path=/rpkid/rpki/relaxng.py; revision=1731
2008-05-01Simplify BSC and start adding BPKI CRL support; the latter doesn'tRob Austein
work yet due to an apparent bug in OpenSSL (CMS_add0_crl() dumps core). If through some bizzare twist of fate we revive the idea of allowing CA certs in CMS messages, this is the change that will need to be (partly) backed out. svn path=/docs/left-right-xml; revision=1730
2008-04-30svn:mime-typeRob Austein
svn path=/docs/bpki-asymmetric.pdf; revision=1729