Changes between Initial Version and Version 1 of Ticket #759, comment 16


Ignore:
Timestamp:
09/10/17 17:15:06 (7 years ago)
Author:
pgnd
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #759, comment 16

    initial v1  
    7878}}}
    7979but in the openssl v1.1.0 case, fails as reported above
     80
     81'./configure ...' output for the v1.1.0 case includes
     82{{{
     83        ...
     84        checking for PKCS11_HELPER... no
     85        checking additionally if OpenSSL is available and version >= 1.0.1... ok
     86        checking for SSL_CTX_new... yes
     87        checking for EVP_CIPHER_CTX_set_key_length... yes
     88        checking for ENGINE_load_builtin_engines... yes
     89        checking for ENGINE_register_all_complete... yes
     90        checking for ENGINE_cleanup... no
     91        checking for EVP_aes_256_gcm... yes
     92        checking for HMAC_CTX_new... yes
     93        checking for HMAC_CTX_free... yes
     94        checking for HMAC_CTX_reset... yes
     95        checking for EVP_MD_CTX_new... yes
     96        checking for EVP_MD_CTX_free... yes
     97        checking for EVP_MD_CTX_reset... yes
     98        checking for SSL_CTX_get_default_passwd_cb... yes
     99        checking for SSL_CTX_get_default_passwd_cb_userdata... yes
     100        checking for X509_get0_pubkey... yes
     101        checking for X509_STORE_get0_objects... yes
     102        checking for X509_OBJECT_free... yes
     103        checking for X509_OBJECT_get_type... yes
     104        checking for EVP_PKEY_id... yes
     105        checking for EVP_PKEY_get0_RSA... yes
     106        checking for EVP_PKEY_get0_DSA... yes
     107        checking for EVP_PKEY_get0_EC_KEY... yes
     108        checking for RSA_set_flags... yes
     109        checking for RSA_bits... yes
     110        checking for RSA_get0_key... yes
     111        checking for RSA_set0_key... yes
     112        checking for DSA_get0_pqg... yes
     113        checking for DSA_bits... yes
     114        checking for RSA_meth_new... yes
     115        checking for RSA_meth_free... yes
     116        checking for RSA_meth_set_pub_enc... yes
     117        checking for RSA_meth_set_pub_dec... yes
     118        checking for RSA_meth_set_priv_enc... yes
     119        checking for RSA_meth_set_priv_dec... yes
     120        checking for RSA_meth_set_init... yes
     121        checking for RSA_meth_set_finish... yes
     122        checking for RSA_meth_set0_app_data... yes
     123        checking for EC_GROUP_order_bits... yes
     124        ...
     125}}}