aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-08Use explicit version number with ROA prefixes in SQLRob Austein
svn path=/rpkid/irdbd.sql; revision=2504
2009-06-08CleanupRob Austein
svn path=/rpkid/testbed.setup.sql; revision=2503
2009-06-08Switch to MySQL InnoDB engine, fix everything that brokeRob Austein
svn path=/rpkid/doc/Installation; revision=2502
2009-06-07RegenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2501
2009-06-07CheckpointRob Austein
svn path=/rpkid/Makefile; revision=2500
2009-06-07CheckpointRob Austein
svn path=/rpkid/rpki/left_right.py; revision=2499
2009-06-06CheckpointRob Austein
svn path=/rpkid/doc/Installation; revision=2498
2009-06-05Simplify object creation: now that responsibilty for handle creationRob Austein
has been pushed into the IRBE, we can create all the objects in parallel, with just one additional round trip to set BSC EE certificates based on generated keys. svn path=/rpkid/testbed.py; revision=2497
2009-06-05Remove vestigial references to tlslite.Rob Austein
svn path=/rpkid/rpki/__init__.py; revision=2496
2009-06-04Update for _id -> _handle transition. Turns out irbe_cli didn't needRob Austein
any changes, so this was the only current tool that needed fixing. svn path=/rpkid/extract-key.py; revision=2495
2009-06-04regenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2494
2009-06-04Rototill left-right and publication protocol to replace SQL-assignedRob Austein
numeric identifiers with IRBE-assigned "handles". Daemons and test harness have been converted and seem to work; some tools like irbe_cli haven't been updated yet. svn path=/rpkid/doc/Installation; revision=2493
2009-06-03regenRob Austein
svn path=/rpkid/left-right-schema.rng; revision=2492
2009-06-03Checkpoint: first step towards cleanup of SQL and left-right protocol.Rob Austein
svn path=/rpkid/doc/Installation; revision=2491
2009-06-02Update doc (again)Rob Austein
svn path=/rpkid/doc/Installation; revision=2490
2009-06-02Apparently I never deleted the exact_match field from the SQL when theRob Austein
corresponding field was removed from the ROA spec. svn path=/rpkid/rpkid.sql; revision=2489
2009-06-02Update docRob Austein
svn path=/rpkid/doc/Installation; revision=2488
2009-06-02Update to account for several big chunks of work done.Rob Austein
svn path=/rpkid/README; revision=2487
2009-06-02Fix handling of SystemExit exceptionsRob Austein
svn path=/rpkid/rpki/https.py; revision=2486
2009-06-02Cleanup of POW return values.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=2485
2009-06-02Better handling of two-phase TLS shutdown.Rob Austein
svn path=/rpkid/rpki/https.py; revision=2484
2009-06-02Cert config for testpoke children of hosted rpkids wasn't quite right.Rob Austein
svn path=/rpkid/testbed.py; revision=2483
2009-06-01POW.Ssl.AddTrust and custom X509 verification handler.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=2482
2009-06-01New TLS code mostly working. Only lightly tested so far, but "makeRob Austein
test" ran to completion. svn path=/pow/POW-0.7/POW.c; revision=2481
2009-05-31TypoRob Austein
svn path=/rpkid/testbed.py; revision=2480
2009-05-30CheckpointRob Austein
svn path=/rpkid/rpki/https.py; revision=2479
2009-05-30Ssl.useKey() botched EVP_PKEY reference count, leading to core dumps.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=2478
2009-05-30Show peer certificatesRob Austein
svn path=/scripts/tls-client.py; revision=2477
2009-05-30Certificate verificationRob Austein
svn path=/scripts/tls-client.py; revision=2476
2009-05-30Don't short-circuit TLS X.509 verificationRob Austein
svn path=/pow/POW-0.7/POW.c; revision=2475
2009-05-30Ssl.trustCertificate()Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=2474
2009-05-30DocRob Austein
svn path=/pow/POW-0.7/POW.c; revision=2473
2009-05-29Ssl.fileno()Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=2472
2009-05-29SSL verification modesRob Austein
svn path=/pow/POW-0.7/POW.c; revision=2471
2009-05-29Silence a gcc warningRob Austein
svn path=/rcynic/rcynic.c; revision=2470
2009-05-29Unused variablesRob Austein
svn path=/pow/POW-0.7/POW.c; revision=2469
2009-05-29TLS testbedRob Austein
svn path=/scripts/tls-client.py; revision=2468
2009-05-29Further adventures in translation from OpenSSL error stack to PythonRob Austein
exceptions. svn path=/pow/POW-0.7/POW.c; revision=2467
2009-05-29Fix Define_Exception() macrologyRob Austein
svn path=/pow/POW-0.7/POW.c; revision=2466
2009-05-29More cleanup. Remove disused PKCS #7 code. Rework exceptions toRob Austein
simplify use of event-driven SSL connections. svn path=/pow/POW-0.7/POW.c; revision=2465
2009-05-29Handle missing socket directory somewhat better. Comment cleanup.Rob Austein
svn path=/rtr-origin/rtr-origin.py; revision=2464
2009-05-29LoggingRob Austein
svn path=/rpkid/rpki/x509.py; revision=2463
2009-05-29CleanupRob Austein
svn path=/rpkid/Makefile; revision=2462
2009-05-29Rewrite 147.28.*.* as 147.28.0.0/16-24Rob Austein
svn path=/rpkid/testbed.7.yaml; revision=2461
2009-05-29Add another test case, this one with some big ROAs. RenameRob Austein
testbed-clean.sql as its name was messing up filename completion and driving me nuts. svn path=/rpkid/Makefile; revision=2460
2009-05-28Command line syntax has changedRob Austein
svn path=/rtr-origin/server.sh; revision=2459
2009-05-28Handle ROAs containing nested prefixes.Rob Austein
svn path=/rcynic/rcynic.c; revision=2458
2009-05-28Prefixes in ROAs are allowed to overlap.Rob Austein
svn path=/rpkid/rpki/resource_set.py; revision=2457
2009-05-28Cleanup script from RandyRob Austein
svn path=/rpkid/testbed-clean.sql; revision=2456
2009-05-28Massive cleanup, mostly cosmetic.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=2455