[openssh-commits] CVS: fuyu.mindrot.org: openssh

Damien Miller djm at fuyu.mindrot.org
Fri Jan 10 10:58:53 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/01/10 10:58:53

Modified files:
    .               : ChangeLog Makefile.in hostfile.c kex.c kex.h kexc25519.c kexc25519c.c kexc25519s.c kexdh.c kexecdh.c kexecdhc.c kexecdhs.c kexgex.c kexgexc.c kexgexs.c key.c key.h roaming_client.c roaming_common.c schnorr.c schnorr.h ssh-dss.c ssh-ecdsa.c ssh-rsa.c sshconnect2.c
Added files:
    .               : digest.c digest.h

Log message:
   - djm at cvs.openbsd.org 2014/01/09 23:20:00
     [digest.c digest.h hostfile.c kex.c kex.h kexc25519.c kexc25519c.c]
     [kexc25519s.c kexdh.c kexecdh.c kexecdhc.c kexecdhs.c kexgex.c kexgexc.c]
     [kexgexs.c key.c key.h roaming_client.c roaming_common.c schnorr.c]
     [schnorr.h ssh-dss.c ssh-ecdsa.c ssh-rsa.c sshconnect2.c]
     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@

Diff commands:
cvs -nQq rdiff -u -r1.6649 -r1.6650 openssh/ChangeLog
cvs -nQq rdiff -u -r1.348 -r1.349 openssh/Makefile.in
cvs -nQq rdiff -u -r1.50 -r1.51 openssh/hostfile.c
cvs -nQq rdiff -u -r1.103 -r1.104 openssh/kex.c
cvs -nQq rdiff -u -r1.63 -r1.64 openssh/kex.h
cvs -nQq rdiff -u -r1.1 -r1.2 openssh/kexc25519.c
cvs -nQq rdiff -u -r1.1 -r1.2 openssh/kexc25519c.c
cvs -nQq rdiff -u -r1.1 -r1.2 openssh/kexc25519s.c
cvs -nQq rdiff -u -r1.24 -r1.25 openssh/kexdh.c
cvs -nQq rdiff -u -r1.6 -r1.7 openssh/kexecdh.c
cvs -nQq rdiff -u -r1.6 -r1.7 openssh/kexecdhc.c
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/kexecdhs.c
cvs -nQq rdiff -u -r1.28 -r1.29 openssh/kexgex.c
cvs -nQq rdiff -u -r1.14 -r1.15 openssh/kexgexc.c
cvs -nQq rdiff -u -r1.17 -r1.18 openssh/kexgexs.c
cvs -nQq rdiff -u -r1.122 -r1.123 openssh/key.c
cvs -nQq rdiff -u -r1.43 -r1.44 openssh/key.h
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/roaming_client.c
cvs -nQq rdiff -u -r1.10 -r1.11 openssh/roaming_common.c
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/schnorr.c
cvs -nQq rdiff -u -r1.1 -r1.2 openssh/schnorr.h
cvs -nQq rdiff -u -r1.30 -r1.31 openssh/ssh-dss.c
cvs -nQq rdiff -u -r1.8 -r1.9 openssh/ssh-ecdsa.c
cvs -nQq rdiff -u -r1.50 -r1.51 openssh/ssh-rsa.c
cvs -nQq rdiff -u -r1.193 -r1.194 openssh/sshconnect2.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6649;r2=1.6650&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/Makefile.in?r1=1.348;r2=1.349&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/hostfile.c?r1=1.50;r2=1.51&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kex.c?r1=1.103;r2=1.104&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kex.h?r1=1.63;r2=1.64&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexc25519.c?r1=1.1;r2=1.2&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexc25519c.c?r1=1.1;r2=1.2&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexc25519s.c?r1=1.1;r2=1.2&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexdh.c?r1=1.24;r2=1.25&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexecdh.c?r1=1.6;r2=1.7&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexecdhc.c?r1=1.6;r2=1.7&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexecdhs.c?r1=1.9;r2=1.10&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexgex.c?r1=1.28;r2=1.29&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexgexc.c?r1=1.14;r2=1.15&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexgexs.c?r1=1.17;r2=1.18&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.c?r1=1.122;r2=1.123&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.h?r1=1.43;r2=1.44&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/roaming_client.c?r1=1.9;r2=1.10&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/roaming_common.c?r1=1.10;r2=1.11&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/schnorr.c?r1=1.9;r2=1.10&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/schnorr.h?r1=1.1;r2=1.2&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-dss.c?r1=1.30;r2=1.31&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-ecdsa.c?r1=1.8;r2=1.9&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-rsa.c?r1=1.50;r2=1.51&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.193;r2=1.194&view=patch

Please note that there may be a delay before commits are available
on the public ViewVC site.


More information about the openssh-commits mailing list