Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added a facility to hand out fingerprinting/key encoding to the ↵ | Martin Willi | 2009-08-26 | 1 | -0/+1 |
| | | | | pkcs1/pgp/... plugins | ||||
* | moved PGP code to pluto and gpg plugin | Martin Willi | 2009-08-26 | 1 | -1/+0 |
| | |||||
* | implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsing | Martin Willi | 2009-08-26 | 1 | -0/+4 |
| | |||||
* | implemented a pgp plugin providing PGP key parsing builders | Martin Willi | 2009-08-26 | 1 | -0/+4 |
| | |||||
* | implemented a pkcs1 plugin providing PKCS#1 key parsing builders | Martin Willi | 2009-08-26 | 1 | -0/+4 |
| | |||||
* | removed obsolete PEM code in pluto/libstrongswan | Martin Willi | 2009-08-26 | 1 | -1/+0 |
| | |||||
* | moved PEM parsing functionality to its own plugin | Martin Willi | 2009-08-26 | 1 | -0/+4 |
| | |||||
* | OpenSolaris needs libsocket and libnsl for socket(). | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | FreeBSD's libc does not support backtrace(), but libexecinfo optionally ↵ | Tobias Brunner | 2009-08-07 | 1 | -1/+1 |
| | | | | replicates this function (and the other defined in execinfo.h). | ||||
* | Revert "gperf under FreeBSD does not know the -m option." | Tobias Brunner | 2009-07-16 | 1 | -1/+1 |
| | | | | This reverts commit 0ead254919c66a1b6a9e39b175f0b92f2a076c12. | ||||
* | gperf under FreeBSD does not know the -m option. | Tobias Brunner | 2009-07-14 | 1 | -1/+1 |
| | | | | We could use AC_PATH_PROGS_FEATURE_CHECK (added in Autoconf 2.62) to check for this option. | ||||
* | moved checksum_builder/libchechsum to top srcdir to respect build order | Martin Willi | 2009-06-22 | 1 | -4/+0 |
| | |||||
* | build integrity_checker.c only if --enable-integrity-test set | Martin Willi | 2009-06-22 | 1 | -1/+6 |
| | |||||
* | removed obsolete INTEGRITY_TEST and fips signer code | Martin Willi | 2009-06-22 | 1 | -17/+2 |
| | | | | --enable-integrity-test now conditionally builds libchecksum | ||||
* | implemented a checksum_builder tool to build the checksum library | Martin Willi | 2009-06-22 | 1 | -0/+2 |
| | |||||
* | implemented an integrity checker class to build and check code integrity | Martin Willi | 2009-06-22 | 1 | -0/+1 |
| | |||||
* | removed serpent and twofish plugins - use gcrypt instead | Andreas Steffen | 2009-06-18 | 1 | -8/+0 |
| | |||||
* | added a plugin providing crypto test vectors | Martin Willi | 2009-06-11 | 1 | -0/+4 |
| | |||||
* | implemented a crypto_tester class to test crypto algorithms | Martin Willi | 2009-06-11 | 1 | -0/+1 |
| | | | | | libstrongswan.crypto.test.required to require at least one test vector to use an algorithm libstrongswan.crypto.test.rng_true to run RNG tests on RNG_TRUE quality | ||||
* | added skeleton for libgcrypt based crypto plugin | Martin Willi | 2009-06-09 | 1 | -0/+4 |
| | |||||
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 1 | -1/+2 |
| | |||||
* | moved IKEv2 proposals and transforms to libstrongswan | Andreas Steffen | 2009-05-15 | 1 | -4/+19 |
| | |||||
* | started migration to encryption plugins | Andreas Steffen | 2009-05-09 | 1 | -0/+12 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -7/+7 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | set default CFLAGS globally, including -Wno-format | Martin Willi | 2009-04-27 | 1 | -2/+1 |
| | |||||
* | pluto and scepclient use the regular libstrongswan library | Andreas Steffen | 2009-04-21 | 1 | -19/+1 |
| | |||||
* | scepclient and pluto use asn1 from libstrongswan | Andreas Steffen | 2009-04-20 | 1 | -2/+6 |
| | |||||
* | support of the enum printf_hook | Andreas Steffen | 2009-04-20 | 1 | -0/+1 |
| | |||||
* | scepclient uses the optionsfrom parser from libstrongswan | Andreas Steffen | 2009-04-18 | 1 | -2/+4 |
| | |||||
* | created pluto and scepclient now use libstrongswan-lite | Andreas Steffen | 2009-04-18 | 1 | -2/+16 |
| | |||||
* | printf hooks refactored to increase portability (i.e. support for platforms ↵ | Tobias Brunner | 2009-03-12 | 1 | -0/+4 |
| | | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms). | ||||
* | support of MD4 hash | Andreas Steffen | 2009-02-19 | 1 | -0/+4 |
| | |||||
* | removed unused extract_last_token() and the required memrchr implementation | Martin Willi | 2009-02-18 | 1 | -1/+0 |
| | |||||
* | add a compatible memrchr() function if the platform does not support it ↵ | Andreas Steffen | 2009-01-09 | 1 | -0/+1 |
| | | | | (e.g. old glibc). Patch courtesy to Thomas Jarosch | ||||
* | adding general purpose hash table | Tobias Brunner | 2008-12-03 | 1 | -0/+1 |
| | |||||
* | threshhold and ./configure option for lock profiler | Martin Willi | 2008-11-05 | 1 | -0/+4 |
| | |||||
* | separated backtrace functionality from leak_detective, used in | Martin Willi | 2008-11-05 | 1 | -0/+1 |
| | | | | | | leak_detective mutex profiling signal handler | ||||
* | fixed perl oid generation | Martin Willi | 2008-10-16 | 1 | -2/+2 |
| | |||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 1 | -4/+4 |
| | |||||
* | libstrongswan agent plugin to use ssh-agent for RSA signatures | Martin Willi | 2008-09-02 | 1 | -0/+4 |
| | |||||
* | fixed libstrongswan integrity test | Andreas Steffen | 2008-08-19 | 1 | -10/+1 |
| | |||||
* | fixed the strongswan.conf path | Andreas Steffen | 2008-05-22 | 1 | -8/+7 |
| | |||||
* | moved RAW public key support to a separate plugin (pubkey) | Martin Willi | 2008-05-08 | 1 | -0/+4 |
| | |||||
* | implemented XCBC algorithms (signer, prf) for IKE on top of a crypter | Martin Willi | 2008-04-30 | 1 | -0/+4 |
| | | | | | | supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase | ||||
* | added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.) | Tobias Brunner | 2008-04-28 | 1 | -0/+4 |
| | |||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 1 | -0/+1 |
| | |||||
* | replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions | Martin Willi | 2008-04-24 | 1 | -1/+0 |
| | |||||
* | experimental Padlock plugin supportin SHA1 and AES-128 for VIA C7 Esther | Martin Willi | 2008-04-22 | 1 | -0/+3 |
| | |||||
* | build plugins after daemon/libstrongswan | Martin Willi | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -1/+5 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) |