Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test-vectors: Renumber AES-GCM test vectors according to original source | Tobias Brunner | 2014-03-31 | 2 | -16/+100 |
| | | | | Also adds several missing ones. | ||||
* | aead: Support custom AEAD salt sizes | Martin Willi | 2014-03-31 | 2 | -19/+36 |
| | | | | | | | | | The salt, or often called implicit nonce, varies between AEAD algorithms and their use in protocols. For IKE and ESP, GCM uses 4 bytes, while CCM uses 3 bytes. With TLS, however, AEAD mode uses 4 bytes for both GCM and CCM. Our GCM backends currently support 4 bytes and CCM 3 bytes only. This is fine until we go for CCM mode support in TLS, which requires 4 byte nonces. | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -3/+4 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | test-vectors: Use plugin features | Tobias Brunner | 2013-06-11 | 1 | -1/+12 |
| | |||||
* | Add test vectors for RC2 | Tobias Brunner | 2013-05-08 | 3 | -0/+118 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Add a SHA1 test vector forcing padding over block boundary | Martin Willi | 2012-07-18 | 2 | -0/+7 |
| | |||||
* | Added test vectors for AES-CMAC. | Tobias Brunner | 2012-04-03 | 3 | -0/+153 |
| | |||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -0/+7 |
| | | | | over plugin_t | ||||
* | Use an IV size of zero for DES in ECB mode | Martin Willi | 2011-04-08 | 1 | -2/+0 |
| | |||||
* | Migrated test_vectors_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -6/+10 |
| | |||||
* | Added AES-GCM test vectors | Martin Willi | 2010-08-19 | 3 | -0/+147 |
| | |||||
* | Added AES-CCM test vectors | Martin Willi | 2010-08-19 | 3 | -0/+170 |
| | |||||
* | Added support for AEAD test vectors to test-vectors plugin | Martin Willi | 2010-08-19 | 1 | -0/+16 |
| | |||||
* | Added Camellia XCBC test vectors | Martin Willi | 2010-08-13 | 3 | -0/+63 |
| | |||||
* | Added Camellia-CTR test vectors | Martin Willi | 2010-08-13 | 3 | -0/+158 |
| | |||||
* | Added AES-CTR test vectors | Martin Willi | 2010-08-13 | 3 | -0/+158 |
| | |||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -3/+3 |
| | |||||
* | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵ | Tobias Brunner | 2010-03-02 | 1 | -1/+0 |
| | | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore. | ||||
* | Streamlined the source file list formatting in plugin makefiles. | Tobias Brunner | 2010-03-02 | 1 | -0/+1 |
| | |||||
* | Link all enabled libstrongswan plugins into the library, link all enabled ↵ | Tobias Brunner | 2010-03-02 | 1 | -2/+5 |
| | | | | charon plugins into libcharon. | ||||
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 1 | -1/+1 |
| | |||||
* | Removing the plugin constructor declarations from the header files. | Tobias Brunner | 2010-03-02 | 1 | -5/+0 |
| | |||||
* | Link all plugins to libstrongswan. | Tobias Brunner | 2010-02-25 | 1 | -0/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 3 | -13/+13 |
| | |||||
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 2 | -0/+38 |
| | |||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | added test vector for NULL encryption | Andreas Steffen | 2009-06-18 | 2 | -0/+2 |
| | |||||
* | added test vector for NULL encryption | Andreas Steffen | 2009-06-18 | 1 | -0/+25 |
| | |||||
* | added md2 and md4 test vectors | Andreas Steffen | 2009-06-18 | 4 | -0/+142 |
| | |||||
* | added 2 des test vectors | Andreas Steffen | 2009-06-18 | 3 | -0/+70 |
| | |||||
* | added 2 RC5 test vectors | Andreas Steffen | 2009-06-17 | 3 | -0/+47 |
| | |||||
* | added 2 IDEA test vectors | Andreas Steffen | 2009-06-17 | 3 | -0/+47 |
| | |||||
* | added 6 serpent test vectors | Andreas Steffen | 2009-06-17 | 3 | -0/+98 |
| | |||||
* | added 3 Twofish test vectors | Andreas Steffen | 2009-06-17 | 3 | -0/+60 |
| | |||||
* | added one CAST-128 test vector | Andreas Steffen | 2009-06-17 | 3 | -0/+30 |
| | |||||
* | added 6 Camellia test vectors | Andreas Steffen | 2009-06-17 | 1 | -0/+91 |
| | |||||
* | added 6 Camellia test vectors | Andreas Steffen | 2009-06-17 | 2 | -5/+12 |
| | |||||
* | added 2 3DES-CBC and 3 AES-CBC test vectors | Andreas Steffen | 2009-06-17 | 4 | -0/+104 |
| | |||||
* | test_vectors.h is part of the distribution | Andreas Steffen | 2009-06-13 | 1 | -1/+1 |
| | |||||
* | added SHA2 HMAC signer test vectors | Martin Willi | 2009-06-12 | 2 | -1/+101 |
| | |||||
* | added a FIPS_PRF test vector | Martin Willi | 2009-06-12 | 3 | -0/+32 |
| | |||||
* | added SHA2 HMAC PRF test vectors | Martin Willi | 2009-06-11 | 3 | -0/+281 |
| | |||||
* | added SHA2 test vectors | Martin Willi | 2009-06-11 | 3 | -0/+146 |
| | |||||
* | added SHA1 test vectors | Martin Willi | 2009-06-11 | 3 | -0/+55 |
| | |||||
* | added HMAC SHA1 test vectors | Martin Willi | 2009-06-11 | 3 | -0/+159 |
| | |||||
* | added HMAC MD5 test vectors | Martin Willi | 2009-06-11 | 3 | -0/+123 |
| | |||||
* | added RNG test vectors | Martin Willi | 2009-06-11 | 3 | -1/+249 |
| | |||||
* | added MD5 test vectors | Martin Willi | 2009-06-11 | 3 | -1/+73 |
| |