Skip to content

Commit 60a2960

Browse files
authored
Merge pull request #637 from ejohnstown/release-v1.4.15-2
Release v1.4.15: Last Second Fixes
2 parents c5d3704 + 271e560 commit 60a2960

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
been observed in wolfSSH, the fix is now implemented. The RSA signature
88
is verified before sending to the peer.
99
- Keegan Ryan, Kaiwen He, George Arnold Sullivan, and Nadia Heninger. 2023.
10-
Passive SSH Key Compormise via Lattices. Cryptology ePrint Archive,
10+
Passive SSH Key Compromise via Lattices. Cryptology ePrint Archive,
1111
Report 2023/1711. https://eprint.iacr.org/2023/1711.
1212

1313
## Notes
@@ -46,7 +46,7 @@
4646
* Speed improvements for SFTP. (Fixed unnecessary waiting.)
4747
* Windows wolfSSHd improvements.
4848
* The functions `wolfSSH_ReadKey_file()` and `wolfSSH_ReadKey_buffer()`
49-
handles more encodings.
49+
handle more encodings.
5050
* Add function to supply new protocol ID string.
5151
* Support larger RSA keys.
5252
* MinGW support updates.

apps/wolfsshd/auth.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
#include <unistd.h>
4242
#else
4343
/* avoid macro redefinition warnings on STATUS values when include ntstatus.h */
44+
#undef UMDF_USING_NTSTATUS
4445
#define UMDF_USING_NTSTATUS
46+
#undef UNICODE
47+
#define UNICODE
4548
#endif
4649

4750
#include <wolfssh/ssh.h>

0 commit comments

Comments
 (0)