Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
58f869bfd5 | ||
![]() |
1eea14957d | ||
![]() |
44d308df41 |
@@ -33,7 +33,7 @@ LibreSSL Portable Release Notes:
|
|||||||
|
|
||||||
* Windows port improvements and bug fixes.
|
* 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
|
2.1.4 - Security and feature updates
|
||||||
* Improvements to libtls:
|
* Improvements to libtls:
|
||||||
|
@@ -1 +1 @@
|
|||||||
master
|
OPENBSD_5_7
|
||||||
|
@@ -185,7 +185,7 @@ for i in `awk '/SOURCES|HEADERS/ { print $3 }' apps/Makefile.am` ; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
# patch for openssl(1) oscp on windows
|
# 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
|
# copy libssl source
|
||||||
echo "copying libssl source"
|
echo "copying libssl source"
|
||||||
|
Reference in New Issue
Block a user