Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-03-19 | bump version to 2.1.6 | Brent Cook | 1 | -1/+1 | |
2015-03-19 | enable libtls by default | Brent Cook | 9 | -26/+7 | |
The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@ | |||||
2015-03-09 | expand on changelog | Brent Cook | 1 | -1/+6 | |
2015-03-09 | use correct patch levelv2.1.5 | Brent Cook | 1 | -1/+1 | |
2015-03-08 | clarify 2.1.5 release note | Brent Cook | 1 | -1/+1 | |
Specify that we are rejecting server ephemeral DH keys < 1024 bits. | |||||
2015-03-08 | track the OPENBSD_5_7 tag | Brent Cook | 1 | -1/+1 | |
2015-03-08 | update changelog for 2.1.5 | Brent Cook | 1 | -0/+7 | |
2015-03-08 | bump version to 2.1.5 | Brent Cook | 1 | -1/+1 | |
2015-03-08 | update __STRICT_ALIGNMENT check | Brent Cook | 1 | -3/+7 | |
2015-03-08 | initialize winsock earlier in openssl(1) | Brent Cook | 2 | -9/+55 | |
This allows commands like ocsp to work properly since we no longer initialize Winsock as a side-effect of doing a BIO_gethostbyname. | |||||
2015-03-08 | specify -static-libgcc for mingw builds | Brent Cook | 2 | -1/+3 | |
Avoid external external dependencies on 32-bit windows builds. | |||||
2015-03-08 | fix hangs reading stdin on Windows | Brent Cook | 1 | -23/+16 | |
2015-03-07 | avoid doubling user-specified cflags | Brent Cook | 1 | -2/+2 | |
2015-03-02 | Add '-windows' to windows binary archive.v2.1.4 | Brent Cook | 1 | -1/+1 | |
2015-03-02 | add windows README, package README files with distribution | Brent Cook | 2 | -1/+41 | |
2015-03-02 | point out where to report bugs, update links. | Brent Cook | 2 | -3/+7 | |
2015-03-02 | update changelog with security updates | Brent Cook | 1 | -7/+33 | |