From 75e05bc441382db69c842a64c562738cb749214e Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sun, 22 Jan 2023 13:56:55 -0500 Subject: add upstream 12.0 --- Bugs.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Bugs.txt') diff --git a/Bugs.txt b/Bugs.txt index ffc9056a..7de9b78f 100644 --- a/Bugs.txt +++ b/Bugs.txt @@ -5,7 +5,7 @@ the ones mentioned below. The remaining issues that are yet to be fixed are list ---------------- -| libcurl 7.86| +| libcurl 7.87| ---------------- __________________________________________________________________________________________________________ /lib/ftp.c @@ -62,6 +62,12 @@ move the following constants from src/sftp.h to include/libssh2_sftp.h: #define MAX_SFTP_OUTGOING_SIZE 30000 #define MAX_SFTP_READ_SIZE 30000 __________________________________________________________________________________________________________ +src/sftp.c +Always clear SFTP protocol error: https://github.com/libssh2/libssh2/pull/787 +__________________________________________________________________________________________________________ +src/openssl.c +Fix misleading error message if wrong passphrase: https://github.com/libssh2/libssh2/pull/789 +__________________________________________________________________________________________________________ ------------------- -- cgit