Tobias Brunner
|
17c9972252
|
Fixed some typos, courtesy of codespell
|
2019-08-28 14:03:41 +02:00 |
|
Tobias Brunner
|
a413571f3b
|
public-key: Add optional parameters argument to verify() method
|
2017-11-08 16:48:10 +01:00 |
|
Tobias Brunner
|
95a63bf281
|
Migrate all enumerators to venumerate() interface change
|
2017-05-26 13:56:44 +02:00 |
|
Tobias Brunner
|
1fafc56b95
|
Fixed some typos, courtesy of codespell
|
2016-07-04 12:18:51 +02:00 |
|
Tobias Brunner
|
a9f388e368
|
openssl: Update PKCS#7 API to OpenSSL 1.1.0
|
2016-06-29 11:09:37 +02:00 |
|
Martin Willi
|
161a015782
|
utils: Use chunk_equals_const() for all cryptographic purposes
|
2015-04-14 12:02:51 +02:00 |
|
Tobias Brunner
|
0d237763dc
|
openssl: Disable PKCS#7/CMS when building against OpenSSL < 0.9.8g
Fixes #292.
|
2013-02-20 18:34:54 +01:00 |
|
Tobias Brunner
|
572a707765
|
Properly check MSB in openssl plugin's PKCS#7 implementation
|
2013-01-24 23:36:02 +01:00 |
|
Martin Willi
|
ff318ad3e1
|
Include opensslconf.h before checking its defines
|
2013-01-03 11:12:05 +01:00 |
|
Martin Willi
|
2b9e597b54
|
Don't build OpenSSL PKCS#7 code if OPENSSL_NO_CMS defined
|
2013-01-03 11:05:49 +01:00 |
|
Martin Willi
|
0a344da291
|
Fix up serialNumber in openssl PKCS#7 if it has a leading MSB set
|
2012-12-19 10:32:08 +01:00 |
|
Martin Willi
|
3c820cdc23
|
Implement PKCS#7 decryption using openssl
|
2012-12-19 10:32:08 +01:00 |
|
Martin Willi
|
2a87944a33
|
Make available wrapped certificates while verifying PKCS#7 signatures in openssl
|
2012-12-19 10:32:08 +01:00 |
|
Martin Willi
|
04884be3b5
|
Implement openssl PKCS#7 certficiate enumeration
|
2012-12-19 10:32:08 +01:00 |
|
Martin Willi
|
804ba5bb50
|
Implement get_attribute() in openssl PKCS#7 backend
|
2012-12-19 10:32:08 +01:00 |
|
Martin Willi
|
c61723c69f
|
Implement OpenSSL PKCS#7 signed-data parsing and verification
|
2012-12-19 10:32:08 +01:00 |
|
Martin Willi
|
568ad938d1
|
Add a stub for OpenSSL PKCS#7 parsing
|
2012-12-19 10:32:08 +01:00 |
|