[openssh-commits] [openssh] branch master updated (54924b5 -> 81bfbd0)

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jan 14 21:50:09 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  54924b5   upstream commit
       new  81bfbd0   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 81bfbd0bd35683de5d7f2238b985e5f8150a9180
Author: Damien Miller <djm at mindrot.org>
Date:   Wed Jan 14 21:48:18 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:
 openbsd-compat/md5.c    | 251 ++++++++++++++++++++++++++++++++
 openbsd-compat/md5.h    |  51 +++++++
 openbsd-compat/rmd160.c | 376 ++++++++++++++++++++++++++++++++++++++++++++++++
 openbsd-compat/rmd160.h |  61 ++++++++
 openbsd-compat/sha1.c   | 177 +++++++++++++++++++++++
 openbsd-compat/sha1.h   |  58 ++++++++
 6 files changed, 974 insertions(+)
 create mode 100644 openbsd-compat/md5.c
 create mode 100644 openbsd-compat/md5.h
 create mode 100644 openbsd-compat/rmd160.c
 create mode 100644 openbsd-compat/rmd160.h
 create mode 100644 openbsd-compat/sha1.c
 create mode 100644 openbsd-compat/sha1.h

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


More information about the openssh-commits mailing list