Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gcrypt hasher implementation | Martin Willi | 2009-06-09 | 4 | -1/+220 | |
| | ||||||
* | initialize gcrypt threadsave, currently for pthread only | Martin Willi | 2009-06-09 | 1 | -1/+25 | |
| | ||||||
* | added skeleton for libgcrypt based crypto plugin | Martin Willi | 2009-06-09 | 3 | -0/+111 | |
| | ||||||
* | fixed crash in openssl private_key->get_public_key(), using encode/load ↵ | Martin Willi | 2009-06-09 | 1 | -18/+8 | |
| | | | | workaround | |||||
* | implement gmp_rsa_private_key.decrypt() | Andreas Steffen | 2009-06-09 | 2 | -4/+34 | |
| | ||||||
* | implemented gmp_rsa_public_key.encrypt() method | Andreas Steffen | 2009-06-09 | 1 | -4/+59 | |
| | ||||||
* | created signature_scheme_from_oid() helper function | Andreas Steffen | 2009-06-09 | 4 | -100/+24 | |
| | ||||||
* | hardened OpenPGP parser | Andreas Steffen | 2009-06-09 | 1 | -23/+31 | |
| | ||||||
* | used rsa coeff field in OpenPGP secret key payload | Andreas Steffen | 2009-06-09 | 1 | -25/+32 | |
| | ||||||
* | fixed OpenPGPv3 fingerprint computation | Andreas Steffen | 2009-06-09 | 1 | -7/+19 | |
| | ||||||
* | fixed OpenPGP parsing | Andreas Steffen | 2009-06-09 | 1 | -18/+24 | |
| | ||||||
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 5 | -113/+546 | |
| | ||||||
* | hide credentials headers in credential_factory.h | Andreas Steffen | 2009-05-28 | 3 | -0/+3 | |
| | ||||||
* | register the already implemented AUTH_HMAC_SHA1_160 algorithm | Martin Willi | 2009-05-28 | 1 | -0/+2 | |
| | ||||||
* | set parsed = TRUE before calling parse_certificate() | Andreas Steffen | 2009-05-27 | 1 | -8/+7 | |
| | ||||||
* | dh_exponent_ansi_x9_42 is now a libstrongswan setting | Andreas Steffen | 2009-05-26 | 2 | -2/+2 | |
| | ||||||
* | moved very stroke specific x509 flag handling out of core library | Martin Willi | 2009-05-18 | 1 | -21/+10 | |
| | ||||||
* | fixed fatal typo | Andreas Steffen | 2009-05-15 | 2 | -2/+2 | |
| | ||||||
* | also support 192 bit keys for Twofish and Serpent | Andreas Steffen | 2009-05-15 | 2 | -2/+4 | |
| | ||||||
* | fixed copy-and-paste caption error | Andreas Steffen | 2009-05-15 | 2 | -2/+2 | |
| | ||||||
* | got rid of libcrypto | Andreas Steffen | 2009-05-15 | 3 | -5/+5 | |
| | ||||||
* | cleaned up pluto's crypto framework | Andreas Steffen | 2009-05-14 | 5 | -9/+1 | |
| | ||||||
* | completed serpent plugin | Andreas Steffen | 2009-05-14 | 4 | -1449/+1070 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2009-05-14 | 1 | -2/+3 | |
| | ||||||
* | completed twofish sources | Andreas Steffen | 2009-05-14 | 1 | -1/+4 | |
| | ||||||
* | 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). |