Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configure: Fix gperf length parameter determination | Tobias Brunner | 2017-10-02 | 1 | -1/+1 |
| | | | | | | | | | | gperf is not actually a build dependency as the generated files are shipped in the tarball. So the type depends on the gperf version on the host that ran gperf and created the tarball, which might not be the same as that on the actual build host, and gperf might not even be installed there, leaving the type undetermined. Fixes: e0e43229736a ("configure: Detect type of length parameter for gperf generated function") | ||||
* | configure: Detect type of length parameter for gperf generated function | Tobias Brunner | 2017-09-19 | 1 | -1/+1 |
| | | | | | Since 3.1 gperf uses size_t for the length parameter instead of an unsigned int. | ||||
* | Allow x25519 as an alias of the curve25519 KE algorithm | Andreas Steffen | 2017-03-20 | 1 | -0/+1 |
| | |||||
* | proposal: Add a curve25519 proposal keyword | Martin Willi | 2016-11-14 | 1 | -0/+1 |
| | |||||
* | proposal: Use proper list to get function pointer when adding custom parser | Thomas Egerer | 2016-08-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | ||||
* | Created newhope plugin implementing the New Hope key exchange algorithm | Andreas Steffen | 2016-08-10 | 1 | -0/+1 |
| | |||||
* | proposal: Parse modpnone as MODP_NONE(0) | Tobias Brunner | 2016-06-17 | 1 | -0/+1 |
| | |||||
* | proposal: Use standard integer types for static keywords | Tobias Brunner | 2016-03-31 | 1 | -2/+2 |
| | |||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 2 | -5/+5 |
| | |||||
* | proposal: Add a chacha20poly1305 proposal keyword | Martin Willi | 2015-06-29 | 1 | -0/+1 |
| | |||||
* | proposal: Add possibility to register custom proposal keyword parser | Thomas Egerer | 2014-01-20 | 2 | -2/+66 |
| | | | | | | | | | If a proposal string cannot be matched to a token using strcmp (e.g. if you want to register a whole class of algorithms containing their ID, like my_alg_2342), you can use the provided function to register a parser that transforms the given string into a proposal token. Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | ||||
* | Prototype implementation of IKE key exchange via NTRU encryption | Andreas Steffen | 2013-11-27 | 1 | -2/+6 |
| | |||||
* | ecc: Added ECC Brainpool ECDH groups as registered with IANA | Andreas Steffen | 2013-10-17 | 1 | -0/+4 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Add proposal keywords to explicitly specify PRF algorithms | Martin Willi | 2012-10-24 | 1 | -0/+8 |
| | |||||
* | Fix Doxygen comment for proposal_keywords_t | Tobias Brunner | 2012-09-18 | 1 | -1/+1 |
| | | | | Two dots seem to mark the end of a list. | ||||
* | Added possibility to register custom proposal keywords | Tobias Brunner | 2012-09-13 | 2 | -11/+171 |
| | | | | Keyword lookup and registration are handled via the new lib->proposal object. | ||||
* | Removed len argument from proposal_get_token() | Tobias Brunner | 2012-09-13 | 2 | -4/+3 |
| | | | | Also use enumerators instead of lexparser.h to parse proposal strings. | ||||
* | Moved proposal_keywords to proposal_keywords_static | Francois ten Krooden | 2012-09-13 | 4 | -25/+118 |
| | | | | Added new proposal keywords with function to reference the static keywords. | ||||
* | Make AES-CMAC actually usable for IKEv2. | Tobias Brunner | 2012-04-04 | 1 | -0/+1 |
| | |||||
* | Added support for untruncated MD5 and SHA1 HMACs in ESP as used in RFC 4595. | Tobias Brunner | 2012-02-27 | 1 | -0/+2 |
| | | | | This requires a Linux kernel >= 2.6.33. | ||||
* | Added proposal keywords for ESN support | Martin Willi | 2011-04-20 | 1 | -0/+2 |
| | |||||
* | Added proposal strings for Camellia CCM algorithm identifiers | Martin Willi | 2010-08-19 | 1 | -0/+18 |
| | |||||
* | Support Camellia XCBC algorithms in proposal | Martin Willi | 2010-08-13 | 1 | -0/+1 |
| | |||||
* | Added Camellia CTR mode proposal keywords | Martin Willi | 2010-08-13 | 1 | -0/+3 |
| | |||||
* | Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten | Martin Willi | 2010-04-19 | 1 | -0/+3 |
| | |||||
* | Adding support for AES GMAC (RFC4543). | Tobias Brunner | 2010-02-12 | 1 | -89/+92 |
| | |||||
* | Support the Linux specific SHA256 96 bit truncation HMAC via "sha256_96" keyword | Martin Willi | 2009-11-26 | 1 | -1/+3 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -3/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | added des and default length cbc encryption algorithms | Andreas Steffen | 2009-05-19 | 1 | -0/+6 |
| | |||||
* | moved definition of proposal_token from proposal.c to proposal_keywords.h | Andreas Steffen | 2009-05-19 | 1 | -0/+9 |
| | |||||
* | moved IKEv2 proposals and transforms to libstrongswan | Andreas Steffen | 2009-05-15 | 2 | -0/+137 |