[openssh-commits] [openssh] branch master updated (4f38c61 -> 72ef7c1)

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jan 15 02:29:06 EST 2015


This is an automated email from the git hooks/post-receive script.

djm pushed a change to branch master
in repository openssh.

      from  4f38c61   add files missed in last commit
       new  72ef7c1   support --without-openssl at configure time

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 72ef7c148c42db7d5632a29f137f8b87b579f2d9
Author: Damien Miller <djm at mindrot.org>
Date:   Thu Jan 15 02:21:31 2015 +1100

    support --without-openssl at configure time
    
    Disables and removes dependency on OpenSSL. Many features don't
    work and the set of crypto options is greatly restricted. This
    will only work on system with native arc4random or /dev/urandom.
    
    Considered highly experimental for now.

Summary of changes:
 Makefile.in                     |   4 +-
 bufbn.c                         |   6 +
 cipher-aesctr.c                 |   3 +
 cipher-bf1.c                    |   3 +
 cipher-ctr.c                    |   4 +-
 configure.ac                    | 887 +++++++++++++++++++++-------------------
 digest-libc.c                   |  29 +-
 digest-openssl.c                |   3 +
 entropy.c                       |  12 +
 includes.h                      |   2 +
 kex.c                           |   4 +-
 kexdh.c                         |   3 +
 kexdhc.c                        |   3 +
 kexdhs.c                        |   3 +
 kexecdh.c                       |   4 +-
 kexecdhc.c                      |  12 +-
 kexecdhs.c                      |  12 +-
 kexgex.c                        |   3 +
 kexgexc.c                       |   3 +
 kexgexs.c                       |   3 +
 krl.c                           |   3 +
 moduli.c                        |   4 +
 monitor_wrap.c                  |   4 +-
 openbsd-compat/Makefile.in      |   2 +-
 openbsd-compat/arc4random.c     |  36 +-
 openbsd-compat/bcrypt_pbkdf.c   |   3 +
 openbsd-compat/openbsd-compat.h |   3 +
 openbsd-compat/openssl-compat.c |   4 +
 openbsd-compat/openssl-compat.h |   3 +
 openbsd-compat/sha2.c           |  40 +-
 openbsd-compat/sha2.h           |  19 +-
 openbsd-compat/xcrypt.c         |   2 +-
 packet.c                        |   2 +-
 ssh-add.c                       |   4 +
 ssh-dss.c                       |   3 +
 ssh-ecdsa.c                     |   4 +-
 ssh-keygen.c                    |  22 +-
 ssh-keysign.c                   |   6 +
 ssh-rsa.c                       |   3 +
 sshd.c                          |  10 +-
 40 files changed, 689 insertions(+), 491 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list