Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xof: Defined Extended Output Functions | Andreas Steffen | 2016-07-29 | 1 | -1/+41 |
| | |||||
* | crypto-factory: Remove obsolete transform testing functions | Martin Willi | 2015-04-15 | 1 | -10/+0 |
| | |||||
* | crypto-factory: Add enumerator method to support individual transform testing | Martin Willi | 2015-04-15 | 1 | -0/+13 |
| | |||||
* | crypto-tester: Use the plugin feature key size to benchmark crypters/aeads | Martin Willi | 2015-04-15 | 1 | -2/+6 |
| | | | | | | We previously didn't pass the key size during algorithm registration, but this resulted in benchmarking with the "default" key size the crypter uses when passing 0 as key size. | ||||
* | aead: Support custom AEAD salt sizes | Martin Willi | 2014-03-31 | 1 | -2/+4 |
| | | | | | | | | | 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. | ||||
* | Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ↵ | Tobias Brunner | 2013-10-11 | 1 | -3/+0 |
| | | | | for IKEv2 anyway | ||||
* | crypto-factory: count the number of test vector failures during registration | Martin Willi | 2013-06-21 | 1 | -14/+26 |
| | |||||
* | Moved settings_t to utils folder | Tobias Brunner | 2012-10-24 | 1 | -0/+1 |
| | |||||
* | Add enumerator for registered nonce generators. | Tobias Brunner | 2012-05-18 | 1 | -7/+14 |
| | |||||
* | Add nonce generator interface | Adrian-Ken Rueegsegger | 2012-05-18 | 1 | -0/+30 |
| | | | | | | | Nonce generators (nonce_gen_t) can be used to get or allocate nonces. Users can request nonce generators from the crypto factory while nonce plugins register/remove themselves to/from the crypto factory. | ||||
* | implemented wrap around of registered IKEv1 algorithm names | Andreas Steffen | 2010-12-26 | 1 | -0/+2 |
| | |||||
* | trace back crypto algorithms to the plugins that registered them | Andreas Steffen | 2010-12-18 | 1 | -7/+22 |
| | |||||
* | Added a MODP_CUSTOM DH group which takes g and p as constructor arguments | Martin Willi | 2010-09-02 | 1 | -2/+7 |
| | |||||
* | Added support for AEAD algorithms to crypto factory | Martin Willi | 2010-08-19 | 1 | -0/+40 |
| | |||||
* | Migrated crypto_factory to INIT/METHOD macros | Martin Willi | 2010-08-16 | 1 | -2/+3 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -23/+23 |
| | |||||
* | make use of the crypto_tester in the crypto_factory | Martin Willi | 2009-06-11 | 1 | -3/+12 |
| | | | | | libstrongswan.crypto.test.on_add to test algorithms during initialization libstrongswan.crypto.test.on_create to test algorithms on each instantiation | ||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | crypto_factory algorithm enumeration API | Martin Willi | 2008-08-28 | 1 | -0/+35 |
| | | | | implementation of "ipsec listalgs" | ||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 1 | -1/+30 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+206 |