Age | Commit message (Collapse) | Author |
|
|
|
The SSL_SERVER_VERIFY_LATER bit in the ssl_ctx_new() call allows the
code to verify the peer certificate explicitly after the handshake and
then the "data->set.ssl.verifypeer" option works.
|
|
When no explicit version is selected we should try to use whatever is
best for us, and in the axTLS case that means TLSv1.
|
|
Removed trailing whitespace
Removed several compiler warnings
Removed odd backslashes at some line endings
|
|
|
|
Failed HTTPS tests: 301, 306, 311, 312, 313, 560
311, 312 need more detailed error reporting from axTLS.
313 relates to CRL, which hasn't been implemented yet.
|
|
Added axTLS to autotool files and glue code to misc other files.
axtls.h maps SSL API functions, but may change.
axtls.c is just a stub file and will definitely change.
|