Age | Commit message (Expand) | Author |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2014-01-28 | rename digest.c to digest-openssl.c and add libc variant; ok djm@ | Markus Friedl |
2014-01-27 | replace openssl HMAC with an implementation based on our ssh_digest_* | Markus Friedl |
2014-01-09 | Introduce digest API and use it to perform all hashing operations | Damien Miller |
2013-12-06 | support ed25519 keys (hostkeys and user identities) using the public domain | Markus Friedl |
2013-11-21 | Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" | Damien Miller |
2013-11-02 | use curve25519 for default key exchange (curve25519-sha256@libssh.org); | Markus Friedl |
2013-01-17 | add support for Key Revocation Lists (KRLs). These are a compact way to | Damien Miller |
2012-12-12 | use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled | Christian Weisgerber |
2012-10-04 | add umac128 variant; ok djm@ at n2k12 | Markus Friedl |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2011-04-25 | linting this library is not helping anything | Theo de Raadt |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-02-20 | unbreak build for NOPIC systems; noticed, help and ok deraadt@ | Markus Friedl |
2010-02-08 | remove scard | Markus Friedl |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-09-06 | OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our | Damien Miller |
2008-06-10 | support CIDR address matching in sshd_config "Match address" blocks, with | Damien Miller |
2007-06-07 | Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must | Peter Valchev |
2006-05-28 | build a lint library for us to use above | Theo de Raadt |
2006-04-18 | Move Buffer bignum functions into their own file, bufbn.c. This means that | Darren Tucker |
2006-03-07 | Implement the diffie-hellman-group-exchange-sha256 key exchange method | Damien Miller |
2005-04-09 | replace tilde_expand_filename with a simpler implementation, ahead of more | Damien Miller |
2004-12-22 | remove fallback AES support for old OpenSSL, as OpenBSD has had it for many | Damien Miller |
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker |
2004-06-13 | implement session multiplexing in the client (the server has supported this | Damien Miller |
2004-05-09 | kill it here too | Damien Miller |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-05-17 | experimental support for aes-ctr modes from | Markus Friedl |
2003-05-15 | split out custom EVP ciphers | Markus Friedl |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-04-09 | Disable Kerberos 4 support. | Hans Insulander |
2003-02-21 | move server only kex and monitor code to sshd. | Markus Friedl |
2003-02-16 | split kex into client and server code, no need to link | Markus Friedl |
2003-01-12 | move progressmeter.c to libssh; ok djm/fgs@ | Markus Friedl |
2002-06-11 | Make sure kerberosV/kafs.h is picked up if kerberosIV/kafs.h is not removed. | Hans Insulander |
2002-06-11 | no longer use uidswap.[ch] from the ssh client | Markus Friedl |
2002-05-23 | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic... | Markus Friedl |
2002-03-18 | integrate privilege separated openssh; its turned off by default for now. | Niels Provos |
2002-03-08 | tabify | Jun-ichiro itojun Hagino |
2002-02-22 | overwrite fatal() in ssh-keyscan.c; fixes pr 2354; ok provos@ | Markus Friedl |
2002-01-25 | do not build debug version either; markus@ ok | Michael Shalayeff |
2001-06-26 | only build Kerberos v5 support with KERBEROS5=yes | Dug Song |
2001-06-26 | Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org... | Dug Song |
2001-06-26 | unbreak | Markus Friedl |
2001-06-26 | more smartcard support. | Markus Friedl |
2001-06-24 | switch to readpassphrase(3) | Markus Friedl |