Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move PKCS#9 attribute lists to pkcs7 plugin, as we currently use it there only | Martin Willi | 2012-12-19 | 1 | -6/+8 |
* | Allocate data returned by pkcs7_t.get_attribute() | Martin Willi | 2012-12-19 | 1 | -1/+1 |
* | Properly clone PKCS#7 attributes passed to builder | Martin Willi | 2012-12-19 | 1 | -1/+1 |
* | Add an enumerator for PKCS#7 contained certificates | Martin Willi | 2012-12-19 | 1 | -0/+8 |
* | Add a getter for signed PKCS#7 attributes | Martin Willi | 2012-12-19 | 1 | -0/+24 |
* | Support multiple signerInfos while parsing PKCS#7 signed-data | Martin Willi | 2012-12-19 | 1 | -173/+229 |
* | Support encoding of PKCS#7 signed-data containers | Martin Willi | 2012-12-19 | 1 | -0/+184 |
* | Implement PKCS#7 signed-data parsing and verification | Martin Willi | 2012-12-19 | 1 | -0/+404 |