summaryrefslogtreecommitdiffstats
path: root/include/libssh/wrapper.h
Commit message (Collapse)AuthorAgeFilesLines
* security: fix for vulnerability CVE-2014-0017Aris Adamantiadis2014-03-041-0/+1
| | | | | | | | | | When accepting a new connection, a forking server based on libssh forks and the child process handles the request. The RAND_bytes() function of openssl doesn't reset its state after the fork, but simply adds the current process id (getpid) to the PRNG state, which is not guaranteed to be unique. This can cause several children to end up with same PRNG state which is a security issue.
* wrapper: Add more evp functions.Andreas Schneider2013-10-181-0/+3
|
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
| | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h
* kex: Add simple DES support for SSHv1.Dmitriy Kuznetsov2012-09-071-1/+6
|
* crypto: Add evp hashing function.Andreas Schneider2012-02-041-0/+2
|
* priv: Remove crypto.h and add correct includes to src files.Andreas Schneider2011-09-181-1/+0
|
* [crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis2011-06-131-3/+21
| | | | | Works with openssl Still requires work for libgcrypt and other modes
* Separation work between openssl and libgcryptAris Adamantiadis2010-05-141-73/+2
|
* Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis2010-04-141-0/+5
|
* More include file splittingAris Adamantiadis2009-09-261-1/+5
|
* More include file movingsAris Adamantiadis2009-09-261-0/+110