Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The cookie in the cookie verify callback needs to be const. | tb | 2018-04-25 | 1 | -2/+2 |
| | | | | ok jsing (as part of a larger diff) | ||||
* | Display details of the server ephemeral key, based on OpenSSL. | jsing | 2016-12-30 | 1 | -1/+2 |
| | | | | ok doug@ | ||||
* | Fix shadowed verify_error in s_server by removing the unused global. | bcook | 2015-09-10 | 1 | -2/+1 |
| | | | | | | 's_time -verify 1' will now actually verify the peer certificate. ok beck@ | ||||
* | Move verify externs into the header file. | jsing | 2015-04-14 | 1 | -1/+5 |
| | |||||
* | Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not | jsing | 2014-08-26 | 1 | -0/+147 |
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@ |