aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing: Converted ipv6/rw-ikev2 to swanctlAndreas Steffen2017-11-1014-104/+163
|
* testing: Converted ipv6/rw-ikev1 to swanctlAndreas Steffen2017-11-1014-107/+160
|
* testing: Converted ipv6/net2net-rfc3779-ikev2 to swanctlAndreas Steffen2017-11-1017-88/+128
|
* testing: Converted ipv6/net2net-ip4-in-ip6-ikev2 to swanctlAndreas Steffen2017-11-1010-78/+117
|
* testing: Converted ipv6/net2net-ip4-in-ip6-ikev1 to swanctlAndreas Steffen2017-11-1010-78/+113
|
* testing: Converted ipv6/transport-ikev2 to swanctlAndreas Steffen2017-11-1011-76/+116
|
* testing: Converted ipv6/transport-ikev1 to swanctlAndreas Steffen2017-11-1011-75/+112
|
* testing: Converted ipv6/net2net-ikev2 to swanctlAndreas Steffen2017-11-1011-84/+119
|
* testing: Converted ipv6/net2net-ikev1 to swanctlAndreas Steffen2017-11-1011-82/+118
|
* testing: Converted ipv6/host2host-ikev2 to swanctlAndreas Steffen2017-11-1011-83/+115
|
* testing: Converted ipv6/host2host-ikev1 to swanctlAndreas Steffen2017-11-1011-86/+111
|
* testing: Removed libipsec/rw-suite-bAndreas Steffen2017-11-1028-2260/+0
|
* testing: Converted libipsec/net2net-null to swanctlAndreas Steffen2017-11-1010-67/+102
|
* testing: Converted libipsec/net2net-cert-ipv6 to swanctlAndreas Steffen2017-11-1010-59/+102
|
* testing: Converted libipsec/net2net-cert to swanctlAndreas Steffen2017-11-1010-59/+102
|
* testing: Converted libipsec/net2net-3des to swanctlAndreas Steffen2017-11-1010-67/+102
|
* testing: Converted libipsec/host2host-cert to swanctlAndreas Steffen2017-11-1010-51/+94
|
* testing: Converted gcrypt-ikev2 to swanctlAndreas Steffen2017-11-1025-158/+243
|
* testing: Converted gcrypt-ikev1 to systemdAndreas Steffen2017-11-108-31/+63
|
* testing: Converted af-alg to systemdAndreas Steffen2017-11-109-35/+72
|
* testing: Enable systemdAndreas Steffen2017-11-103-3/+4
|
* testing: Updated some descriptionsAndreas Steffen2017-11-103-9/+9
|
* libtpmtss: Added missing argument in hasher_from_signature_scheme()Andreas Steffen2017-11-101-1/+1
|
* charon-tkm: Unlink PID file after deinitTobias Brunner2017-11-101-11/+31
| | | | | | Same change as for charon in the previous commit. References #2460.
* charon: Unlink PID file after daemon deinit (i.e. after unloading plugins etc.)Tobias Brunner2017-11-101-9/+14
| | | | | | | | Make sure, though, that we only remove the file if we actually created it (e.g. not for --help or --version). And do so before deinitializing libstrongswan due to leak detective. Fixes #2460.
* unit-tests: Rename targets for libstrongswan and kernel-netlinkThomas Egerer2017-11-092-10/+10
| | | | | | | | | libstrongswan and kernel-netlink are the only two components which do not adhere to the naming scheme used for all other tests. If the tests are run by an external application this imposes problems due to clashing names. Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* Merge branch 'rsassa-pss'Tobias Brunner2017-11-08116-593/+8494
|\ | | | | | | | | | | | | | | | | | | | | This adds support for RSASSA-PSS signatures in IKEv2 digital signature authentication (RFC 7427), certificates and CRLs etc., and when signing credentials via pki tool. For interoperability with older versions, the default is to use classic PKCS#1 signatures. To use PSS padding either enable rsa_pss via strongswan.conf or explicitly use it either via ike:rsa/pss... auth token or the --rsa-padding option of the pki tool. References #2427.
| * auth-cfg: Add RSA/PSS schemes for pubkey and rsa if enabled in strongswan.confTobias Brunner2017-11-084-16/+94
| | | | | | | | Also document the rsa/pss prefix.
| * pki: Enable PSS padding if enabled in strongswan.confTobias Brunner2017-11-085-5/+11
| |
| * pki: Optionally generate RSA/PSS signaturesTobias Brunner2017-11-0813-45/+179
| |
| * pki: Indent usage lines properly automaticallyTobias Brunner2017-11-085-13/+13
| |
| * Treat RSASSA-PSS keys like rsaEncryption RSA keysTobias Brunner2017-11-083-1/+20
| | | | | | | | | | | | | | | | | | | | In theory we should treat any parameters and the identifier itself as restriction to only use the key to create signatures accordingly (e.g. only use RSA with PSS padding or even use specific hash algorithms). But that's currently tricky as we'd have to store and pass this information along with our private keys (i.e. use PKCS#8 to store them and change the builder calls to pass along the identifier and parameters). That would require quite some work.
| * openssl: Add support for signature schemes with parametersTobias Brunner2017-11-082-47/+34
| |
| * pki: Properly forward digest to attribute certificate builderTobias Brunner2017-11-081-0/+1
| |
| * x509: Add support for signature schemes with parametersTobias Brunner2017-11-085-143/+220
| | | | | | | | | | Also adds support for specifying the hash algorithm for attribute certificate signatures.
| * builder: Add builder option to pass signature scheme and paramsTobias Brunner2017-11-082-1/+4
| |
| * ikev2: Use helpers to build signature auth dataTobias Brunner2017-11-081-40/+4
| |
| * signature-params: Add helpers to parse/build ASN.1 algorithmIdentifier for ↵Tobias Brunner2017-11-083-0/+196
| | | | | | | | signature schemes
| * ikev2: Enumerate RSA/PSS schemes and use them if enabledTobias Brunner2017-11-086-38/+67
| |
| * ikev2: Support signing with RSASSA-PSS via RFC 7427 signature authTobias Brunner2017-11-081-6/+21
| |
| * signature-params: Use helper to build MGF1 algorithmIdentifierTobias Brunner2017-11-081-2/+2
| |
| * asn1: Add helper function to create algorithmIdentifier with parametersTobias Brunner2017-11-082-6/+23
| |
| * ikev2: Verify RSASSA-PSS signatures via RFC 7427 signature authTobias Brunner2017-11-081-19/+34
| |
| * keymat_v2: Pass/receive signature schemes as signature_param_t objectsTobias Brunner2017-11-082-28/+58
| |
| * auth-cfg: Parse rsa/pss auth tokensTobias Brunner2017-11-082-25/+136
| |
| * auth-cfg: Store signature schemes as signature_params_t objectsTobias Brunner2017-11-0810-67/+116
| | | | | | | | | | Due to circular references the hasher_from_signature_scheme() helper does not take a signature_params_t object.
| * certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-0829-72/+124
| | | | | | | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies.
| * signature-params: Add helper struct for signature scheme and parametersTobias Brunner2017-11-083-18/+319
| |
| * android: Add support for creating RSASSA-PSS signatures via JNITobias Brunner2017-11-081-2/+142
| |
| * unit-tests: Add RSA-PSS signature tests with specific saltsTobias Brunner2017-11-081-92/+818
| |