Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FingerprintHash option to control algorithm used for key | 2014-12-21 | 1 | -1/+21 | |
| | | | | | | | fingerprints. Default changes from MD5 to SHA256 and format from hex to base64. Feedback and ok naddy@ markus@ | ||||
* | use EVP_Digest() for one-shot hash instead of creating, updating, | 2014-07-03 | 1 | -8/+11 | |
| | | | | | finalising and destroying a context. bz#2231, based on patch from Timo Teras | ||||
* | New key API: refactor key-related functions to be more library-like, | 2014-06-24 | 1 | -16/+20 | |
| | | | | | | | | | existing API is offered as a set of wrappers. with and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review a few months ago. | ||||
* | convert memset of potentially-private data to explicit_bzero() | 2014-02-02 | 1 | -2/+2 | |
| | |||||
* | rename digest.c to digest-openssl.c and add libc variant; ok djm@ | 2014-01-28 | 1 | -0/+160 | |