Ticket Change Details
Overview

Artifact ID: 2c464106172f72740ef8cacf02262e3a7059222f84f47427adf3986188ae08b6
Ticket: 6da6e5f4cd88a8497fba183a740875e112702826
openssl 3 support
User & Date: isleong on 2023-07-17 18:28:25
Changes

  1. foundin changed to: "1.7.22"
  2. icomment:
    Openssl 3 says these functions are deprecated and does not recommend using them. They also advise using the DH provided by openssl instead of the app providing it. 
    
    https://www.openssl.org/docs/man3.0/man3/SSL_set_tmp_dh_callback.html
    
    SSL_CTX_set_tmp_dh(SSL_CTX *ctx, DH *dh) is used in tls.c. What would be the proper way to fix it so that it is compatible with OpenSSL 3? Unfortunately I don't know if not using the DH provided by TLS would affect the behavior. The people at AS who were involved with the development and maintenance of this extension were already gone before I started.
    
  3. login: "isleong"
  4. mimetype: "text/x-markdown"
  5. private_contact changed to: "157bb97298fe5b5470efa8540342536766b0cd52"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "openssl 3 support"
  9. type changed to: "Code Defect"