Merge branch 'development' into dtls
* development: Add attribution Fix ignore patterns for windows cmake again
This commit is contained in:
commit
20343cfec9
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,7 +8,9 @@ Coverage
|
||||
*.gcda
|
||||
|
||||
# MSVC files generated by CMake:
|
||||
*.filters
|
||||
/*.sln
|
||||
/*.vcxproj
|
||||
/*.filters
|
||||
|
||||
# MSVC build artifacts:
|
||||
*.exe
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user