aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* xof: Defined Extended Output FunctionsAndreas Steffen2016-07-293-0/+43
* unit-tests: Decreased loop count of FFT speed test to 10'000Andreas Steffen2016-07-221-1/+1
* unit-tests: Added bliss_fft_speed testAndreas Steffen2016-07-221-1/+42
* Fixed some typos, courtesy of codespellTobias Brunner2016-07-041-1/+1
* plugin-loader: Allow selective modification of the default plugin listTobias Brunner2016-06-291-10/+24
* openssl: Update GCM/crypter API to OpenSSL 1.1.0Tobias Brunner2016-06-291-13/+13
* openssl: Update HMAC API to OpenSSL 1.1.0Tobias Brunner2016-06-291-9/+25
* openssl: Don't use deprecated RAND_pseudo_bytes()Tobias Brunner2016-06-291-7/+0
* openssl: Update PKCS#12 API to OpenSSL 1.1.0Tobias Brunner2016-06-291-1/+5
* openssl: Update PKCS#7 API to OpenSSL 1.1.0Tobias Brunner2016-06-291-3/+7
* openssl: Update CRL API to OpenSSL 1.1.0Tobias Brunner2016-06-291-7/+42
* openssl: Update x509 API to OpenSSL 1.1.0Tobias Brunner2016-06-291-12/+48
* openssl: Update ECDSA API to OpenSSL 1.1.0Tobias Brunner2016-06-292-5/+24
* openssl: Update RSA API to OpenSSL 1.1.0Tobias Brunner2016-06-292-16/+52
* openssl: Make some utilities take const BIGNUM pointersTobias Brunner2016-06-292-4/+6
* openssl: Add macro to define fallback functions for non-opaque OpenSSL versionsTobias Brunner2016-06-291-0/+38
* openssl: Update DH API to OpenSSL 1.1.0Tobias Brunner2016-06-291-11/+41
* openssl: Update crypter API to OpenSSL 1.1.0Tobias Brunner2016-06-291-12/+17
* openssl: Fix mapping from ASN1 to chunk_t with OpenSSL 1.1.0Tobias Brunner2016-06-291-1/+7
* openssl: Update initialization and cleanup for OpenSSL 1.1.0Tobias Brunner2016-06-291-7/+17
* openssl: OpenSSL 1.1.0 is thread-safe so we don't have to setup callbacksTobias Brunner2016-06-291-0/+13
* android: Use non-aliased cipher identifiersTobias Brunner2016-06-131-12/+12
* x509: Properly wrap keyid in authorityKeyIdentifier in attribute certificatesTobias Brunner2016-06-061-1/+2
* af-alg: Silently skip probing algorithms if AF_ALG is not supportedMartin Willi2016-05-191-0/+19
* curl: Add TLS support if libcurl is built against BoringSSLTobias Brunner2016-04-151-1/+2
* openssl: BoringSSL does not support configurationTobias Brunner2016-04-151-0/+4
* openssl: The member storing the DH exponent length has been renamed in BoringSSLTobias Brunner2016-04-151-0/+4
* openssl: Use proper EVP macro to determine size of a hashTobias Brunner2016-04-152-2/+2
* curl: Handle LibreSSL like OpenSSL in regards to multi-threadingTobias Brunner2016-04-151-1/+1
* pkcs11: Skip zero-padding of r and s when preparing EC signatureTobias Brunner2016-04-051-3/+9
* Use u_int32_t legacy type in blowfish header fileAndreas Steffen2016-03-241-1/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-2460-380/+380
* vici: Support of raw public keysAndreas Steffen2016-01-092-0/+15
* 128 bit default security strength for IKE and ESP algorithmsAndreas Steffen2015-12-171-19/+19
* 128 bit default security strength requires 3072 bit prime DH groupAndreas Steffen2015-12-143-16/+16
* Allow msSmartcardLogon EKU to be builtAndreas Steffen2015-12-111-2/+2
* Print OCSP single responsesAndreas Steffen2015-12-111-2/+40
* byteorder: Add 32-bit unaligned little-endian conversion functionsMartin Willi2015-12-041-21/+0
* revocation: Allow CRLs to be encoded in PEM formatTobias Brunner2015-11-121-1/+1
* curl: Be less strict when considering status codes as errorsTobias Brunner2015-11-121-3/+3
* plugin-loader: Optionally use RTLD_NOW with dlopen()Tobias Brunner2015-11-091-6/+11
* Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemesAndreas Steffen2015-11-065-19/+31
* Use word-aligned XOR in sha3_absorb()Andreas Steffen2015-11-031-4/+47
* Support BLISS signatures with SHA-3 hashAndreas Steffen2015-11-032-0/+12
* Implemented SHA-3 hash algorithm including test vectorsAndreas Steffen2015-11-038-0/+1022
* random: Properly handle errors when reading from /dev/[u]randomTobias Brunner2015-10-291-0/+1
* openssl: Explicitly include openssl/bn.hTobias Brunner2015-09-165-0/+5
* Fixed some typos, courtesy of codespellTobias Brunner2015-08-271-1/+1
* Fix some Doxygen issuesTobias Brunner2015-08-271-1/+1
* plugin-feature: Add vendor specific EAP method registration macrosTobias Brunner2015-08-172-8/+18