aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2012-11-10merge with ^/tk316Michael Elkins
2012-11-10remove 'serialize' from the introspection rules, since it doesn't affect the ...Michael Elkins
2012-11-10initial support for using django south on rpki.gui.appMichael Elkins
2012-11-09Add "merge_publication_directories" option to let Iain do some testingRob Austein
2012-11-08redirect to /rpki when we get a request for the bare vhostMichael Elkins
2012-11-08Doh, logging for new recovery code works better when committed to repository.Rob Austein
2012-11-08Avoid specifying the keyword parameters min= and max= in rpki.gui.app.range_l...Michael Elkins
2012-11-08Add __copy__ and __deepcopy__ support to IPAddress objects.Rob Austein
2012-11-08convert the IP prefix from string to rpki.POW.IPAddress prior to invoking res...Michael Elkins
2012-11-08to_bytes -> toBytes, from_bytes -> fromBytes to match the rpki.POW.IPAddress APIMichael Elkins
2012-11-07Use TAL instead of TA in tests.Rob Austein
2012-11-07Retry apparently failed publication of manifest and CRL whenRob Austein
2012-11-06Merge from /trunk.Rob Austein
2012-11-04only consider certs which have already been accepted when looking up the issuerMichael Elkins
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
2012-10-26[4786] broke handling of timers with no errback set.Rob Austein
2012-10-26Warnings dependent on word size: same OS and compiler version, warningRob Austein
2012-10-26Change POW representation of UTCTime and GeneralizedTime to use PythonRob Austein
2012-10-26Spelling.Rob Austein
2012-10-25Add direct conversion of datetime (and subclasses) timestamps toRob Austein
2012-10-25Fix some documentation strings. Convert inappropriate uses ofRob Austein
2012-10-18pylintRob Austein
2012-10-17Make sure we save an updated certificate for an existing ca_detail.Rob Austein
2012-10-17Oops, check_*_schema variables are booleans, use right method.Rob Austein
2012-10-17Use -J (.txz) instead of -z (.tgz) for backup target.Rob 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-14CleanupRob Austein
2012-10-13Consolidate all the IP-version-specific voodoo into a read-only dataRob Austein
2012-10-12Correct type names (insert package name).Rob Austein
2012-10-12Deobfuscate.Rob Austein
2012-10-12Deobfuscate.Rob Austein
2012-10-12Replace rpki.ipaddrs with rpki.POW.IPAddress.Rob Austein
2012-10-12Cleanup.Rob Austein
2012-10-12Rust In Pieces, POW.pkix.Rob Austein
2012-10-11Tell OpenSSL to use Python's replacements for libc memory allocationRob Austein
2012-10-11Convert rpki.x509.X509._issue() to use POW instead of POW.pkix.Rob Austein
2012-10-11Use correct OID for EE certificate SIA (id-ad-signedObject, notRob 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-10Fix length of manifest BIT STRING. Remove extraneous argument fromRob Austein
2012-10-10Fix manifest URI broken a couple of edits ago.Rob 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-09FIRST allocate, THEN initialize. Doh.Rob Austein
2012-10-09Calculate SKI directly from POW.Asymmetric object.Rob Austein
2012-10-05Apparently gcc reserves the right to optimize code to the point whereRob Austein
2012-10-05Convert another chunk of Python code to use new POW classes. Clean upRob Austein