aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-19bump version to 2.1.6Brent Cook1-1/+1
2015-03-19enable libtls by defaultBrent Cook9-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-09expand on changelogBrent Cook1-1/+6
2015-03-09use correct patch levelv2.1.5Brent Cook1-1/+1
2015-03-08clarify 2.1.5 release noteBrent Cook1-1/+1
Specify that we are rejecting server ephemeral DH keys < 1024 bits.
2015-03-08track the OPENBSD_5_7 tagBrent Cook1-1/+1
2015-03-08update changelog for 2.1.5Brent Cook1-0/+7
2015-03-08bump version to 2.1.5Brent Cook1-1/+1
2015-03-08update __STRICT_ALIGNMENT checkBrent Cook1-3/+7
2015-03-08initialize winsock earlier in openssl(1)Brent Cook2-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-08specify -static-libgcc for mingw buildsBrent Cook2-1/+3
Avoid external external dependencies on 32-bit windows builds.
2015-03-08fix hangs reading stdin on WindowsBrent Cook1-23/+16
2015-03-07avoid doubling user-specified cflagsBrent Cook1-2/+2
2015-03-02Add '-windows' to windows binary archive.v2.1.4Brent Cook1-1/+1
2015-03-02add windows README, package README files with distributionBrent Cook2-1/+41
2015-03-02point out where to report bugs, update links.Brent Cook2-3/+7
2015-03-02update changelog with security updatesBrent Cook1-7/+33