Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test-vectors: Add a Curve25519 DH test vector | Martin Willi | 2016-11-14 | 3 | -0/+36 |
| | |||||
* | xof: Added ChaCha20 stream as XOF | Andreas Steffen | 2016-08-06 | 3 | -0/+86 |
| | |||||
* | xof: Implemented SHAKE128 and SHAKE256 Extended Output Functions | Andreas Steffen | 2016-07-29 | 4 | -1/+484 |
| | |||||
* | xof: Defined Extended Output Functions | Andreas Steffen | 2016-07-29 | 1 | -0/+16 |
| | |||||
* | Implemented SHA-3 hash algorithm including test vectors | Andreas Steffen | 2015-11-03 | 3 | -0/+353 |
| | |||||
* | test-vectors: Add some initial ChaCha20/Poly1305 AEAD test vector | Martin Willi | 2015-06-29 | 3 | -0/+112 |
| | |||||
* | test-vectors: Define test vector symbols as extern | Martin Willi | 2015-04-16 | 1 | -7/+7 |
| | | | | | | We don't actually define a vector, but only prototype the test vector implemented in a different file. GCC uses the correct symbol during testing, but clang correctly complains about duplicated symbols during linking. | ||||
* | test-vectors: Add DH vectors for Brainpool groups | Martin Willi | 2015-04-15 | 3 | -0/+118 |
| | |||||
* | test-vectors: Add DH vectors for ECDH groups | Martin Willi | 2015-04-15 | 3 | -0/+140 |
| | |||||
* | test-vectors: Add DH vectors for subgroup MODP groups | Martin Willi | 2015-04-15 | 3 | -0/+168 |
| | |||||
* | test-vectors: Add DH vectors for normal MODP groups | Martin Willi | 2015-04-15 | 3 | -0/+741 |
| | |||||
* | test-vectors: Support testing DH groups | Martin Willi | 2015-04-15 | 1 | -1/+16 |
| | |||||
* | test-vectors: Add some self-made additional AES-GCM test vectors | Martin Willi | 2015-04-15 | 2 | -0/+157 |
| | | | | | We missed test vectors for 192/256-bit key vectors for ICV8/12, and should also have some for larger associated data chunk. | ||||
* | test-vectors: Define some additional CCM test vectors | Martin Willi | 2015-04-15 | 2 | -1/+84 |
| | | | | | | We don't have any where plain or associated data is not a multiple of the block size, but it is likely to find bugs here. Also, we miss some ICV12 test vectors using 128- and 192-bit key sizes. | ||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | 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 |
| |