Skip to content

Enable to specify cipher suite#14

Merged
genkiroid merged 4 commits intomasterfrom
support-specify-cipher-suite
Sep 23, 2019
Merged

Enable to specify cipher suite#14
genkiroid merged 4 commits intomasterfrom
support-specify-cipher-suite

Conversation

@genkiroid
Copy link
Owner

@genkiroid genkiroid commented Sep 22, 2019

see #13

Now we can specify cipher suite.
As a result, we can get the information of each certificate.

Note that the issuers are different in the following example.

# Get information of the certificate using RSA signature/public key algorithm.
$ cert -cipher TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 cloudflaressl.com
DomainName: cloudflaressl.com
IP:         104.20.47.142
Issuer:     COMODO RSA Domain Validation Secure Server CA 2
NotBefore:  2019-08-23 09:00:00 +0900 JST
NotAfter:   2020-03-01 08:59:59 +0900 JST
CommonName: ssl509631.cloudflaressl.com
SANs:       [ssl509631.cloudflaressl.com *.cloudflaressl.com cloudflaressl.com]
Error:

# Get information of the certificate using ECDSA signature/public key algorithm.
$ cert -cipher TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 cloudflaressl.com
DomainName: cloudflaressl.com
IP:         104.20.48.142
Issuer:     COMODO ECC Domain Validation Secure Server CA 2
NotBefore:  2019-08-23 09:00:00 +0900 JST
NotAfter:   2020-03-01 08:59:59 +0900 JST
CommonName: ssl509632.cloudflaressl.com
SANs:       [ssl509632.cloudflaressl.com *.cloudflaressl.com cloudflaressl.com]
Error:

@genkiroid genkiroid merged commit 3b2e52a into master Sep 23, 2019
@genkiroid genkiroid deleted the support-specify-cipher-suite branch September 23, 2019 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant