Ticket Change Details
Overview

Artifact ID: aba8f791de7d84a85c9d96ff970e89f39d544c84
Ticket: 34cfe474908520292be11470754efb8bf70a23aa
tcltls-1.7.12 on FreeBSD 11
User & Date: anonymous on 2017-07-08 10:12:45
Changes

  1. icomment:
    Compiling with OpenSSL 1.0.2j I get:
    
    >>
    % package require tls
    couldn't load file "/usr/opt/tcl86/lib/tcltls1.7.12/tcltls.so":
    /usr/opt/tcl86/lib/tcltls1.7.12/tcltls.so: Undefined symbol "get_dhParams"
    <<
    
    Compiling with nss-3.30 I get:
    
    >>
    % package require tls
    couldn't load file "/usr/opt/tcl86/lib/tcltls1.7.12/tcltls.so": /usr/opt/tcl86/lib/tcltls1.7.12/tcltls.so: Undefined symbol "SSL_CTX_set_client_CA_list"
    <<
    
    When compiling the following warnings:
    
    >>
    ./tls.c: In function 'CTX_Init':
    ./tls.c:1182:11: warning: implicit declaration of function 'get_dhParams' [-Wimplicit-function-declaration]
          dh = get_dhParams();
               ^
    ./tls.c:1182:9: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
          dh = get_dhParams();
             ^
    ./tls.c: At top level:
    cc1: warning: unrecognized command line option '-Wno-self-assign'
    <<
    
  2. login: "anonymous"
  3. mimetype: "text/x-fossil-plain"
  4. private_contact changed to: "8edfaa7ebab12fca7ea26c7fccf79fa2dcea518b"
  5. severity changed to: "Critical"
  6. status changed to: "Open"
  7. title changed to: "tcltls-1.7.12 on FreeBSD 11"
  8. type changed to: "Code Defect"