Skip to content

Commit 17dad91

Browse files
Merge pull request #241 from ColtonWilley/osp_wp_openssh
Add patch for openssh test suite to run with wolfProvider
2 parents 8d37630 + 81b91d5 commit 17dad91

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

wolfProvider/openssh/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This patch is only needed for the full openssh test suite to run with wolfProvider.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/myproposal.h b/myproposal.h
2+
index 8fe9276c2..f9a1b5fd2 100644
3+
--- a/myproposal.h
4+
+++ b/myproposal.h
5+
@@ -59,7 +59,6 @@
6+
"rsa-sha2-256"
7+
8+
#define KEX_SERVER_ENCRYPT \
9+
- "chacha20-poly1305@openssh.com," \
10+
"aes128-gcm@openssh.com,aes256-gcm@openssh.com," \
11+
"aes128-ctr,aes192-ctr,aes256-ctr"
12+

0 commit comments

Comments
 (0)