Age | Commit message (Collapse) | Author |
|
svn path=/branches/tk685/; revision=5757
|
|
svn path=/branches/tk671/; revision=5742
|
|
svn path=/branches/tk671/; revision=5741
|
|
svn path=/branches/tk671/; revision=5740
|
|
propegate those changes to certs we issue.
svn path=/branches/tk671/; revision=5739
|
|
svn path=/branches/tk671/; revision=5733
|
|
svn path=/branches/tk671/; revision=5692
|
|
the PKCS !#10.
svn path=/branches/tk671/; revision=5683
|
|
svn path=/branches/tk671/; revision=5681
|
|
PublicKey classes, with RSA and ECDSA as subclasses extending
PrivateKey. Revised API not necessarily in final form yet, but good
enough for smoketest to generate ECDSA keys for testing router certs.
svn path=/branches/tk671/; revision=5679
|
|
we're going to need a fancy upgrade script when we merge this to trunk
no matter what else we do, so might as well flip the default on the
long-awaited `merge_publication_directories` in the router certificate
development branch and handle the upgrade actions for that along with
everything else when we finally merge back to trunk. See #479.
svn path=/branches/tk671/; revision=5678
|
|
deprecated the issuing ca_detail.
svn path=/branches/tk671/; revision=5677
|
|
svn path=/branches/tk671/; revision=5676
|
|
cert, but not right yet: RSA where should be ECDSA, EKU missing, and
EE certificate class's .reissue() method isn't working properly yet.
svn path=/branches/tk671/; revision=5673
|
|
svn path=/branches/tk671/; revision=5668
|
|
svn path=/trunk/; revision=5626
|
|
svn path=/trunk/; revision=5624
|
|
svn path=/trunk/; revision=5623
|
|
svn path=/trunk/; revision=5537
|
|
letting them propagate. See #580.
svn path=/trunk/; revision=5432
|
|
from scheduling next cron cycle. Closes #560.
svn path=/trunk/; revision=5416
|
|
svn path=/trunk/; revision=5305
|
|
reissues our CA certificate. Fixes #519.
svn path=/trunk/; revision=5303
|
|
notBefore.
Don't stomp ghostbuster_obj if we've just reused it.
Clean up properly when deleting a ca_detail.
Don't reissue expiring certificate if IRDB valid_until field says it's
supposed to expire.
svn path=/trunk/; revision=5302
|
|
port in daemons.
svn path=/trunk/; revision=5251
|
|
creating a CA object. We really ought to hold off on saving the CA to
SQL until after constructing the URI, but we can't as long as URI
includes the SQL ID (bletch). Enabling merge_publication_directories
[4823] would fix this, but there may be a backwards compatabiilty
issue to be resolved there first.
Closes #46.
svn path=/trunk/; revision=5195
|
|
svn path=/trunk/; revision=5188
|
|
everything else. See #406.
svn path=/trunk/; revision=5029
|
|
GUI provide its own file-like object as a destination for logging.
See #396.
svn path=/trunk/; revision=4979
|
|
svn path=/trunk/; revision=4887
|
|
with better hierarchical publication. Eventually this will likely
become the default and this option can go away, but not today.
svn path=/branches/tk274/; revision=4823
|
|
svn path=/branches/tk274/; revision=4816
|
|
publishing new objects. This should be generalized to cover all
objects issued by this ca_detail, but that's more code. See #306.
svn path=/branches/tk274/; revision=4806
|
|
svn path=/branches/tk274/; revision=4786
|
|
Clean up noisy messes a little faster during RPKI key rollover.
svn path=/branches/tk274/; revision=4785
|
|
svn path=/branches/tk274/; revision=4774
|
|
In the end, there can be only one.
svn path=/branches/tk274/; revision=4771
|
|
smoketest repository layout to silence (correct) rcynic whining about
objects not in manifest.
svn path=/branches/tk274/; revision=4761
|
|
svn path=/branches/tk274/; revision=4748
|
|
useful. Add rpki.sql.cache_reference decorator, to give the garbage
collector some guidance about linkages between active objects now that
the SQL cache uses weak references. Other minor cleanup.
svn path=/branches/tk274/; revision=4676
|
|
rather than number of objects processed or published. In theory, the
new code should be reusable in other task classes.
svn path=/branches/tk274/; revision=4650
|
|
thousands of <self/> objects is perhaps a bit excessive.
svn path=/branches/tk274/; revision=4645
|
|
svn path=/branches/tk274/; revision=4643
|
|
closures, to make it easier for long-running tasks to yield the CPU
periodically. As a side effect, this moves a lot of dense code out of
rpki.left_right.self_elt methods and into separate task-specific
classes. See #275.
svn path=/branches/tk274/; revision=4640
|
|
automatically, no need for explict pings elsewhere.
svn path=/branches/tk274/; revision=4634
|
|
updated CRL and manifest. More debug logging.
svn path=/branches/tk274/; revision=4632
|
|
garbage collector can free up cache entries we're not using for us.
Rework update_roas() to be a bit more frugal with memory. See #278.
svn path=/branches/tk274/; revision=4626
|
|
svn path=/branches/tk274/; revision=4623
|
|
batches of ROA requests. Not yet well tested, preliminary results
look good and I have people waiting for this patch, so checking in now
while continuing testing. See #275.
svn path=/trunk/; revision=4615
|
|
Tweak yamltest to force one ROA request per prefix regardless of how
the user expressed it; we may want to revisit this eventually, but
it's more useful this way for now.
svn path=/trunk/; revision=4609
|