Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki: Enable PSS padding if enabled in strongswan.conf | Tobias Brunner | 2017-11-08 | 1 | -1/+2 |
| | |||||
* | pki: Optionally generate RSA/PSS signatures | Tobias Brunner | 2017-11-08 | 1 | -5/+18 |
| | |||||
* | pki: Indent usage lines properly automatically | Tobias Brunner | 2017-11-08 | 1 | -6/+6 |
| | |||||
* | certificates: Use shared destructor for x509_cdp_t | Tobias Brunner | 2017-09-18 | 1 | -11/+2 |
| | |||||
* | Change interface for enumerator_create_filter() callback | Tobias Brunner | 2017-05-26 | 1 | -10/+18 |
| | | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback. | ||||
* | pki: Edited keyid parameter use in various pki man pages and usage outputs | Andreas Steffen | 2017-03-06 | 1 | -1/+4 |
| | |||||
* | pki: Don't remove zero bytes in CRL serials anymore | Tobias Brunner | 2016-10-11 | 1 | -6/+7 |
| | | | | | | This was added a few years ago because pki --signcrl once encoded serials incorrectly as eight byte blobs. But still ensure we have can handle overflows in case the serial is encoded incorrectly without zero-prefix. | ||||
* | pki: Use serial of base CRL for delta CRLs | Tobias Brunner | 2016-10-11 | 1 | -1/+4 |
| | | | | | According to RFC 5280 delta CRLs and complete CRLs MUST share one numbering sequence. | ||||
* | Support BLISS signatures with SHA-3 hash | Andreas Steffen | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | pki: Choose default digest based on the signature key | Tobias Brunner | 2015-03-23 | 1 | -2/+6 |
| | |||||
* | pki: Use SHA-256 as default for signatures | Tobias Brunner | 2015-03-23 | 1 | -10/+2 |
| | | | | | | Since the BLISS private key supports this we don't do any special handling anymore (if the user choses a digest that is not supported, signing will simply fail later because no signature scheme will be found). | ||||
* | Allow SHA256 and SHA384 data hash for BLISS signatures. | Andreas Steffen | 2015-02-26 | 1 | -2/+5 |
| | | | | | The default is SHA512 since this hash function is also used for the c_indices random oracle. | ||||
* | Implemented full BLISS support for IKEv2 public key authentication and the ↵ | Andreas Steffen | 2014-11-29 | 1 | -0/+5 |
| | | | | pki tool | ||||
* | pki: Switch to binary mode on Windows when reading/writing DER to FDs | Martin Willi | 2014-06-04 | 1 | -0/+1 |
| | |||||
* | enum: Return boolean result for enum_from_name() lookup | Martin Willi | 2014-05-16 | 1 | -2/+1 |
| | | | | | | | | | | | Handling the result for enum_from_name() is difficult, as checking for negative return values requires a cast if the enum type is unsigned. The new signature clearly differentiates lookup result from lookup value. Further, this actually allows to convert real -1 enum values, which could not be distinguished from "not-found" and the -1 return value. This also fixes several clang warnings where enums are unsigned. | ||||
* | pki: Support absolute --this/next-update CRL lifetimes | Martin Willi | 2014-03-31 | 1 | -6/+22 |
| | |||||
* | pki: Add pki --signcrl man page | Tobias Brunner | 2013-09-13 | 1 | -6/+6 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Use centralized hasher names in pki utility | Martin Willi | 2012-07-17 | 1 | -2/+2 |
| | |||||
* | ASN.1 two's complement encoding prevents overflow in CRL serial number | Andreas Steffen | 2012-04-04 | 1 | -10/+18 |
| | |||||
* | pki: Avoid integer overflow when calculating certificate lifetimes. | Tobias Brunner | 2011-12-23 | 1 | -1/+1 |
| | | | | This only works properly if sizeof(time_t) > 4. | ||||
* | Do proper cleanup in some error cases in pki signcrl. | Tobias Brunner | 2011-04-14 | 1 | -2/+4 |
| | |||||
* | Use incremented serial of base CRL when signing delta CRL | Martin Willi | 2011-01-05 | 1 | -0/+2 |
| | |||||
* | Added support for delta CRLs to pki tool | Martin Willi | 2011-01-05 | 1 | -17/+63 |
| | |||||
* | CRLSign keyUsage or CA basicConstraint are sufficient for CRL validation | Martin Willi | 2011-01-05 | 1 | -2/+2 |
| | |||||
* | Added PKCS#11 private key support to the pki tool | Martin Willi | 2010-08-04 | 1 | -8/+24 |
| | |||||
* | Added pki PEM encoding support for certificates, CRLs and PKCS10 requests | Martin Willi | 2010-07-13 | 1 | -2/+10 |
| | |||||
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 1 | -2/+1 |
| | |||||
* | Added a --signcrl command to the pki utility | Martin Willi | 2010-05-21 | 1 | -0/+375 |