scottgifford/ucspi-ssl
forked from SuperScript/ucspi-ssl
Delayed SSL support in sslserver, an UCSPI protocol for the TCP communication domain that uses SSL to encrypt communication.
C
Shell
Pull request
Compare
This branch is 7 commits ahead, 16 commits behind SuperScript:master.
Latest commit
af2aa8d
Scott Gifford
* Modify ssl_io to take an extensible ssl_io_opt structure instead o…
…
…f just the timeout. * Implement new -j/-J switch to activate "just_shutdown" option in ssl_io. This option causes the SSL connection to be shutdown before the SSL protocol has been fully shutdown. This is allowed by the specs, and seems to improve compatibility, and so is the default. * Document added options in documentation.
| Failed to load latest commit information. | |||
|
|
package | Initial checkin. | |
|
|
src | * Modify ssl_io to take an extensible ssl_io_opt structure instead o… | |
|
|
.gitignore | ||