aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_auth_cfg.c
Commit message (Collapse)AuthorAgeFilesLines
* auth-cfg: Add RSA/PSS schemes for pubkey and rsa if enabled in strongswan.confTobias Brunner2017-11-081-0/+27
| | | | Also document the rsa/pss prefix.
* auth-cfg: Parse rsa/pss auth tokensTobias Brunner2017-11-081-0/+74
|
* auth-cfg: Store signature schemes as signature_params_t objectsTobias Brunner2017-11-081-2/+2
| | | | | Due to circular references the hasher_from_signature_scheme() helper does not take a signature_params_t object.
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-221-9/+9
|
* auth-cfg: Make IKE signature schemes configurableTobias Brunner2016-03-041-0/+122
This also restores the charon.signature_authentication_constraints functionality, that is, if no explicit IKE signature schemes are configured we apply all regular signature constraints as IKE constraints.