Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -8/+8 |
| | |||||
* | xcbc: Reset XCBC state in set_key() | Martin Willi | 2015-03-27 | 1 | -0/+4 |
| | | | | | If some partial data has been appended, a truncated key gets invalid if it is calculated from the pending state. | ||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Add a return value to crypter_t.set_key() | Martin Willi | 2012-07-16 | 1 | -6/+5 |
| | |||||
* | Add a return value to crypter_t.encrypt | Martin Willi | 2012-07-16 | 1 | -14/+35 |
| | |||||
* | Add a return value to mac_t.set_key() | Martin Willi | 2012-07-16 | 1 | -3/+8 |
| | |||||
* | Add a return value to mac_t.get_bytes() | Martin Willi | 2012-07-16 | 1 | -2/+3 |
| | |||||
* | Use mac_t and PRF and signer wrappers in xcbc plugin | Tobias Brunner | 2012-06-25 | 1 | -18/+74 |
| | |||||
* | Fixed GNU license header in hmac and xcbc plugins. | Tobias Brunner | 2012-04-03 | 1 | -2/+2 |
| | |||||
* | Wipe memory after using key material (incomplete, to be continued) | Martin Willi | 2011-05-09 | 1 | -0/+4 |
| | |||||
* | Migrated xcbc plugin to INIT/METHOD macros | Martin Willi | 2010-08-13 | 1 | -57/+53 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -27/+27 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | implemented append mode for xcbc, testcase | Martin Willi | 2008-05-08 | 1 | -35/+103 |
| | |||||
* | implemented XCBC algorithms (signer, prf) for IKE on top of a crypter | Martin Willi | 2008-04-30 | 1 | -0/+231 |
supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase |