Uploaded image for project: 'Santuario'
  1. Santuario
  2. SANTUARIO-569

(Current) list of deprecated-in-OpenSSLv3 APIs used by C++

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • C++ 2.0.2
    • None
    • C++
    • None
    • Windows build (in case it matters)

    Description

      Just for the record (and because it was easy while I was there).  below is the list of APIs which product a warning when compiling against OpenSSL 3.0-alpha14 with
      -DOPENSSL_NO_DEPRECATED_3_0

      'DSA_do_sign'
      'DSA_do_verify'
      'DSA_free'
      'DSA_get0_key'
      'DSA_get0_pqg'
      'DSA_new'
      'DSA_set0_key'
      'DSA_set0_pqg'
      'EC_KEY_dup'
      'EC_KEY_free'
      'EC_KEY_get0_group'
      'EC_KEY_get0_private_key'
      'EC_KEY_get0_public_key'
      'EC_KEY_new_by_curve_name'
      'ECDSA_do_sign'
      'ECDSA_do_verify'
      'ERR_remove_state'
      'EVP_PKEY_get0_RSA'
      'HMAC_CTX_free'
      'HMAC_CTX_new'
      'HMAC_Final'
      'HMAC_Init'
      'HMAC_Update'
      'o2i_ECPublicKey'
      'PKCS1_MGF1'
      'RSA_free'
      'RSA_get0_crt_params'
      'RSA_get0_factors'
      'RSA_get0_key'
      'RSA_get0_key'
      'RSA_new'
      'RSA_private_decrypt'
      'RSA_private_encrypt'
      'RSA_public_decrypt'
      'RSA_public_encrypt'
      'RSA_set0_crt_params'
      'RSA_set0_factors'
      'RSA_set0_key'
      'RSA_size'
       

      Attachments

        Activity

          People

            scantor Scott Cantor
            rodwiddowson Rod Widdowson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: