summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/digest-openssl.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* whitespace; no code changedjm2020-10-291-5/+5
|
* hold our collective noses and use the openssl-1.1.x API in OpenSSH;djm2018-09-131-13/+15
| | | | feedback and ok tb@ jsing@ markus@
* remove hmac-ripemd160; ok dtuckerdjm2017-05-081-2/+1
|
* Validate digest arg in ssh_digest_final; from jjelen at redhat.com viadtucker2017-03-101-2/+2
| | | | bz#2687, ok djm@
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-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,djm2014-07-031-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,djm2014-06-241-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()djm2014-02-021-2/+2
|
* rename digest.c to digest-openssl.c and add libc variant; ok djm@markus2014-01-281-0/+160