Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | dh_exponent_ansi_x9_42 is now a libstrongswan setting | Andreas Steffen | 2009-05-26 | 1 | -1/+1 | |
| | ||||||
* | fixed setting of variable key length | Andreas Steffen | 2009-05-14 | 1 | -3/+5 | |
| | ||||||
* | compiler warning fixed | Tobias Brunner | 2009-05-06 | 1 | -1/+1 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 20 | -40/+0 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 2 | -4/+4 | |
| | | | | | important change for developers: %Y replaces %D to print identities! | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 10 | -11/+10 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | adding MD4 and DES (ECB) to openssl plugin | Tobias Brunner | 2009-02-18 | 3 | -1/+9 | |
| | ||||||
* | add support for smartcards in charon by using the ENGINE API provided by ↵ | Tobias Brunner | 2008-12-03 | 2 | -3/+96 | |
| | | | | OpenSSL, based on patches by Michael Roßberg. | |||||
* | ported some hard-to-merge cherries back to trunk :-/ | Martin Willi | 2008-11-12 | 1 | -2/+2 | |
| | | | | | shame, svn, shame: this was ways to complicated we should consider a switch to git... | |||||
* | proper cleanup of openssl locking code | Martin Willi | 2008-11-05 | 1 | -7/+13 | |
| | ||||||
* | replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variant | Martin Willi | 2008-11-05 | 1 | -13/+12 | |
| | ||||||
* | OpenSSL requires a signature length of exactly RSA_size() | Martin Willi | 2008-11-04 | 1 | -5/+3 | |
| | ||||||
* | removed superfluous get_other_public_value in diffie_hellman_t interface | Martin Willi | 2008-11-04 | 2 | -46/+4 | |
| | ||||||
* | fixed bignum export if BN_num_bytes() != DH_size() | Martin Willi | 2008-11-04 | 2 | -45/+54 | |
| | ||||||
* | fixed memleak | Martin Willi | 2008-11-04 | 1 | -8/+11 | |
| | ||||||
* | added locking mechanism for multithreaded use of OpenSSL | Martin Willi | 2008-11-03 | 1 | -0/+117 | |
| | ||||||
* | removed accidently checked in debug code | Martin Willi | 2008-11-03 | 1 | -1/+0 | |
| | ||||||
* | reverted 4541, does not fix the problem | Martin Willi | 2008-11-03 | 1 | -0/+8 | |
| | ||||||
* | removed 0-byte truncation, fixes random Openssl RSA signature verification ↵ | Martin Willi | 2008-10-31 | 1 | -7/+0 | |
| | | | | failures | |||||
* | fixed crash in openssl signature verification if sizeof(size_t) != ↵ | Martin Willi | 2008-10-31 | 1 | -1/+3 | |
| | | | | sizeof(int) (64bit) | |||||
* | refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 key | Andreas Steffen | 2008-10-28 | 1 | -11/+27 | |
| | ||||||
* | use 512 bits of entropy for secret DH exponents | Andreas Steffen | 2008-10-26 | 1 | -0/+1 | |
| | ||||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 4 | -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 API | Martin Willi | 2008-08-28 | 1 | -20/+20 | |
| | ||||||
* | enabling support for hardware accelerators in OpenSSL | Tobias Brunner | 2008-06-25 | 1 | -0/+6 | |
| | ||||||
* | refactoring | Tobias Brunner | 2008-06-10 | 1 | -27/+3 | |
| | ||||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 8 | -1/+1196 | |
| | ||||||
* | link against openssl crypto library only | Martin Willi | 2008-06-06 | 1 | -1/+1 | |
| | ||||||
* | handle default key sizes in openssl_crypter | Andreas Steffen | 2008-05-28 | 1 | -4/+11 | |
| | ||||||
* | fixed some compiler warnings | Martin Willi | 2008-05-23 | 1 | -1/+1 | |
| | ||||||
* | Id and typo | Tobias Brunner | 2008-05-22 | 7 | -1/+13 | |
| | ||||||
* | added the ECP groups from RFC 5114 | Tobias Brunner | 2008-05-22 | 2 | -0/+10 | |
| | ||||||
* | added ECDH with OpenSSL (see RFC 4753) | Tobias Brunner | 2008-05-22 | 4 | -1/+421 | |
| | ||||||
* | RSA with OpenSSL | Tobias Brunner | 2008-05-15 | 6 | -1/+966 | |
| | ||||||
* | crypter_t api supports in-place encryption using NULL as output parameter | Martin Willi | 2008-04-30 | 1 | -3/+10 | |
| | ||||||
* | simplified the OpenSSL crypter a bit | Tobias Brunner | 2008-04-30 | 1 | -10/+4 | |
| | ||||||
* | simplified the OpenSSL hasher a bit | Tobias Brunner | 2008-04-30 | 1 | -11/+3 | |
| | ||||||
* | OpenSSL hasher does not need an internal buffer anymore | Tobias Brunner | 2008-04-30 | 1 | -44/+21 | |
| | ||||||
* | adding diffie hellman with OpenSSL | Tobias Brunner | 2008-04-29 | 4 | -1/+313 | |
| | ||||||
* | use SHA-1 as preferred hasher in the OpenSSL plugin | Tobias Brunner | 2008-04-29 | 1 | -2/+2 | |
| | ||||||
* | added wrapper for OpenSSL hashers | Tobias Brunner | 2008-04-28 | 4 | -1/+284 | |
| | ||||||
* | algo lookup corrected | Tobias Brunner | 2008-04-28 | 1 | -3/+3 | |
| | ||||||
* | made algo struct static | Tobias Brunner | 2008-04-28 | 1 | -2/+2 | |
| | ||||||
* | typos | Tobias Brunner | 2008-04-28 | 1 | -2/+2 | |
| | ||||||
* | added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.) | Tobias Brunner | 2008-04-28 | 5 | -0/+439 | |