Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly check MSB in openssl plugin's PKCS#7 implementation | Tobias Brunner | 2013-01-24 | 1 | -1/+1 |
* | Include opensslconf.h before checking its defines | Martin Willi | 2013-01-03 | 1 | -0/+2 |
* | Don't build OpenSSL PKCS#7 code if OPENSSL_NO_CMS defined | Martin Willi | 2013-01-03 | 1 | -0/+4 |
* | Fix up serialNumber in openssl PKCS#7 if it has a leading MSB set | Martin Willi | 2012-12-19 | 1 | -2/+7 |
* | Implement PKCS#7 decryption using openssl | Martin Willi | 2012-12-19 | 1 | -16/+255 |
* | Make available wrapped certificates while verifying PKCS#7 signatures in openssl | Martin Willi | 2012-12-19 | 1 | -0/+22 |
* | Implement openssl PKCS#7 certficiate enumeration | Martin Willi | 2012-12-19 | 1 | -0/+72 |
* | Implement get_attribute() in openssl PKCS#7 backend | Martin Willi | 2012-12-19 | 1 | -1/+35 |
* | Implement OpenSSL PKCS#7 signed-data parsing and verification | Martin Willi | 2012-12-19 | 1 | -4/+287 |
* | Add a stub for OpenSSL PKCS#7 parsing | Martin Willi | 2012-12-19 | 1 | -0/+129 |