Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Windows OS-specific functions to make porting easier. | 2014-12-03 | 1 | -1/+11 | |
| | | | | | | | | | | | | Several functions that need to be redefined for a Windows port are right in the middle of other code that is relatively portable. This patch isolates the functions that need Windows-specific implementations so they can be built conditionally in the portable tree. Add calls to BIO_sock_init() as-needed to openssl(1) so that socket IO works on Windows. Sorry, these are no-op on other platforms. ok jsing@ deraadt@ | ||||
* | ssl_sock_init() does nothing, so remove it... | 2014-11-06 | 1 | -17/+1 | |
| | |||||
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | 2014-08-26 | 1 | -0/+351 | |
a system/superuser binary. At the same time, move the source code from its current lib/libssl/src/apps location to a more appropriate home under usr.bin/openssl. ok deraadt@ miod@ |