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

Damien Miller djm at fuyu.mindrot.org
Sun Jan 12 19:21:23 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/01/12 19:21:23

Modified files:
    .               : ChangeLog bufaux.c buffer.h kex.c kex.h kexc25519.c kexc25519c.c kexc25519s.c kexdhc.c kexdhs.c kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c

Log message:
   - djm at cvs.openbsd.org 2014/01/12 08:13:13
     [bufaux.c buffer.h kex.c kex.h kexc25519.c kexc25519c.c kexc25519s.c]
     [kexdhc.c kexdhs.c kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c]
     avoid use of OpenSSL BIGNUM type and functions for KEX with
     Curve25519 by adding a buffer_put_bignum2_from_string() that stores
     a string using the bignum encoding rules. Will make it easier to
     build a reduced-feature OpenSSH without OpenSSL in the future;
     ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.6652 -r1.6653 openssh/ChangeLog
cvs -nQq rdiff -u -r1.59 -r1.60 openssh/bufaux.c
cvs -nQq rdiff -u -r1.23 -r1.24 openssh/buffer.h
cvs -nQq rdiff -u -r1.104 -r1.105 openssh/kex.c
cvs -nQq rdiff -u -r1.64 -r1.65 openssh/kex.h
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/kexc25519.c
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/kexc25519c.c
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/kexc25519s.c
cvs -nQq rdiff -u -r1.14 -r1.15 openssh/kexdhc.c
cvs -nQq rdiff -u -r1.17 -r1.18 openssh/kexdhs.c
cvs -nQq rdiff -u -r1.7 -r1.8 openssh/kexecdhc.c
cvs -nQq rdiff -u -r1.10 -r1.11 openssh/kexecdhs.c
cvs -nQq rdiff -u -r1.15 -r1.16 openssh/kexgexc.c
cvs -nQq rdiff -u -r1.18 -r1.19 openssh/kexgexs.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6652;r2=1.6653&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/bufaux.c?r1=1.59;r2=1.60&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/buffer.h?r1=1.23;r2=1.24&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kex.c?r1=1.104;r2=1.105&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kex.h?r1=1.64;r2=1.65&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexc25519.c?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexc25519c.c?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexc25519s.c?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexdhc.c?r1=1.14;r2=1.15&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexdhs.c?r1=1.17;r2=1.18&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexecdhc.c?r1=1.7;r2=1.8&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexecdhs.c?r1=1.10;r2=1.11&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexgexc.c?r1=1.15;r2=1.16&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexgexs.c?r1=1.18;r2=1.19&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