stud
stud copied to clipboard
The Scalable TLS Unwrapping Daemon
Add configuration option to specify the named curve for ECDH. Also fixes problem that DH init failure would cause skip of ECDH init. New option is -N/--named-curve=NAME, where NAME can...
Disable openssl internal cache in client mode to let application manage reuse session.
This adds a SPEC file to build an RPM and a make option to make building easier ``` make rpm ``` will build an RPM for the current platform ```...
...n-standard include paths can work.
FIX: Should never append but can cause memory leak.
Errors were not getting cleared from the queue between various OpenSSL function calls. This was causing the error queue to contain misleading information on subsequent calls to `SSL_get_error`. One degenerate...
- Disable openssl internal cache: less memory usage and no perf impact. - Update shared context initialization API.
This patch enables stud to ask clients for certificates and verify them to a certain depth.
init.stud has a bunch of whitespace at the top, causing some editor ugliness -t