Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Versions above 1.6.2 do not issue correct certificates #4

Closed
passcod opened this issue Apr 12, 2020 · 4 comments
Closed

Versions above 1.6.2 do not issue correct certificates #4

passcod opened this issue Apr 12, 2020 · 4 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@passcod
Copy link
Owner

passcod commented Apr 12, 2020

1.7 and higher swapped the openssl for a pure-rust solution. Somewhere in that conversion I made at least one mistake and certificates generated are missing something but I haven't quite been able to identify what.

The short of it is, use 1.6.2:

cargo install certainly --version 1.6.2

If you have some time and motivation, and/or if you have some medium-deep knowledge of TLS certificates, you can help by figuring out what's missing.

@passcod passcod added bug Something isn't working help wanted Extra attention is needed labels Apr 12, 2020
@passcod passcod pinned this issue Apr 12, 2020
@passcod
Copy link
Owner Author

passcod commented May 4, 2020

This might have been related, need to re-test! rustls/rcgen#30

@dequis
Copy link

dequis commented Sep 11, 2020

How do you reproduce this? Is it something as obvious as make self signed cert, put it in web server, connect web client to it?

@passcod
Copy link
Owner Author

passcod commented Sep 11, 2020

Pretty much. Also with ca-signed certs. Also comparing the outputs of openssl x509 -text -in cert.pem.

@passcod
Copy link
Owner Author

passcod commented Feb 16, 2023

Deprecating and archiving this repo.

@passcod passcod closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants