Overview
Comment: | Set a default channel type version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | tls-1-7 |
Files: | files | file ages | folders |
SHA1: |
fe5bc0bc671257764ae0330185248970 |
User & Date: | rkeene on 2016-12-07 16:41:00 |
Other Links: | branch diff | manifest | tags |
Context
2016-12-07
| ||
16:48 | Removed extraneous "extern", causing linking failures on Windows check-in: ee4e44d78d user: rkeene tags: tls-1-7 | |
16:41 | Set a default channel type version check-in: fe5bc0bc67 user: rkeene tags: tls-1-7 | |
16:25 | Fixed check for SSL_set_tlsext_host_name check-in: 8df81b363a user: rkeene tags: tls-1-7 | |
Changes
Modified tls.c from [9a523164da] to [9b5d593b52].
︙ | ︙ | |||
82 83 84 85 86 87 88 | #include "dh_params.h" #endif /* * Defined in Tls_Init to determine what kind of channels we are using * (old-style 8.2.0-8.3.1 or new-style 8.3.2+). */ | | | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | #include "dh_params.h" #endif /* * Defined in Tls_Init to determine what kind of channels we are using * (old-style 8.2.0-8.3.1 or new-style 8.3.2+). */ int channelTypeVersion = TLS_CHANNEL_VERSION_2; /* * We lose the tcl password callback when we use the RSA BSAFE SSL-C 1.1.2 * libraries instead of the current OpenSSL libraries. */ #ifdef BSAFE |
︙ | ︙ |