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-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
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
[next]