aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* utils: Add helper macros to read variadic arguments into local variablesTobias Brunner2017-05-261-2/+46
* unit-tests: Fix test_chunk_eq() if arguments have side-effectsTobias Brunner2017-05-241-1/+1
* asn1: Make sure the first argument to sscanf() is null-terminatedTobias Brunner2017-05-231-7/+9
* 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
* chunk: Correctly parse Base64 text where four = follow in a rowTobias 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
* processor: Move priority threads assignment to set_threads()Tobias Brunner2017-05-231-4/+9
* Add plugin constructor registration for all libraries that provide pluginsTobias Brunner2017-05-232-0/+16
* plugin-constructors: Add script to generate constructor registrationTobias Brunner2017-05-232-0/+61
* plugin-loader: Add facility to register plugin constructorsTobias Brunner2017-05-232-3/+69
* library: Add compile option to disable memwipe() checkTobias Brunner2017-05-231-0/+6
* pem: Don't read beyond line endsTobias Brunner2017-05-231-2/+2
* x509: Fix leak if there is an empty CDPTobias Brunner2017-05-231-1/+7
* x509: Fix leak if a certificate contains multiple authorityKeyIdentifiersTobias Brunner2017-05-231-0/+1
* credential-manager: Prefer local over global setsAdrian-Ken Rueegsegger2017-05-231-7/+7
* tun-device: Use next free TUN device on FreeBSDTobias Brunner2017-05-191-3/+18
* tun-device: TUN devices are not supported on iOSTobias Brunner2017-05-191-1/+10
* af-alg: Fix crypt() definition conflictBaruch Siach2017-05-151-2/+2
* x509: Evaluate return codes of parsing functionsAndreas Steffen2017-05-084-52/+149
* Fixed some typos, courtesy of codespellTobias Brunner2017-03-232-2/+2
* Allow x25519 as an alias of the curve25519 KE algorithmAndreas Steffen2017-03-201-0/+1
* Reference Edwards-curve signature RFCsAndreas Steffen2017-03-203-17/+19
* utils: chunk_from_hex() skips optional 0x prefixAndreas Steffen2017-03-062-11/+18
* settings: Add support for hex integers (0x prefix) via get_int()Tobias Brunner2017-03-021-1/+6
* host: Don't log port if it is zeroTobias Brunner2017-03-022-6/+6
* traffic-selector: Allow calling set_address() for any traffic selectorTobias Brunner2017-02-273-48/+63
* x509: Do not mark generated addrblock extension as criticalMartin Willi2017-02-271-2/+1
* x509: Support encoding the RFC 3779 addrblock extensionMartin Willi2017-02-271-3/+134
* builder: Define a builder part for X.509 RFC 3779 address blocksMartin Willi2017-02-272-0/+3
* plugin-loader: Fix hashing of registered plugin featuresTobias Brunner2017-02-241-1/+1
* mem-cred: Add methods to add/remove shared keys with unique identifiersTobias Brunner2017-02-162-6/+107
* mem-cred: Add method to remove a private key with a specific fingerprintTobias Brunner2017-02-162-2/+38
* revocation: More accurately describe the flags to disable OCSP/CRL validationTobias Brunner2017-02-151-8/+7
* unit-tests: Allow default test timeout to be configured via compile optionThomas Egerer2017-02-141-0/+2
* settings: Fix purge if order differs from alphabetical orderTobias Brunner2017-02-071-1/+1
* libipsec: Fix Windows build via MinGWTobias Brunner2017-01-251-0/+7
* bliss: Increase timeout for sampler unit testTobias Brunner2017-01-161-2/+2
* android: Include ref10 subdirectory for curve25519 pluginTobias Brunner2017-01-161-0/+1
* revocation: OCSP and/or CRL fetching can be disabledAndreas Steffen2016-12-301-38/+71
* Moved Ed25519 tests to libstrongswanAndreas Steffen2016-12-149-141/+27
* unit-tests: Completed coverage of hasher, crypter and libnttfftAndreas Steffen2016-12-143-34/+57
* Implemented EdDSA for IKEv2 using a pro forma Identity hash functionAndreas Steffen2016-12-145-17/+108
* Added Ed25519 ref10 implementation from libsodiumAndreas Steffen2016-12-1413-16/+5789
* Added support of EdDSA signaturesAndreas Steffen2016-12-1423-35/+857
* openssl: BoringSSL doesn't provide curve data for ECC Brainpool curvesTobias Brunner2016-12-101-1/+4
* android: Optionally build the curve25519 pluginTobias Brunner2016-12-081-0/+2
* android: Optionally build the chapoly pluginTobias Brunner2016-12-081-0/+2
* plugin-loader: Strip '!' from critical plugin names when setting pathsTobias Brunner2016-11-181-1/+1