summaryrefslogtreecommitdiff
path: root/regress/try-ciphers.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream commitdjm@openbsd.org2017-05-011-19/+5
| | | | | | | eliminate explicit specification of protocol in tests and loops over protocol. We only support SSHv2 now. Upstream-Regress-ID: 0082838a9b8a382b7ee9cbf0c1b9db727784fadd
* upstream commitmarkus@openbsd.org2015-04-011-2/+2
| | | | use ${SSH} for -Q instead of installed ssh
* upstream commitmarkus@openbsd.org2015-03-051-2/+6
| | | | make it possible to run tests w/o ssh1 support; ok djm@
* - djm@cvs.openbsd.org 2014/04/21 22:15:37Damien Miller2014-05-151-1/+6
| | | | | | | [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
* - djm@cvs.openbsd.org 2013/11/21 03:18:51Damien Miller2013-11-211-5/+6
| | | | | | | | | | | [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
* - dtucker@cvs.openbsd.org 2013/11/07 02:48:38Darren Tucker2013-11-071-19/+3
| | | | | [regress/integrity.sh regress/cipher-speed.sh regress/try-ciphers.sh] Use ssh -Q instead of hardcoding lists of ciphers or MACs.
* - dtucker@cvs.openbsd.org 2013/05/17 10:16:26Darren Tucker2013-05-171-1/+1
| | | | | | [regress/try-ciphers.sh] use expr for math to keep diffs vs portable down (id sync only)
* - (tim) [regress/cipher-speed.sh regress/try-ciphers.sh] shell portability fix.Tim Rice2013-02-191-1/+1
|
* - (djm) [regress/try-ciphers.sh] clean up CVS merge botchDamien Miller2013-02-121-7/+0
|
* - djm@cvs.openbsd.org 2013/02/11 23:58:51Damien Miller2013-02-121-11/+1
| | | | | [try-ciphers.sh] remove acss here too
* - (djm) [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh]Damien Miller2013-01-171-2/+3
| | | | check for GCM support before testing GCM ciphers.
* - djm@cvs.openbsd.org 2013/01/12 11:23:53Damien Miller2013-01-121-2/+9
| | | | | [regress/cipher-speed.sh regress/integrity.sh regress/try-ciphers.sh] test AES-GCM modes; feedback markus@
* - markus@cvs.openbsd.org 2012/12/11 23:12:13Damien Miller2012-12-121-2/+3
| | | | | [try-ciphers.sh] add hmac-ripemd160-etm@openssh.com
* - markus@cvs.openbsd.org 2012/12/11 22:32:56Damien Miller2012-12-121-3/+7
| | | | | [regress/try-ciphers.sh] add etm modes
* - dtucker@cvs.openbsd.org 2012/10/05 02:20:48Damien Miller2012-12-031-2/+3
| | | | | [regress/cipher-speed.sh regress/try-ciphers.sh] Add umac-128@openssh.com to the list of MACs to be tested
* - dtucker@cvs.openbsd.org 2012/09/06 04:11:07Darren Tucker2012-10-051-1/+1
| | | | | [regress/try-ciphers.sh] Restore missing space. (Id sync only).
* - dtucker@cvs.openbsd.org 2012/06/28 05:07:45Darren Tucker2012-06-301-2/+2
| | | | | | | [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
* - (djm) [regress/cipher-speed.sh regress/try-ciphers.sh] disable HMAC-SHA2Damien Miller2011-08-171-2/+3
| | | | MAC tests for platforms that hack EVP_SHA2 support
* - djm@cvs.openbsd.org 2011/08/02 01:23:41Damien Miller2011-08-171-2/+3
| | | | | [regress/cipher-speed.sh regress/try-ciphers.sh] add SHA256/SHA512 based HMAC modes
* - pvalchev@cvs.openbsd.org 2007/06/07 19:41:46Damien Miller2007-10-261-2/+2
| | | | | | [regress/cipher-speed.sh regress/try-ciphers.sh] test umac-64@openssh.com ok djm@
* - djm@cvs.openbsd.org 2005/05/24 04:10:54Damien Miller2006-01-311-2/+3
| | | | | [regress/try-ciphers.sh] oops, new arcfour modes here too
* - (tim) [regress/try-ciphers.sh] "if ! some_command" is not portable.Tim Rice2004-06-221-1/+3
|
* - (dtucker) [regress/try-ciphers.sh] Skip acss if not compiled in (eg if weDarren Tucker2004-02-291-0/+5
| | | | built with openssl < 0.9.7)
* - dtucker@cvs.openbsd.org 2004/02/28 13:44:45Darren Tucker2004-02-291-1/+12
| | | | | [regress/try-ciphers.sh] Test acss too; ok markus@
* - (dtucker) OpenBSD CVS Sync (regress/)Darren Tucker2003-06-181-2/+3
| | | | | | - markus@cvs.openbsd.org 2003/06/12 15:40:01 [try-ciphers.sh] add ctr
* - (djm) Import OpenBSD regression tests. Requires BSD make to runDamien Miller2002-05-011-0/+29