diff --git a/.gitignore b/.gitignore index bbf7822b2..916d7311c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,9 @@ Coverage *.gcda # MSVC files generated by CMake: -*.filters +/*.sln +/*.vcxproj +/*.filters # MSVC build artifacts: *.exe diff --git a/ChangeLog b/ChangeLog index 4e21960c4..1cfe4720d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -68,7 +68,8 @@ Bugfix key exchanges enabled needs certificates. This fixes a possible interop issue with some servers when a zero-length extension was sent. (Reported by Peter Dettman.) - * On a 0-length input, base64_encode() did not correctly set output length. + * On a 0-length input, base64_encode() did not correctly set output length + (found by Hendrik van den Boogaard). Changes * Use deterministic nonces for AEAD ciphers in TLS by default (possible to