aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl
Commit message (Expand)AuthorAgeFilesLines
* Treat RSASSA-PSS keys like rsaEncryption RSA keysTobias Brunner2017-11-081-0/+4
* openssl: Add support for signature schemes with parametersTobias Brunner2017-11-082-47/+34
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-083-9/+17
* 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
* 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-082-2/+2
* public-key: Add optional parameters argument to verify() methodTobias Brunner2017-11-085-5/+7
* 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
* Define MODP_CUSTOM constructors as variadic functionsTobias Brunner2017-09-182-4/+6
* openssl: Add support for delta CRLsTobias Brunner2017-09-182-19/+74
* certificates: Use shared destructor for x509_cdp_tTobias Brunner2017-09-181-11/+2
* openssl: Properly handle flags in key usage extensionTobias Brunner2017-06-141-8/+6
* 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