aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for smartcards in charon by using the ENGINE API provided by ↵Tobias Brunner2008-12-032-3/+96
| | | | OpenSSL, based on patches by Michael Roßberg.
* ported some hard-to-merge cherries back to trunk :-/Martin Willi2008-11-121-2/+2
| | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git...
* proper cleanup of openssl locking codeMartin Willi2008-11-051-7/+13
|
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-051-13/+12
|
* OpenSSL requires a signature length of exactly RSA_size()Martin Willi2008-11-041-5/+3
|
* removed superfluous get_other_public_value in diffie_hellman_t interfaceMartin Willi2008-11-042-46/+4
|
* fixed bignum export if BN_num_bytes() != DH_size()Martin Willi2008-11-042-45/+54
|
* fixed memleakMartin Willi2008-11-041-8/+11
|
* added locking mechanism for multithreaded use of OpenSSLMartin Willi2008-11-031-0/+117
|
* removed accidently checked in debug codeMartin Willi2008-11-031-1/+0
|
* reverted 4541, does not fix the problemMartin Willi2008-11-031-0/+8
|
* removed 0-byte truncation, fixes random Openssl RSA signature verification ↵Martin Willi2008-10-311-7/+0
| | | | failures
* fixed crash in openssl signature verification if sizeof(size_t) != ↵Martin Willi2008-10-311-1/+3
| | | | sizeof(int) (64bit)
* refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 keyAndreas Steffen2008-10-281-11/+27
|
* use 512 bits of entropy for secret DH exponentsAndreas Steffen2008-10-261-0/+1
|
* refactored credential builderMartin Willi2008-09-024-72/+84
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* creating default IKE proposals dynamically using algorithm enumeration APIMartin Willi2008-08-281-20/+20
|
* enabling support for hardware accelerators in OpenSSLTobias Brunner2008-06-251-0/+6
|
* refactoringTobias Brunner2008-06-101-27/+3
|
* ECDSA with OpenSSLTobias Brunner2008-06-108-1/+1196
|
* link against openssl crypto library onlyMartin Willi2008-06-061-1/+1
|
* handle default key sizes in openssl_crypterAndreas Steffen2008-05-281-4/+11
|
* fixed some compiler warningsMartin Willi2008-05-231-1/+1
|
* Id and typoTobias Brunner2008-05-227-1/+13
|
* added the ECP groups from RFC 5114Tobias Brunner2008-05-222-0/+10
|
* added ECDH with OpenSSL (see RFC 4753)Tobias Brunner2008-05-224-1/+421
|
* RSA with OpenSSLTobias Brunner2008-05-156-1/+966
|
* crypter_t api supports in-place encryption using NULL as output parameterMartin Willi2008-04-301-3/+10
|
* simplified the OpenSSL crypter a bitTobias Brunner2008-04-301-10/+4
|
* simplified the OpenSSL hasher a bitTobias Brunner2008-04-301-11/+3
|
* OpenSSL hasher does not need an internal buffer anymoreTobias Brunner2008-04-301-44/+21
|
* adding diffie hellman with OpenSSLTobias Brunner2008-04-294-1/+313
|
* use SHA-1 as preferred hasher in the OpenSSL pluginTobias Brunner2008-04-291-2/+2
|
* added wrapper for OpenSSL hashersTobias Brunner2008-04-284-1/+284
|
* algo lookup correctedTobias Brunner2008-04-281-3/+3
|
* made algo struct staticTobias Brunner2008-04-281-2/+2
|
* typosTobias Brunner2008-04-281-2/+2
|
* added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.)Tobias Brunner2008-04-285-0/+439