Compare commits

...

3 Commits

Author SHA1 Message Date
Brent Cook
58f869bfd5 use correct patch level 2015-03-09 07:11:28 -05:00
Brent Cook
1eea14957d clarify 2.1.5 release note
Specify that we are rejecting server ephemeral DH keys < 1024 bits.
2015-03-08 22:34:48 -05:00
Brent Cook
44d308df41 track the OPENBSD_5_7 tag 2015-03-08 22:04:14 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ LibreSSL Portable Release Notes:
* Windows port improvements and bug fixes.
* Reject server DH keys smaller than 1024 bits.
* Reject server ephemeral DH keys smaller than 1024 bits.
2.1.4 - Security and feature updates
* Improvements to libtls:

View File

@@ -1 +1 @@
master
OPENBSD_5_7

View File

@@ -185,7 +185,7 @@ for i in `awk '/SOURCES|HEADERS/ { print $3 }' apps/Makefile.am` ; do
fi
done
# patch for openssl(1) oscp on windows
(cd apps; patch -p5 < $CWD/patches/win_bio_sock_init.diff)
(cd apps; patch -p4 < $CWD/patches/win_bio_sock_init.diff)
# copy libssl source
echo "copying libssl source"