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

Damien Miller djm at fuyu.mindrot.org
Wed Jul 2 15:28:07 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/07/02 15:28:07

Modified files:
    .               : ChangeLog Makefile.in auth-bsdauth.c auth-chall.c auth-options.c auth-rsa.c auth2-none.c auth2-pubkey.c authfile.c authfile.h cipher-3des1.c cipher-chachapoly.c cipher-chachapoly.h cipher.c cipher.h digest-libc.c digest-openssl.c digest.h dns.c entropy.c hmac.h hostfile.c key.c key.h krl.c monitor.c packet.c rsa.c rsa.h ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c ssh-keygen.c ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c ssh-rsa.c sshbuf-misc.c sshbuf.h sshconnect.c sshconnect1.c sshconnect2.c sshd.c
    openbsd-compat  : openssl-compat.c openssl-compat.h
Added files:
    .               : sshkey.c sshkey.h

Log message:
   - djm at cvs.openbsd.org 2014/06/24 01:13:21
     [Makefile.in auth-bsdauth.c auth-chall.c auth-options.c auth-rsa.c
     [auth2-none.c auth2-pubkey.c authfile.c authfile.h cipher-3des1.c
     [cipher-chachapoly.c cipher-chachapoly.h cipher.c cipher.h
     [digest-libc.c digest-openssl.c digest.h dns.c entropy.c hmac.h
     [hostfile.c key.c key.h krl.c monitor.c packet.c rsa.c rsa.h
     [ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c
     [ssh-keygen.c ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c
     [ssh-rsa.c sshbuf-misc.c sshbuf.h sshconnect.c sshconnect1.c
     [sshconnect2.c sshd.c sshkey.c sshkey.h
     [openbsd-compat/openssl-compat.c openbsd-compat/openssl-compat.h]
     New key API: refactor key-related functions to be more library-like,
     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.

     NB. This commit also removes portable OpenSSH support for OpenSSL
     <0.9.8e.

Diff commands:
cvs -nQq rdiff -u -r1.6847 -r1.6848 openssh/ChangeLog
cvs -nQq rdiff -u -r1.359 -r1.360 openssh/Makefile.in
cvs -nQq rdiff -u -r1.13 -r1.14 openssh/auth-bsdauth.c
cvs -nQq rdiff -u -r1.21 -r1.22 openssh/auth-chall.c
cvs -nQq rdiff -u -r1.61 -r1.62 openssh/auth-options.c
cvs -nQq rdiff -u -r1.79 -r1.80 openssh/auth-rsa.c
cvs -nQq rdiff -u -r1.21 -r1.22 openssh/auth2-none.c
cvs -nQq rdiff -u -r1.42 -r1.43 openssh/auth2-pubkey.c
cvs -nQq rdiff -u -r1.111 -r1.112 openssh/authfile.c
cvs -nQq rdiff -u -r1.15 -r1.16 openssh/authfile.h
cvs -nQq rdiff -u -r1.13 -r1.14 openssh/cipher-3des1.c
cvs -nQq rdiff -u -r1.3 -r1.4 openssh/cipher-chachapoly.c
cvs -nQq rdiff -u -r1.3 -r1.4 openssh/cipher-chachapoly.h
cvs -nQq rdiff -u -r1.106 -r1.107 openssh/cipher.c
cvs -nQq rdiff -u -r1.41 -r1.42 openssh/cipher.h
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/digest-libc.c
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/digest-openssl.c
cvs -nQq rdiff -u -r1.4 -r1.5 openssh/digest.h
cvs -nQq rdiff -u -r1.32 -r1.33 openssh/dns.c
cvs -nQq rdiff -u -r1.64 -r1.65 openssh/entropy.c
cvs -nQq rdiff -u -r1.8 -r1.9 openssh/hmac.h
cvs -nQq rdiff -u -r1.54 -r1.55 openssh/hostfile.c
cvs -nQq rdiff -u -r1.125 -r1.126 openssh/key.c
cvs -nQq rdiff -u -r1.44 -r1.45 openssh/key.h
cvs -nQq rdiff -u -r1.17 -r1.18 openssh/krl.c
cvs -nQq rdiff -u -r1.171 -r1.172 openssh/monitor.c
cvs -nQq rdiff -u -r1.203 -r1.204 openssh/packet.c
cvs -nQq rdiff -u -r1.35 -r1.36 openssh/rsa.c
cvs -nQq rdiff -u -r1.19 -r1.20 openssh/rsa.h
cvs -nQq rdiff -u -r1.120 -r1.121 openssh/ssh-add.c
cvs -nQq rdiff -u -r1.207 -r1.208 openssh/ssh-agent.c
cvs -nQq rdiff -u -r1.32 -r1.33 openssh/ssh-dss.c
cvs -nQq rdiff -u -r1.11 -r1.12 openssh/ssh-ecdsa.c
cvs -nQq rdiff -u -r1.4 -r1.5 openssh/ssh-ed25519.c
cvs -nQq rdiff -u -r1.266 -r1.267 openssh/ssh-keygen.c
cvs -nQq rdiff -u -r1.6 -r1.7 openssh/ssh-pkcs11-client.c
cvs -nQq rdiff -u -r1.12 -r1.13 openssh/ssh-pkcs11-helper.c
cvs -nQq rdiff -u -r1.16 -r1.17 openssh/ssh-pkcs11.c
cvs -nQq rdiff -u -r1.52 -r1.53 openssh/ssh-rsa.c
cvs -nQq rdiff -u -r1.1 -r1.2 openssh/sshbuf-misc.c
cvs -nQq rdiff -u -r1.3 -r1.4 openssh/sshbuf.h
cvs -nQq rdiff -u -r1.221 -r1.222 openssh/sshconnect.c
cvs -nQq rdiff -u -r1.77 -r1.78 openssh/sshconnect1.c
cvs -nQq rdiff -u -r1.201 -r1.202 openssh/sshconnect2.c
cvs -nQq rdiff -u -r1.454 -r1.455 openssh/sshd.c
cvs -nQq rdiff -u -r1.18 -r1.19 openssh/openbsd-compat/openssl-compat.c
cvs -nQq rdiff -u -r1.27 -r1.28 openssh/openbsd-compat/openssl-compat.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6847;r2=1.6848&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/Makefile.in?r1=1.359;r2=1.360&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-bsdauth.c?r1=1.13;r2=1.14&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-chall.c?r1=1.21;r2=1.22&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-options.c?r1=1.61;r2=1.62&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-rsa.c?r1=1.79;r2=1.80&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-none.c?r1=1.21;r2=1.22&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-pubkey.c?r1=1.42;r2=1.43&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.c?r1=1.111;r2=1.112&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.h?r1=1.15;r2=1.16&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher-3des1.c?r1=1.13;r2=1.14&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher-chachapoly.c?r1=1.3;r2=1.4&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher-chachapoly.h?r1=1.3;r2=1.4&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher.c?r1=1.106;r2=1.107&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher.h?r1=1.41;r2=1.42&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/digest-libc.c?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/digest-openssl.c?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/digest.h?r1=1.4;r2=1.5&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/dns.c?r1=1.32;r2=1.33&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/entropy.c?r1=1.64;r2=1.65&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/hmac.h?r1=1.8;r2=1.9&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/hostfile.c?r1=1.54;r2=1.55&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.c?r1=1.125;r2=1.126&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.h?r1=1.44;r2=1.45&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/krl.c?r1=1.17;r2=1.18&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor.c?r1=1.171;r2=1.172&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/packet.c?r1=1.203;r2=1.204&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/rsa.c?r1=1.35;r2=1.36&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/rsa.h?r1=1.19;r2=1.20&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-add.c?r1=1.120;r2=1.121&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-agent.c?r1=1.207;r2=1.208&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-dss.c?r1=1.32;r2=1.33&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-ecdsa.c?r1=1.11;r2=1.12&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-ed25519.c?r1=1.4;r2=1.5&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.266;r2=1.267&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-pkcs11-client.c?r1=1.6;r2=1.7&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-pkcs11-helper.c?r1=1.12;r2=1.13&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-pkcs11.c?r1=1.16;r2=1.17&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-rsa.c?r1=1.52;r2=1.53&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshbuf-misc.c?r1=1.1;r2=1.2&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshbuf.h?r1=1.3;r2=1.4&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.221;r2=1.222&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect1.c?r1=1.77;r2=1.78&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.201;r2=1.202&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.454;r2=1.455&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/openssl-compat.c?r1=1.18;r2=1.19&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/openssl-compat.h?r1=1.27;r2=1.28&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