aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-18Update to new OpenSSL snapshot, to track TLS negotiation protocolRob Austein
bugfixes. While we're at this, switch to 1.0.0-stable snapshot series, with goal of eventually converging on OpenSSL 1.0.0. This included a few changes to track OpenSSL: - The "STRING" type used in the OpenSSL stack macros became "OPENSSL_STRING". - OpenSSL has deprecated the MD2 digest algorithm, so POW code can't refer to it unconditionally (perhaps I should remove support for it from POW entirely, but for now I just honor the compile-time conditional). - OpenSSL's configuration script was whining that I should run "make depend", so I do that now as part of the OpenSSL library build. svn path=/openssl/Makefile; revision=2883
2009-11-14This file was accidentally included in the tarball.Bill Fenner
svn path=/portal-gui/rpki/settings-old.py; revision=2882
2009-11-13CleanupRob Austein
svn path=/portal-gui/testing; revision=2881
2009-11-13TestingRob Austein
svn path=/portal-gui/testing; revision=2880
2009-11-13Import (unfinished) portal codeRob Austein
svn path=/portal-gui/rpki/__init__.py; revision=2879
2009-11-04CleanupRob Austein
svn path=/branches; revision=2877
2009-11-04Use batch-mode publication in rpkid. Fix FOREIGN KEY constraints.Rob Austein
svn path=/myrpki/myirbe.py; revision=2876
2009-10-27I miss RENMWO.Rob Austein
svn path=/rpkid/rpki/publication.py; revision=2838
2009-10-27CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2837
2009-10-26Refactor publication code, step 1: clean upRob Austein
rpki.left_right.repository_elt.call_pubd() and methods in rpki.xmlutils.msg class that were (mis)designed to fit. svn path=/myrpki/myirbe.py; revision=2836
2009-10-26CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2835
2009-10-24Handle case where something breaks between when parent issues a newRob Austein
certificate to us and we store it in SQL. This shouldn't happen, but since it has already come up once in testing we have to cope with it. svn path=/rpkid/rpki/left_right.py; revision=2834
2009-10-23Update installation guideRob Austein
svn path=/rpkid/Doxyfile; revision=2833
2009-10-22Add a few work items I rmemebered off the top of my head.Rob Austein
svn path=/rpkid/README; revision=2832
2009-10-22More old notes overtaken by events.Rob Austein
svn path=/rpkid/README; revision=2831
2009-10-22Clean up a bunch of old finished tasks. Need to do a pass lookingRob Austein
for new tasks that should be included here. svn path=/rpkid/README; revision=2830
2009-10-21CleanupRob Austein
svn path=/myrpki/setup-sql.py; revision=2829
2009-10-21Add sql-setup.py.Rob Austein
svn path=/myrpki/README; revision=2828
2009-10-14Clean up use of "pubd" SQL database in test scriptsRob Austein
svn path=/myrpki/yamltest.py; revision=2827
2009-10-14More SQL setupRob Austein
svn path=/myrpki/README; revision=2826
2009-10-14SpellingRob Austein
svn path=/myrpki/README; revision=2825
2009-10-14Log pid when startingRob Austein
svn path=/myrpki/start-servers.py; revision=2824
2009-10-13Cleanup, add CRL checkRob Austein
svn path=/myrpki/verify-bpki.sh; revision=2823
2009-10-13Rewrite start-servers as a Python scriptRob Austein
svn path=/myrpki/README; revision=2822
2009-10-12Text on what parents need to supply to childrenRob Austein
svn path=/myrpki/README; revision=2821
2009-10-11CheckpointRob Austein
svn path=/myrpki/README; revision=2820
2009-10-11CheckpointRob Austein
svn path=/myrpki/README; revision=2819
2009-10-10CheckpointRob Austein
svn path=/myrpki/README; revision=2818
2009-10-09CheckpointRob Austein
svn path=/myrpki/README; revision=2817
2009-10-09Doh, parameterized commands work better when the commands use theRob Austein
parameters. This script almost certainly should be replaced by something smarter, written in Python, which knows how to read myrpki.conf. svn path=/myrpki/start-servers.sh; revision=2816
2009-10-09CheckpointRob Austein
svn path=/myrpki/README; revision=2815
2009-10-07CheckpointRob Austein
svn path=/myrpki/README; revision=2814
2009-10-05Prettyprinter for Base64 XMLRob Austein
svn path=/scripts/splitbase64.xsl; revision=2813
2009-10-05Show bad XML if validation failsRob Austein
svn path=/myrpki/myirbe.py; revision=2812
2009-10-03Call cross-certification code directly rather than forking just to runRob Austein
a ten line script. svn path=/rpkid/testbed.py; revision=2811
2009-10-03CleanupRob Austein
svn path=/rpkid/rootd.py; revision=2810
2009-10-03Regenerate subject RPKI cert when root RPKI cert changes.Rob Austein
svn path=/rpkid/rootd.py; revision=2809
2009-10-02Clean up client_main(), log both outbound and incoming PDUs in clientRob Austein
mode. svn path=/rtr-origin/rtr-origin.py; revision=2808
2009-10-02kickme socket needs to be group-writable when --cronjob and --serverRob Austein
modes run as different users. svn path=/rtr-origin/rtr-origin.py; revision=2807
2009-10-02Vile changes to enable shared library support for OpenSSL and POW,Rob Austein
because the %^&^%*! GNU linker is unable to build _POW.so from static libraries on 64-bit hardware. svn path=/openssl/Makefile; revision=2806
2009-10-02cross_certify.py moved to scripts. testbed.py should just callRob Austein
library code directly at this point, but am chasing something more important at the moment, so just track filename change for now. svn path=/rpkid/testbed.py; revision=2805
2009-10-01CleanupRob Austein
svn path=/myrpki/yamltest.py; revision=2804
2009-10-01Add a lot of comments to myrpki/examples/myrpki.conf, and reorderRob Austein
sections to make it a bit easier to find the useful parts. svn path=/myrpki/arin-rootcert.py; revision=2803
2009-09-30Kludgy script to run testbed.*.yaml under yamltest.pyRob Austein
svn path=/myrpki/test-all.sh; revision=2802
2009-09-30Add raw TCP support to test client; force syslog without stderr in server mode.Rob Austein
svn path=/rtr-origin/rtr-origin.py; revision=2801
2009-09-30First pass at cleaning up some of the accumulated clutterRob Austein
svn path=/rpkid/Makefile; revision=2800
2009-09-30Turn off execute bit on scripts until we get conflict between DoxygenRob Austein
and #! lines sorted. svn path=/myrpki/xml-parse-test.py; revision=2799
2009-09-30Get rid of variable doc that was just confusing DoxygenRob Austein
svn path=/rpkid/rpki/publication.py; revision=2798
2009-09-29Allow OpenSSL's normal explanatory text in PEM files, to make itRob Austein
easier for users to keep track of which BPKI certificate is which. svn path=/myrpki/myrpki.py; revision=2797
2009-09-29doxygen -uRob Austein
svn path=/rpkid/Doxyfile; revision=2796