Coder Social home page Coder Social logo

Comments (3)

dcooper16 avatar dcooper16 commented on June 6, 2024 2

I would suggest looking at NIST Special Publication 800-52. Appendix B.1 explains how to interpret TLS 1.2 cipher suite names, and the example at the end of the section is very similar the one you mentioned. Section 3.4.1.4 talks about the signature algorithms extension.

from testssl.sh.

dcooper16 avatar dcooper16 commented on June 6, 2024 1

It is not a bug. If your server supports a cipher suite that uses RSA signatures, such as ones of the form TLS_ECDHE_RSA..., then it needs to support RSA signatures (RSA+... and/or RSA-PSS-RSAE+...). What hash function is used to create the RSA signature is not determined by the cipher suite. It is negotiated separately.

from testssl.sh.

Charles1000Chen avatar Charles1000Chen commented on June 6, 2024

@dcooper16 Thank you. I'm still a bit confused. Even though the hash function is negotiated separately, why I have clearly specified the "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384" algorithm but the testssh tells that SHA1 hash function is used? Shouldn't the hash function be SHA384? Any suggestion on how to eliminate weak SHA1 from the "TLS 1.2 sig.algs offered" list will be appreciated.

from testssl.sh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.