Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xof: Defined Extended Output Functions | Andreas Steffen | 2016-07-29 | 1 | -0/+21 |
| | |||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | plugin-feature: Add vendor specific EAP method registration macros | Tobias Brunner | 2015-08-17 | 1 | -4/+12 |
| | | | | | | | | | | | Vendor specific EAP methods may be registered with: PLUGIN_CALLBACK(eap_method_register, <constructor>), PLUGIN_PROVIDE(EAP_SERVER_VENDOR, <type>, <vendor>), Same for client implementations via EAP_PEER_VENDOR. References #969. | ||||
* | Initialize variables that some compilers seem to warn about | Tobias Brunner | 2015-08-13 | 1 | -1/+1 |
| | |||||
* | crypto-tester: Use the plugin feature key size to benchmark crypters/aeads | Martin Willi | 2015-04-15 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | plugin-feature: Hash only the actually used feature argument | Tobias Brunner | 2014-03-20 | 1 | -1/+31 |
| | | | | | | | | Clang does not initialize padding in union members so hashing the complete "arg" union could lead to different hashes if the hashed plugin_feature_t does not have static storage duration. Fixes #549. | ||||
* | plugin-feature: Add feature for DNSSEC-enabled resolvers | Tobias Brunner | 2013-06-11 | 1 | -0/+11 |
| | |||||
* | plugin-feature: Function added to exactly compare plugin features | Tobias Brunner | 2013-06-11 | 1 | -1/+50 |
| | |||||
* | Add container plugin features | Martin Willi | 2012-12-19 | 1 | -0/+25 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Added PLUGIN_NOOP to separate PLUGIN_PROVIDE from previous CALLBACK/REGISTER ↵ | Tobias Brunner | 2012-07-12 | 1 | -2/+4 |
| | | | | entries | ||||
* | Hash function for plugin features added. | Tobias Brunner | 2012-05-23 | 1 | -0/+53 |
| | |||||
* | Add nonce generator interface | Adrian-Ken Rueegsegger | 2012-05-18 | 1 | -0/+16 |
| | | | | | | | 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. | ||||
* | Added missing XAuth plugin feature enum names | Martin Willi | 2012-03-20 | 1 | -0/+2 |
| | |||||
* | Fixed fix for XAuth plugin feature matching | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Fix XAuth plugin feature matching | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Added auth_cfg option to select XAUTH backend to use | Martin Willi | 2012-03-20 | 1 | -2/+2 |
| | |||||
* | IKEv1 XAuth: Added plugin support for XAuth, which allows us to have plugins ↵ | Clavister OpenSource | 2012-03-20 | 1 | -0/+11 |
| | | | | to talk to servers with different quirks for XAuth authentication. | ||||
* | Fixed compiler warning | Martin Willi | 2011-10-14 | 1 | -3/+0 |
| | |||||
* | Implemented feature unloading, moved feature registration plugin_features.c | Martin Willi | 2011-10-14 | 1 | -0/+150 |
| | |||||
* | Don't use union members directly in plugin_feature_t. | Tobias Brunner | 2011-10-14 | 1 | -34/+36 |
| | |||||
* | Add aead plugin features | Martin Willi | 2011-10-14 | 1 | -0/+12 |
| | |||||
* | Added database and fetcher plugin features | Martin Willi | 2011-10-14 | 1 | -10/+20 |
| | |||||
* | Added support for plugin features | Martin Willi | 2011-10-14 | 1 | -0/+212 |