diff options
author | Colin Watson <cjwatson@debian.org> | 2018-08-30 01:00:47 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-08-30 01:01:39 +0100 |
commit | 8d7ec0eab1ec3f0836a02c574281e400de45a0ac (patch) | |
tree | f6e224a08c5f2a8a5d2b5916d1ec817baddbfa90 /regress/conch-ciphers.sh | |
parent | 816386e17654ca36834bebbf351419e460fad8f6 (diff) | |
parent | 38966b4afedee3bb57d3b1b0a7df4ff438fb9fd0 (diff) |
Work around conch interoperability failure
Twisted Conch fails to read private keys in the new format
(https://twistedmatrix.com/trac/ticket/9515). Work around this until it
can be fixed in Twisted.
Diffstat (limited to 'regress/conch-ciphers.sh')
-rw-r--r-- | regress/conch-ciphers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/conch-ciphers.sh b/regress/conch-ciphers.sh index 199d863a0..c7df19fd4 100644 --- a/regress/conch-ciphers.sh +++ b/regress/conch-ciphers.sh | |||
@@ -16,7 +16,7 @@ for c in aes256-ctr aes256-cbc aes192-ctr aes192-cbc aes128-ctr aes128-cbc \ | |||
16 | rm -f ${COPY} | 16 | rm -f ${COPY} |
17 | # XXX the 2nd "cat" seems to be needed because of buggy FD handling | 17 | # XXX the 2nd "cat" seems to be needed because of buggy FD handling |
18 | # in conch | 18 | # in conch |
19 | ${CONCH} --identity $OBJ/rsa --port $PORT --user $USER -e none \ | 19 | ${CONCH} --identity $OBJ/rsa_oldfmt --port $PORT --user $USER -e none \ |
20 | --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \ | 20 | --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \ |
21 | 127.0.0.1 "cat ${DATA}" 2>/dev/null | cat > ${COPY} | 21 | 127.0.0.1 "cat ${DATA}" 2>/dev/null | cat > ${COPY} |
22 | if [ $? -ne 0 ]; then | 22 | if [ $? -ne 0 ]; then |