aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
* x509: Initialize signature params when parsing attribute certificatesTobias Brunner2017-11-151-1/+1
* pkcs8: Add explicit comment for RSASSA-PSS fall-throughTobias Brunner2017-11-151-0/+1
* 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
* x509: Add support for signature schemes with parametersTobias Brunner2017-11-085-143/+220
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-0813-44/+75
* 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
* mgf1: Add support for SHA-224/384 based MGF1Tobias Brunner2017-11-082-1/+11
* gmp: Use helper to determine XOF typeTobias Brunner2017-11-082-28/+10
* gcrypt: Add support for RSA-PSS signaturesTobias Brunner2017-11-083-31/+127
* gcrypt: Register supported RSA signature/verification schemesTobias Brunner2017-11-081-0/+16
* gmp: Add support for RSASSA-PSS signature verificationTobias Brunner2017-11-082-2/+140
* gmp: Add support for RSASSA-PSS signature creationTobias Brunner2017-11-082-0/+130
* openssl: Add support for verifying RSASSA-PSS signaturesTobias Brunner2017-11-082-3/+142
* openssl: Add support for creating RSASSA-PSS signaturesTobias Brunner2017-11-082-5/+132
* openssl: Add helper to determine EVP_MD from hash_algorithm_tTobias Brunner2017-11-082-9/+27
* gcrypt: Determine missing RSA private key parametersTobias Brunner2017-11-081-4/+133
* gmp: Determine missing RSA private key parametersTobias Brunner2017-11-081-4/+109
* openssl: Add functions to determine missing RSA private key parametersTobias Brunner2017-11-081-9/+223
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-0816-29/+26
* public-key: Add optional parameters argument to verify() methodTobias Brunner2017-11-0817-19/+25
* pkcs11: Call C_Finalize() to cancel jobs waiting in C_WaitForSlotEvent()Tobias Brunner2017-11-021-9/+14
* openssl: Also load EC keys from an ENGINETobias Brunner2017-11-025-155/+168
* openssl: Fix call of X509_CRL_get0_signature() with OpenSSL 1.1.0Tobias Brunner2017-10-101-3/+3
* bliss: Fix compile error of unit tests due to uninitialized variableTobias Brunner2017-09-181-1/+1
* Define MODP_CUSTOM constructors as variadic functionsTobias Brunner2017-09-188-22/+28
* plugin-loader: Correctly read dlopen_use_rtld_now optionTobias Brunner2017-09-181-1/+1
* openssl: Add support for delta CRLsTobias Brunner2017-09-182-19/+74
* certificates: Use shared destructor for x509_cdp_tTobias Brunner2017-09-183-33/+6
* plugin-loader: Move indent variables into !USE_FUZZING blockTobias Brunner2017-08-151-2/+2
* gmp: Fix RSA signature verification for m >= nTobias Brunner2017-08-141-3/+9
* sha2: Write final hash directly to output bufferTobias Brunner2017-08-071-56/+26
* curl: Enable following redirectsTobias Brunner2017-07-271-0/+9
* imv-swima: Implemented SW event processingAndreas Steffen2017-07-081-2/+12
* x509: Correctly encode nonce in OCSP requestTobias Brunner2017-07-071-1/+2
* configure: Enable coverage for all plugins via PLUGIN_CFLAGSTobias Brunner2017-06-203-6/+3
* openssl: Properly handle flags in key usage extensionTobias Brunner2017-06-141-8/+6
* x509: nameConstraints sequence does not require a loopAndreas Steffen2017-05-291-2/+1
* asn1-parser: Fix CHOICE parsingAndreas Steffen2017-05-291-53/+59
* gmp: Make sure the modulus is odd and the exponent not zeroTobias Brunner2017-05-291-1/+6
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-18/+20
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-265-102/+145
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-267-50/+74
* x509: Fix leak when parsing CDPs if an invalid one follows valid onesTobias Brunner2017-05-231-2/+2
* pem: Ensure a value before checking Proc-Type in PEM headerTobias Brunner2017-05-231-1/+1
* plugin-loader: Disable some logging output when building fuzz targetsTobias Brunner2017-05-231-4/+19
* x509: Manually print CRL/OCSP URIs when fuzzingTobias Brunner2017-05-231-8/+25
* plugin-constructors: Add script to generate constructor registrationTobias Brunner2017-05-231-0/+60
* plugin-loader: Add facility to register plugin constructorsTobias Brunner2017-05-232-3/+69