Age | Commit message (Expand) | Author |
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein |
2014-02-21 | Add router certificate support to yamltest, rpkic, etc. | Rob Austein |
2014-02-13 | Better way to handle _object_exception_helper() failures. | Rob Austein |
2014-02-13 | Failure of one of the _extension_helper() functions isn't really an | Rob Austein |
2014-01-29 | Checkpoint | Rob Austein |
2014-01-28 | More consolidation of extension handling code. Debug | Rob Austein |
2014-01-28 | Add ExtendedKeyUsage, refactor extension handling code. | Rob Austein |
2013-12-16 | Clean up unused variables. | Rob Austein |
2013-10-08 | Add DH and DSA parameter generation, while I still remember all the | Rob Austein |
2013-10-08 | Preliminary support for ECDSA and EC key parameter generation. At the | Rob Austein |
2013-10-08 | Switch RSA key generation to use a new .generateRSA() class method | Rob Austein |
2013-09-20 | Fix obscure reference count oops in IPAddress arithmetic operation | Rob Austein |
2013-08-28 | Pass Python exceptions from callback through to caller correctly. | Rob Austein |
2013-08-28 | Cleanup. | Rob Austein |
2013-08-28 | Rework the new certificate validation code to better encapsulate the | Rob Austein |
2013-08-27 | X509StoreCTX.getCurrentCertificate() and X509StoreCTX.getChain(). | Rob Austein |
2013-08-27 | X509StoreCTX.store property. | Rob Austein |
2013-08-27 | Doh, simpler. | Rob Austein |
2013-08-27 | Cleanup | Rob Austein |
2013-08-27 | Move most control operations from X509StoreCTX to X509Store. | Rob Austein |
2013-08-25 | Fix various things that required sequences to accept iterables. Fix a | Rob Austein |
2013-08-25 | Certificate verification code approaching something usable. | Rob Austein |
2013-08-24 | Basic certificate verification works. Needs a bunch of additional | Rob Austein |
2013-08-23 | Notes on future work to track OpenSSL's PKCS #1.5 -> PKCS #8 transition. | Rob Austein |
2013-08-22 | First cut at adding a .verify() method back to the X509Store class. | Rob Austein |
2013-07-23 | Apparently I never set svn:keywords for this file. | Rob Austein |
2013-05-14 | Clean unused variables. | Rob Austein |
2013-04-11 | Get rid of dependency on v3_key_usage from OpenSSL library, since some | Rob Austein |
2013-03-22 | .setRFC3779() handling of emtpy iterations was subtly broken in ways | Rob Austein |
2012-11-23 | Use Py_ssize_t consistently for string lengths in C/Python API. See #355. | Rob Austein |
2012-11-22 | ipaddress_object_from_bytes() wasn't throwing exception correctly on | Rob Austein |
2012-11-08 | Add __copy__ and __deepcopy__ support to IPAddress objects. | Rob Austein |
2012-10-26 | Warnings dependent on word size: same OS and compiler version, warning | Rob Austein |
2012-10-26 | Change POW representation of UTCTime and GeneralizedTime to use Python | Rob Austein |
2012-10-25 | Add direct conversion of datetime (and subclasses) timestamps to | Rob Austein |
2012-10-25 | Fix some documentation strings. Convert inappropriate uses of | Rob Austein |
2012-10-14 | Cleanup | Rob Austein |
2012-10-13 | Consolidate all the IP-version-specific voodoo into a read-only data | Rob Austein |
2012-10-12 | Correct type names (insert package name). | Rob Austein |
2012-10-12 | Replace rpki.ipaddrs with rpki.POW.IPAddress. | Rob Austein |
2012-10-11 | Tell OpenSSL to use Python's replacements for libc memory allocation | Rob Austein |
2012-10-11 | Use correct OID for EE certificate SIA (id-ad-signedObject, not | Rob Austein |
2012-10-10 | Convert ROAs and manifests to use POW CMS subclasses. Start inching | Rob Austein |
2012-10-10 | Fix length of manifest BIT STRING. Remove extraneous argument from | Rob Austein |
2012-10-09 | FIRST allocate, THEN initialize. Doh. | Rob Austein |
2012-10-09 | Calculate SKI directly from POW.Asymmetric object. | Rob Austein |
2012-10-05 | Apparently gcc reserves the right to optimize code to the point where | Rob Austein |
2012-10-05 | Convert another chunk of Python code to use new POW classes. Clean up | Rob Austein |
2012-10-03 | Make new POW.ROA and POW.Manifest subclasses of POW.CMS. This is | Rob Austein |
2012-10-02 | Cleanup #warnings. | Rob Austein |