aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl
Commit message (Expand)AuthorAgeFilesLines
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-262-6/+23
* openssl: BoringSSL doesn't provide curve data for ECC Brainpool curvesTobias Brunner2016-12-101-1/+4
* openssl: Fix AES-GCM with BoringSSLTobias Brunner2016-10-111-3/+3
* openssl: Add a generic private key loaderTobias Brunner2016-10-057-18/+129
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-223-20/+20
* Fixed some typos, courtesy of codespellTobias Brunner2016-07-041-1/+1
* 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
* 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
* Use standard unsigned integer typesAndreas Steffen2016-03-245-6/+6
* 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-141-4/+4
* openssl: Explicitly include openssl/bn.hTobias Brunner2015-09-165-0/+5
* openssl: Don't refer to EVP_des_ecb() if OpenSSL is built without DES supportTobias Brunner2015-04-171-0/+2
* openssl: Support setting ECDH private valuesMartin Willi2015-04-151-0/+44
* openssl: Support setting private Diffie-Hellman valuesMartin Willi2015-04-151-0/+13
* utils: Use chunk_equals_const() for all cryptographic purposesMartin Willi2015-04-142-2/+2
* openssl: Don't pre-initialize OpenSSL HMAC with an empty keyMartin Willi2015-04-131-6/+16
* diffie-hellman: Verify public DH values in backendsMartin Willi2015-03-232-0/+10
* diffie-hellman: Add a bool return value to set_other_public_value()Martin Willi2015-03-232-5/+7
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-232-2/+4
* diffie-hellman: Use bool instead of status_t as get_shared_secret() return valueMartin Willi2015-03-232-6/+6
* openssl: Return the proper IV length for OpenSSL cryptersTobias Brunner2015-02-231-1/+1
* crypto: Define MODP_CUSTOM outside of IKE DH rangeTobias Brunner2014-12-232-2/+2
* curl: For SSL features, depend on thread-safety provided by our crypto pluginsMartin Willi2014-09-241-0/+2
* openssl: Report correct key length for EC keys when not using NIST curvesTobias Brunner2014-09-022-22/+2
* openssl: Don't re-enter FIPS mode if we are already using itMartin Willi2014-06-041-2/+3
* openssl: Be less verbose about FIPS mode when not running as daemonMartin Willi2014-06-041-2/+2
* openssl: Fix includes to prevent <winsock2.h> to complain about include orderMartin Willi2014-06-042-6/+8
* openssl: Undef OpenSSLs X509_NAME defined by <wincrypt.h>Martin Willi2014-06-041-0/+6
* openssl: Check and link against libeay32 instead of libcrypto on WindowsMartin Willi2014-06-041-1/+1
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* aead: Support custom AEAD salt sizesMartin Willi2014-03-312-2/+12