index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Treat RSASSA-PSS keys like rsaEncryption RSA keys
Tobias Brunner
2017-11-08
1
-0
/
+4
*
openssl: Add support for signature schemes with parameters
Tobias Brunner
2017-11-08
2
-47
/
+34
*
certificate: Return signature scheme and parameters from issued_by() method
Tobias Brunner
2017-11-08
3
-9
/
+17
*
openssl: Add support for verifying RSASSA-PSS signatures
Tobias Brunner
2017-11-08
2
-3
/
+142
*
openssl: Add support for creating RSASSA-PSS signatures
Tobias Brunner
2017-11-08
2
-5
/
+132
*
openssl: Add helper to determine EVP_MD from hash_algorithm_t
Tobias Brunner
2017-11-08
2
-9
/
+27
*
openssl: Add functions to determine missing RSA private key parameters
Tobias Brunner
2017-11-08
1
-9
/
+223
*
private-key: Add optional parameters argument to sign() method
Tobias Brunner
2017-11-08
2
-2
/
+2
*
public-key: Add optional parameters argument to verify() method
Tobias Brunner
2017-11-08
5
-5
/
+7
*
openssl: Also load EC keys from an ENGINE
Tobias Brunner
2017-11-02
5
-155
/
+168
*
openssl: Fix call of X509_CRL_get0_signature() with OpenSSL 1.1.0
Tobias Brunner
2017-10-10
1
-3
/
+3
*
Define MODP_CUSTOM constructors as variadic functions
Tobias Brunner
2017-09-18
2
-4
/
+6
*
openssl: Add support for delta CRLs
Tobias Brunner
2017-09-18
2
-19
/
+74
*
certificates: Use shared destructor for x509_cdp_t
Tobias Brunner
2017-09-18
1
-11
/
+2
*
openssl: Properly handle flags in key usage extension
Tobias Brunner
2017-06-14
1
-8
/
+6
*
Migrate all enumerators to venumerate() interface change
Tobias Brunner
2017-05-26
2
-6
/
+23
*
openssl: BoringSSL doesn't provide curve data for ECC Brainpool curves
Tobias Brunner
2016-12-10
1
-1
/
+4
*
openssl: Fix AES-GCM with BoringSSL
Tobias Brunner
2016-10-11
1
-3
/
+3
*
openssl: Add a generic private key loader
Tobias Brunner
2016-10-05
7
-18
/
+129
*
gmp: Support of SHA-3 RSA signatures
Andreas Steffen
2016-09-22
3
-20
/
+20
*
Fixed some typos, courtesy of codespell
Tobias Brunner
2016-07-04
1
-1
/
+1
*
openssl: Update GCM/crypter API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-13
/
+13
*
openssl: Update HMAC API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-9
/
+25
*
openssl: Don't use deprecated RAND_pseudo_bytes()
Tobias Brunner
2016-06-29
1
-7
/
+0
*
openssl: Update PKCS#12 API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-1
/
+5
*
openssl: Update PKCS#7 API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-3
/
+7
*
openssl: Update CRL API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-7
/
+42
*
openssl: Update x509 API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-12
/
+48
*
openssl: Update ECDSA API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
2
-5
/
+24
*
openssl: Update RSA API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
2
-16
/
+52
*
openssl: Make some utilities take const BIGNUM pointers
Tobias Brunner
2016-06-29
2
-4
/
+6
*
openssl: Add macro to define fallback functions for non-opaque OpenSSL versions
Tobias Brunner
2016-06-29
1
-0
/
+38
*
openssl: Update DH API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-11
/
+41
*
openssl: Update crypter API to OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-12
/
+17
*
openssl: Fix mapping from ASN1 to chunk_t with OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-1
/
+7
*
openssl: Update initialization and cleanup for OpenSSL 1.1.0
Tobias Brunner
2016-06-29
1
-7
/
+17
*
openssl: OpenSSL 1.1.0 is thread-safe so we don't have to setup callbacks
Tobias Brunner
2016-06-29
1
-0
/
+13
*
android: Use non-aliased cipher identifiers
Tobias Brunner
2016-06-13
1
-12
/
+12
*
openssl: BoringSSL does not support configuration
Tobias Brunner
2016-04-15
1
-0
/
+4
*
openssl: The member storing the DH exponent length has been renamed in BoringSSL
Tobias Brunner
2016-04-15
1
-0
/
+4
*
openssl: Use proper EVP macro to determine size of a hash
Tobias Brunner
2016-04-15
2
-2
/
+2
*
Use standard unsigned integer types
Andreas Steffen
2016-03-24
5
-6
/
+6
*
128 bit default security strength for IKE and ESP algorithms
Andreas Steffen
2015-12-17
1
-19
/
+19
*
128 bit default security strength requires 3072 bit prime DH group
Andreas Steffen
2015-12-14
1
-4
/
+4
*
openssl: Explicitly include openssl/bn.h
Tobias Brunner
2015-09-16
5
-0
/
+5
*
openssl: Don't refer to EVP_des_ecb() if OpenSSL is built without DES support
Tobias Brunner
2015-04-17
1
-0
/
+2
*
openssl: Support setting ECDH private values
Martin Willi
2015-04-15
1
-0
/
+44
*
openssl: Support setting private Diffie-Hellman values
Martin Willi
2015-04-15
1
-0
/
+13
*
utils: Use chunk_equals_const() for all cryptographic purposes
Martin Willi
2015-04-14
2
-2
/
+2
*
openssl: Don't pre-initialize OpenSSL HMAC with an empty key
Martin Willi
2015-04-13
1
-6
/
+16
[next]