Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cosmetics | Andreas Steffen | 2007-08-29 | 1 | -2/+2 |
| | |||||
* | fixed 64 bit issue (size_t is 32 bit) | Andreas Steffen | 2007-08-29 | 1 | -5/+6 |
| | |||||
* | SHA-1 HMAC signature is now computed over concatenation of TEXT and RODATA ↵ | Andreas Steffen | 2007-08-29 | 1 | -2/+2 |
| | | | | segments | ||||
* | compute SHA-1 HMAC over libstrongswan TEXT segment for the time being | Andreas Steffen | 2007-08-29 | 3 | -38/+61 |
| | |||||
* | changed interface of fips_verify_hmac_signature | Andreas Steffen | 2007-08-29 | 2 | -14/+16 |
| | |||||
* | free hmac_signature string after use | Andreas Steffen | 2007-08-29 | 1 | -1/+2 |
| | |||||
* | beautification | Andreas Steffen | 2007-08-29 | 2 | -2/+20 |
| | |||||
* | started implementation of libstrongswan code integrity check | Andreas Steffen | 2007-08-29 | 5 | -0/+515 |