aboutsummaryrefslogtreecommitdiff
path: root/pow/POW-0.7/POW.c
AgeCommit message (Collapse)Author
2008-04-18Checkpoint. New CMS code that's approaching the right thing, butRob Austein
doesn't work yet (this may be an OpenSSL bug, not sure yet). Breaks "make test". svn path=/pow/POW-0.7/POW.c; revision=1672
2008-04-09CleanupRob Austein
svn path=/pow/POW-0.7/POW.c; revision=1645
2008-04-09First cut at new CMS code, not yet tested. So far this is just aRob Austein
clone of the PKCS7 code, whacked with a stick until it compiles. svn path=/pow/POW-0.7/POW.c; revision=1642
2008-03-24Support verification of CMS without bundled EE cert.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1562
2008-03-16Get PyBool checks rightRob Austein
svn path=/pow/POW-0.7/POW.c; revision=1558
2008-03-15Ok, try adding optional no_certs arg to PKCS7.sign()Rob Austein
svn path=/docs/rpki-db-schema.sql; revision=1557
2008-03-14Handle "None" case correctlyRob Austein
svn path=/pow/POW-0.7/POW.c; revision=1556
2008-03-14Allow CMS signature without the signing cert.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1555
2008-01-24Add PKCS7.extract()Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1501
2008-01-18SSL_CTX_add_extra_chain_cert() requires X509_dup()Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1483
2008-01-18Fix double-free() errorRob Austein
svn path=/pow/POW-0.7/POW.c; revision=1482
2008-01-17Fix getError() to return None when error stack is emptyRob Austein
svn path=/pow/POW-0.7/POW.c; revision=1480
2008-01-15POW.Ssl.addCertificate()Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1479
2008-01-12Basic PKCS #7 support.Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1473
2007-10-02Null terminated octet strings don't workRob Austein
svn path=/pow/POW-0.7/POW.c; revision=1073
2007-09-30IndentationRob Austein
svn path=/pow/POW-0.7/POW.c; revision=1057
2007-09-28SHA-384Rob Austein
svn path=/pow/POW-0.7/POW.c; revision=1043
2007-09-27PKCS#10 signature verification. Getting this to work requiredRob Austein
changing the implementation of POW.Asymmetric(), which appears to have been using the wrong OpenSSL functions for RSA public keys. If other things using public keys start acting funny, this may be why, and may require further examination. svn path=/pow/POW-0.7/POW.c; revision=1040
2007-07-10DebugRob Austein
svn path=/pow/POW-0.7/POW.c; revision=742
2007-07-10CleanupRob Austein
svn path=/pow/POW-0.7/POW.c; revision=741
2007-07-07Add powRob Austein
svn path=/pow/POW-0.7/PKG-INFO; revision=722