aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* hashers: Change names of SHA2 hash algorithmsTobias Brunner2017-11-171-8/+8
* ikev2: Add hash algorithm used for RSASSA-PSS signature to log messageTobias Brunner2017-11-171-11/+41
* hasher: Add uppercase short names for hash algorithmsTobias Brunner2017-11-172-0/+23
* x509: Initialize signature params when parsing attribute certificatesTobias Brunner2017-11-151-1/+1
* sw-collector: Unmap history file on failure to instantiate extractorTobias Brunner2017-11-151-0/+1
* charon: Explicitly check return value of fileno()Tobias Brunner2017-11-152-2/+12
* pkcs8: Add explicit comment for RSASSA-PSS fall-throughTobias Brunner2017-11-151-0/+1
* The pacman tool got replaced by the sec-updater toolTobias Brunner2017-11-152-2/+1
* Fixed some typos, courtesy of codespellTobias Brunner2017-11-1515-19/+19
* swanctl: Add check for conflicting short optionsTobias Brunner2017-11-131-0/+9
* swanctl: Properly register --counters commmandTobias Brunner2017-11-131-1/+1
* libimcv: Updated imv databaseAndreas Steffen2017-11-111-4/+88
* 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
* charon: Unlink PID file after daemon deinit (i.e. after unloading plugins etc.)Tobias Brunner2017-11-101-9/+14
* unit-tests: Rename targets for libstrongswan and kernel-netlinkThomas Egerer2017-11-092-10/+10
* auth-cfg: Add RSA/PSS schemes for pubkey and rsa if enabled in strongswan.confTobias Brunner2017-11-083-16/+88
* 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
* 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
* 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 si...Tobias Brunner2017-11-083-0/+196
* ikev2: Enumerate RSA/PSS schemes and use them if enabledTobias Brunner2017-11-085-38/+64
* 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
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-0829-72/+124
* 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
* gcrypt: Add support for static salts when signing with RSA-PSSTobias Brunner2017-11-081-6/+17
* gmp: Add support for static salts when signing with RSA-PSSTobias Brunner2017-11-081-2/+6
* signature-params: Optionally pass a specific salt value when signingTobias Brunner2017-11-081-0/+2
* unit-tests: Warn if we skip RSA tests due to dependenciesTobias Brunner2017-11-081-0/+11
* unit-tests: Add ability to issue a warning message for a test caseTobias Brunner2017-11-083-6/+116
* mgf1: Add support for SHA-224/384 based MGF1Tobias Brunner2017-11-082-1/+11
* xof: Add identifiers for MGF1 XOFs based on SHA-224/384Tobias Brunner2017-11-082-5/+13
* gmp: Use helper to determine XOF typeTobias Brunner2017-11-082-28/+10
* xof: Add helper to determine MGF1 XOF type from hash algorithmTobias Brunner2017-11-082-0/+38
* gcrypt: Add support for RSA-PSS signaturesTobias Brunner2017-11-083-31/+127
* gcrypt: Register supported RSA signature/verification schemesTobias Brunner2017-11-081-0/+16