summaryrefslogtreecommitdiff
path: root/regress/try-ciphers.sh
AgeCommit message (Collapse)Author
2017-05-01upstream commitdjm@openbsd.org
eliminate explicit specification of protocol in tests and loops over protocol. We only support SSHv2 now. Upstream-Regress-ID: 0082838a9b8a382b7ee9cbf0c1b9db727784fadd
2015-04-01upstream commitmarkus@openbsd.org
use ${SSH} for -Q instead of installed ssh
2015-03-05upstream commitmarkus@openbsd.org
make it possible to run tests w/o ssh1 support; ok djm@
2014-05-15 - djm@cvs.openbsd.org 2014/04/21 22:15:37Damien Miller
[dhgex.sh integrity.sh kextype.sh rekey.sh try-ciphers.sh] repair regress tests broken by server-side default cipher/kex/mac changes by ensuring that the option under test is included in the server's algorithm list
2013-11-21 - djm@cvs.openbsd.org 2013/11/21 03:18:51Damien Miller
[regress/cipher-speed.sh regress/integrity.sh regress/rekey.sh] [regress/try-ciphers.sh] use new "ssh -Q cipher-auth" query to obtain lists of authenticated encryption ciphers instead of specifying them manually; ensures that the new chacha20poly1305@openssh.com mode is tested; ok markus@ and naddy@ as part of the diff to add chacha20poly1305@openssh.com
2013-11-07 - dtucker@cvs.openbsd.org 2013/11/07 02:48:38Darren Tucker
[regress/integrity.sh regress/cipher-speed.sh regress/try-ciphers.sh] Use ssh -Q instead of hardcoding lists of ciphers or MACs.
2013-05-17 - dtucker@cvs.openbsd.org 2013/05/17 10:16:26Darren Tucker
[regress/try-ciphers.sh] use expr for math to keep diffs vs portable down (id sync only)
2013-02-19 - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix.Tim Rice
2013-02-12 - (djm) [regress/try-ciphers.sh] clean up CVS merge botchDamien Miller
2013-02-12 - djm@cvs.openbsd.org 2013/02/11 23:58:51Damien Miller
[try-ciphers.sh] remove acss here too
2013-01-17 - (djm) [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh]Damien Miller
check for GCM support before testing GCM ciphers.
2013-01-12 - djm@cvs.openbsd.org 2013/01/12 11:23:53Damien Miller
[regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh] test AES-GCM modes; feedback markus@
2012-12-12 - markus@cvs.openbsd.org 2012/12/11 23:12:13Damien Miller
[try-ciphers.sh] add hmac-ripemd160-etm@openssh.com
2012-12-12 - markus@cvs.openbsd.org 2012/12/11 22:32:56Damien Miller
[regress/try-ciphers.sh] add etm modes
2012-12-03 - dtucker@cvs.openbsd.org 2012/10/05 02:20:48Damien Miller
[regress/cipher-speed.sh regress/try-ciphers.sh] Add umac-128@openssh.com to the list of MACs to be tested
2012-10-05 - dtucker@cvs.openbsd.org 2012/09/06 04:11:07Darren Tucker
[regress/try-ciphers.sh] Restore missing space. (Id sync only).
2012-06-30 - dtucker@cvs.openbsd.org 2012/06/28 05:07:45Darren Tucker
[regress/try-ciphers.sh regress/cipher-speed.sh] Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed from draft6 of the spec and will not be in the RFC when published. Patch from mdb at juniper net via bz#2023, ok markus
2011-08-17 - (djm) [regress/cipher-speed.sh regress/try-ciphers.sh] disable HMAC-SHA2Damien Miller
MAC tests for platforms that hack EVP_SHA2 support
2011-08-17 - djm@cvs.openbsd.org 2011/08/02 01:23:41Damien Miller
[regress/cipher-speed.sh regress/try-ciphers.sh] add SHA256/SHA512 based HMAC modes
2007-10-26 - pvalchev@cvs.openbsd.org 2007/06/07 19:41:46Damien Miller
[regress/cipher-speed.sh regress/try-ciphers.sh] test umac-64@openssh.com ok djm@
2006-01-31 - djm@cvs.openbsd.org 2005/05/24 04:10:54Damien Miller
[regress/try-ciphers.sh] oops, new arcfour modes here too
2004-06-22 - (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable.Tim Rice
2004-02-29 - (dtucker) [regress/try-ciphers.sh] Skip acss if not compiled in (eg if weDarren Tucker
built with openssl < 0.9.7)
2004-02-29 - dtucker@cvs.openbsd.org 2004/02/28 13:44:45Darren Tucker
[regress/try-ciphers.sh] Test acss too; ok markus@
2003-06-18 - (dtucker) OpenBSD CVS Sync (regress/)Darren Tucker
- markus@cvs.openbsd.org 2003/06/12 15:40:01 [try-ciphers.sh] add ctr
2002-05-01 - (djm) Import OpenBSD regression tests. Requires BSD make to runDamien Miller