index
:
sra/rpki.net
master
zone-cleanup
Dragon Research Labs RPKI Toolkit
git user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpkid
/
ext
/
POW.c
Age
Commit message (
Expand
)
Author
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
2012-09-25
Clear old extensions from PKCS #10 request before setting new ones.
Rob Austein
2012-09-25
Add PKCS#10 class.
Rob Austein
2012-09-23
Add X509.getPublicKey(). Clean up a couple zillion compiler warnings
Rob Austein
2012-09-22
Drag Asymmetric class up to using the EVP_PKEY API, which simplifies
Rob Austein
2012-09-22
Internal TODO comments (easier than a ticket system on airplanes...).
Rob Austein
2012-09-21
ROA class.
Rob Austein
2012-09-21
Implement RPKI manifests. Raise exceptions properly in ASN1_TIME
Rob Austein
2012-09-20
Whack rest of POW's object I/O (x.derRead(), x.derWrite()) to use new
Rob Austein
2012-09-20
Clean up conversions between ASN.1 integers and Python integers.
Rob Austein
2012-09-20
Add ten gazillion class methods for reading objects. Eventually this
Rob Austein
2012-09-18
Add AKI and CRLNumber handlers for CRLs.
Rob Austein
2012-09-18
Add CertificatePolicies handlers.
Rob Austein
2012-09-18
CRLDP handlers.
Rob Austein
2012-09-18
AIA handlers.
Rob Austein
2012-09-18
Add SIA handlers.
Rob Austein
2012-09-17
Get rid of last(?) vestiges of silly dependencies on OpenSSL's
Rob Austein
2012-09-17
Add set methods for AKI and SKI extensions. Whack all derRead helpers
Rob Austein
2012-09-17
Teach X509.{get,set}RFC3779() methods to use IPAddress class.
Rob Austein
2012-09-17
Add IPAddress class. This is intended to replace the rpki.ipaddrs
Rob Austein
2012-09-12
Debug X509.getRFC3779(), add IPv6 support. Will need refactoring once
Rob Austein
2012-09-12
Checkpoint
Rob Austein
2012-09-12
Checkpoint
Rob Austein
2012-09-12
Get reference counts right.
Rob Austein
2012-09-12
Checkpoint working version of x509_object_get_rfc3779(). Hideously
Rob Austein
[next]