Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ported twofish as a plugin | Andreas Steffen | 2009-05-14 | 1 | -1447/+51 | |
| | ||||||
* | fixed 32 bit overflow check | Andreas Steffen | 2009-05-14 | 2 | -0/+884 | |
| | ||||||
* | renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵ | Andreas Steffen | 2009-05-14 | 2 | -2/+2 | |
| | | | | ENCR_SERPENT_CBC, respectively | |||||
* | fixed setting of variable key length | Andreas Steffen | 2009-05-14 | 1 | -3/+5 | |
| | ||||||
* | clone iv before blowfish en|decryption | Andreas Steffen | 2009-05-14 | 1 | -2/+8 | |
| | ||||||
* | fixed indentation | Andreas Steffen | 2009-05-14 | 1 | -19/+19 | |
| | ||||||
* | changed TRUE/FALSE to 1/0 | Andreas Steffen | 2009-05-14 | 1 | -2/+2 | |
| | ||||||
* | blowfish block size is 8 bytes | Andreas Steffen | 2009-05-14 | 1 | -1/+1 | |
| | ||||||
* | fixed caption | Andreas Steffen | 2009-05-14 | 1 | -2/+2 | |
| | ||||||
* | implemented blowfish as a plugin | Andreas Steffen | 2009-05-11 | 8 | -1431/+1164 | |
| | ||||||
* | started migration to encryption plugins | Andreas Steffen | 2009-05-09 | 15 | -0/+5270 | |
| | ||||||
* | compiler warning fixed | Tobias Brunner | 2009-05-06 | 1 | -1/+1 | |
| | ||||||
* | added support for AUTH_HMAC_SHA1_160 | Andreas Steffen | 2009-05-04 | 1 | -0/+4 | |
| | ||||||
* | pluto and scepclient use the random plugin from libstrongswan | Andreas Steffen | 2009-04-30 | 1 | -1/+0 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 81 | -162/+0 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 6 | -15/+15 | |
| | | | | | important change for developers: %Y replaces %D to print identities! | |||||
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 5 | -6/+6 | |
| | ||||||
* | pluto and scepclient use the curl and ldap fetcher plugins | Andreas Steffen | 2009-04-29 | 1 | -12/+27 | |
| | ||||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -1/+1 | |
| | ||||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 1 | -1/+1 | |
| | ||||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -13/+13 | |
| | ||||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 65 | -72/+71 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | reintegrated eap-radius branch into trunk | Martin Willi | 2009-03-24 | 2 | -0/+6 | |
| | ||||||
* | fixing DES ECB decryption | Tobias Brunner | 2009-03-12 | 1 | -6/+6 | |
| | ||||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 4 | -5/+5 | |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | |||||
* | ECB mode added to the DES plugin | Tobias Brunner | 2009-02-19 | 2 | -1/+106 | |
| | ||||||
* | added Id svn:keyword | Andreas Steffen | 2009-02-19 | 2 | -2/+2 | |
| | ||||||
* | support of MD4 hash | Andreas Steffen | 2009-02-19 | 5 | -0/+524 | |
| | ||||||
* | adding MD4 and DES (ECB) to openssl plugin | Tobias Brunner | 2009-02-18 | 3 | -1/+9 | |
| | ||||||
* | support for Padlock RNG | Martin Willi | 2008-12-18 | 4 | -1/+206 | |
| | ||||||
* | proper feature probing for padlock | Martin Willi | 2008-12-17 | 1 | -10/+107 | |
| | ||||||
* | removed debugging leftovers | Martin Willi | 2008-12-08 | 1 | -4/+0 | |
| | ||||||
* | basic x509 certificate generation | Martin Willi | 2008-12-08 | 1 | -49/+246 | |
| | ||||||
* | fixed refactoring error in openac | Andreas Steffen | 2008-12-04 | 1 | -1/+3 | |
| | ||||||
* | 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... | |||||
* | fixed compiler warnings issued by: | Martin Willi | 2008-11-11 | 2 | -10/+30 | |
| | | | | | | gcc 4.3 curl.h gcc type-checking glibc with enabled FORTIFY_SOURCE checking | |||||
* | 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 | |
| | ||||||
* | got rid of deprecated create_iterator_locked() | Martin Willi | 2008-11-05 | 3 | -0/+5 | |
| | ||||||
* | 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 | 3 | -66/+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 | 2 | -22/+62 | |
| |