History Of Ticket 6da6e5f4cd

Artifacts Associated With Ticket 6da6e5f4cd

  1. Ticket change [2c46410617] (rid 1589) by isleong on 2023-07-17 18:28:25:

    1. foundin initialized 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 initialized to: "157bb97298fe5b5470efa8540342536766b0cd52"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to: "openssl 3 support"
    9. type initialized to: "Code Defect"