Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openssl: new wrapper targeting OpenSSL 3+ #1336

Draft
wants to merge 15 commits into
base: devel
Choose a base branch
from

Conversation

alaviss
Copy link
Contributor

@alaviss alaviss commented Jun 7, 2024

Summary

  • what changed and how?
  • why are we changing it?

Details

  • info that couldn't fit into the summary
  • relevant details; tricky parts
  • anything else

Fixes #1160


Notes for Reviewers

Details to be done after everything is working

@alaviss alaviss force-pushed the ssl3 branch 4 times, most recently from 87c2dab to 7996ea2 Compare June 7, 2024 05:30
lib/pure/net.nim Outdated
## Returns the certificate chain received by the peer we are connected to
## through the OpenSSL connection represented by `sslHandle`.
## The handshake must have been completed and the certificate chain must
## have been verified successfully or else an empty sequence is returned.
## The chain is ordered from leaf certificate to root certificate.
## The chain is ordered from leaf certificat to root certificate.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## The chain is ordered from leaf certificat to root certificate.
## The chain is ordered from leaf certificate to root certificate.

minor typo

@alaviss alaviss force-pushed the ssl3 branch 4 times, most recently from 1a6ab16 to 927bee6 Compare June 14, 2024 05:12
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.

add OpenSSL 3.0+ support
2 participants