AIX

 View Only
  • 1.  TLS version1.0 protocol detection

    Posted Tue September 13, 2022 09:41 AM
    Trying to find TLS v1.0 using command
    $ openssl ciphers -v | awk '{print $2}' | sort | uniq.
    Output is as follows:
    pg4138@tipi310> openssl ciphers -v | awk '{print $2}' | sort | uniq
    SSLv3
    TLSv1.2

    I see that TLSv1.0 is not found, but getting vulnerability detected for TLSv1.0.
    please help to know what else i can check to fix the issue. 


    Thanks,
    Priyanka Gunasekaran

    ------------------------------
    Priyanka Gunasekaran
    ------------------------------


  • 2.  RE: TLS version1.0 protocol detection

    Posted Fri September 16, 2022 08:48 AM
    Hello

    Please refer to the link which lists the TLS version-specific protocol ciphers:
    https://www.openssl.org/docs/man1.1.1/man1/ciphers.html

    Thanks

    ------------------------------
    Sandeep Umesh
    ------------------------------