OpenBSD CVS

CVS log for src/usr.bin/ssh/Attic/digest.c


[BACK] Up to [local] / src / usr.bin / ssh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5, Tue Jan 28 20:13:46 2014 UTC (10 years, 3 months ago) by markus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +1 -1 lines
FILE REMOVED

rename digest.c to digest-openssl.c and add libc variant; ok djm@

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 27 18:58:14 2014 UTC (10 years, 3 months ago) by markus
Branch: MAIN
Changes since 1.3: +21 -4 lines
Diff to previous 1.3 (colored)

replace openssl HMAC with an implementation based on our ssh_digest_*
ok and feedback djm@

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 20 00:08:48 2014 UTC (10 years, 3 months ago) by djm
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

memleak; found by Loganaden Velvindron @ AfriNIC; ok markus@

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 17 05:26:41 2014 UTC (10 years, 4 months ago) by dtucker
Branch: MAIN
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

remove unused includes.  ok djm@

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 9 23:20:00 2014 UTC (10 years, 4 months ago) by djm
Branch: MAIN

Introduce digest API and use it to perform all hashing operations
rather than calling OpenSSL EVP_Digest* directly. Will make it easier
to build a reduced-feature OpenSSH without OpenSSL in future;
feedback, ok markus@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.