Skip to content

Commit 7a47b4d

Browse files
authored
Merge pull request #244 from aidangarske/openssh-osp-fix
Add openssh V_9_9_P1 patch and newest Openssh V_10_0_P2
2 parents 7ede24f + 358f7d7 commit 7a47b4d

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

wolfProvider/openssh/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
This patch is only needed for the full openssh test suite to run with wolfProvider.
2+
For V_9_9_P1 testing use the patch `openssh-V_9_9_P1-wolfprov.patch`
3+
For V_10_0_P2 testing use the patch `openssh-V_10_0_P2-wolfprov.patch`

wolfProvider/openssh/openssh-9.9.p1-wolfprov.patch renamed to wolfProvider/openssh/openssh-V_10_0_P2-wolfprov.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ index 8fe9276c2..f9a1b5fd2 100644
44
+++ b/myproposal.h
55
@@ -59,7 +59,6 @@
66
"rsa-sha2-256"
7-
7+
88
#define KEX_SERVER_ENCRYPT \
99
- "chacha20-poly1305@openssh.com," \
1010
"aes128-gcm@openssh.com,aes256-gcm@openssh.com," \
1111
"aes128-ctr,aes192-ctr,aes256-ctr"
12-
12+
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 3bdc2e955..c720af88e 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-ctr,aes192-ctr,aes256-ctr," \
11+
"aes128-gcm@openssh.com,aes256-gcm@openssh.com"
12+

wolfProvider/stunnel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ environment variable, which is used to simulate provider failures during
33
testing. It is only needed if you are testing wolfProvider with
44
`WOLFPROV_FORCE_FAIL=1`.
55
The patch includes modifications to certificate generation and session
6-
resumption tests to properly handle this test mode.
6+
resumption tests to properly handle this test mode.

0 commit comments

Comments
 (0)