aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/x509.py
AgeCommit message (Expand)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
2014-02-25Router certificates working again after changes to get subject name out of th...Rob Austein
2014-02-21Add EKU when generating router certificates.Rob Austein
2014-02-21Add router certificate support to yamltest, rpkic, etc.Rob Austein
2014-02-20Whack RSA-specific code to a more general API using PrivateKey andRob Austein
2014-02-20Checkpoint. Now generating something that looks a bit like a routerRob Austein
2014-02-18Add support for setting serialNumber attribute in certificate names,Rob Austein
2014-01-29First cut of zookeeper methods to add router certs and other EE certs.Rob Austein
2014-01-29Rework PKCS #10 sanity checking code.Rob Austein
2014-01-29Clean up OID database. Would have done this years ago, had IRob Austein
2014-01-29CheckpointRob Austein
2014-01-26Checkpoint.Rob Austein
2014-01-15Typo in format string was throwing exception-within-exception inRob Austein
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
2014-01-07Clean up non-verifying CMS extraction methods.Rob Austein
2014-01-07Set notBefore value directly when issuing certificates to avoid raceRob Austein
2013-10-09[5462] change to Auto_update error handling was incomplete.Rob Austein
2013-10-08Switch RSA key generation to use a new .generateRSA() class methodRob Austein
2013-08-23Rip out PEM_converter class, as we no longer need to supportRob Austein
2013-07-24Pickling support.Rob Austein
2013-07-18Log stale BPKI CMS CRLs. See #294.Rob Austein
2013-07-17Add ability for auto_update DER objects to coast through transientRob Austein
2013-04-19Throw exception when asked to issue a certificate with notAfter <=Rob Austein
2013-03-22.setRFC3779() handling of emtpy iterations was subtly broken in waysRob Austein
2013-03-21Record context in CMS replay exceptions. Closes #458.Rob Austein
2013-01-30rpki.x509.X509._issue() wasn't passing inheritance flags intoRob Austein
2012-10-26Change POW representation of UTCTime and GeneralizedTime to use PythonRob Austein
2012-10-25Add direct conversion of datetime (and subclasses) timestamps toRob Austein
2012-10-18pylintRob Austein
2012-10-17CRLs work better if one remembers to set the list of certificatesRob Austein
2012-10-16Make schema checking configurable at runtime, reenable inbound schemaRob Austein
2012-10-12Rust In Pieces, POW.pkix.Rob Austein
2012-10-11Convert rpki.x509.X509._issue() to use POW instead of POW.pkix.Rob Austein
2012-10-11Use POW instead of POW.pkix to decode certificate resources.Rob Austein
2012-10-11CleanupRob Austein
2012-10-10Convert ROAs and manifests to use POW CMS subclasses. Start inchingRob Austein
2012-10-09Delete broken definition of Ghostbusters class (which nothing everRob Austein
2012-10-09Whack SIA and AIA code to use POW instead of POW.pkix. WhackRob Austein
2012-10-09Use POW for PKCS #10 generation.Rob Austein
2012-10-09Calculate SKI directly from POW.Asymmetric object.Rob Austein
2012-10-05Convert another chunk of Python code to use new POW classes. Clean upRob Austein
2012-10-01Convert CRL creation to use POW rather than POW.pkix.Rob Austein
2012-09-30Try dbm if gdbm fails for horrible debug-only RSA key speedup hack.Rob Austein
2012-09-30Implement conversion between DER and POW formats for PKCS10 class.Rob Austein
2012-09-29Convert BasicConstraints to use new POW method.Rob Austein
2012-09-29Convert a few rpki.x509 methods to use the new rpki.POW code.Rob Austein
2012-09-20Whack rest of POW's object I/O (x.derRead(), x.derWrite()) to use newRob Austein
2012-09-04As part of dragging POW.c into the 21st century, get rid of hugeRob Austein
2012-09-03Fix last (?) remaining direct reference to "POWpkix" outside ofRob Austein
2012-09-03More useful debugging code.Rob Austein