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

Add NegotiatedCipherSuite #1312

Closed
wants to merge 1 commit into from
Closed

Add NegotiatedCipherSuite #1312

wants to merge 1 commit into from

Conversation

yvarlet
Copy link

@yvarlet yvarlet commented Jan 4, 2022

Add the NegotiatedCipherSuite function on the different clients to get the tls cipher suite enum that has been negotiated.

@jstedfast
Copy link
Owner

Added a SslCipherSuite property instead for naming consistency.

@jstedfast jstedfast closed this Jan 4, 2022
@yvarlet
Copy link
Author

yvarlet commented Jan 4, 2022

thank you

@yvarlet yvarlet deleted the Client-Add-NegotiatedCipherSuite branch January 4, 2022 17:31
Elanis added a commit to Dysnomia-Studio/dysnomia-website that referenced this pull request Jul 14, 2023
Bumps [MailKit](https://github.com/jstedfast/MailKit) from 3.0.0 to 3.1.1.
<details>
<summary>Changelog</summary>

*Sourced from [MailKit's changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md).*

> ### MailKit 3.1.1 (2022-01-30)
>
> * Reduced string allocations in Pop3Engine's capability parser.
> * Updated GMail and Outlook.com SSL certificates.
> * Modified SmtpClient to try and use the system hostname in EHLO/HELO commands.
>   (issue [#1314](jstedfast/MailKit#1314))
>
> ### MailKit 3.1.0 (2022-01-14)
>
> * Fixed NTLM to always prefer the supplied domain over the TargetName or TargetInfo.DomainName.
>   (issue [#582](jstedfast/MailKit#582))
> * Updated GMail and Outlook.com SSL certificate info.
> * Added a new SslCipherSuite property to each client that allows developers to get information
>   about the SSL/TLS cipher suite that was negotiated with the server.
>   (pull [#1312](jstedfast/MailKit#1312))
> * Reduced string allocations in SmtpClient's EHLO capability parsing logic.
> * Default ProtocolLogger.RedactSecrets to true for added added security.
> * Added work-around for parsing malformed GMail ENVELOPE responses that reverse the name and address components
>   of the Sender address. (pull [#1319](jstedfast/MailKit#1319))
> * Added net6.0 to the list of TargetFrameworks.
</details>
<details>
<summary>Commits</summary>

- [`7f3affd`](jstedfast/MailKit@7f3affd) Bumped version to 3.1.1
- [`f6f4a4e`](jstedfast/MailKit@f6f4a4e) Updated README.md
- [`839ec61`](jstedfast/MailKit@839ec61) Updated README.md
- [`8c50d12`](jstedfast/MailKit@8c50d12) Updated GettingStarted.md
- [`a7db8cf`](jstedfast/MailKit@a7db8cf) Bump NUnit3TestAdapter from 4.2.0 to 4.2.1 ([#1323](jstedfast/MailKit#1323))
- [`a5637f9`](jstedfast/MailKit@a5637f9) minor update to previous unit test
- [`163fa9b`](jstedfast/MailKit@163fa9b) Added unit tests for SmtpClient.OnNoRecipientsAccepted()
- [`dfafce8`](jstedfast/MailKit@dfafce8) Added more SmtpClient unit tests
- [`5c5e11d`](jstedfast/MailKit@5c5e11d) Reduce string allocations in Pop3Engine's capability parser
- [`a818ada`](jstedfast/MailKit@a818ada) Updated GMail SSL certificates
- Additional commits viewable in [compare view](jstedfast/MailKit@3.0.0...3.1.1)
</details>

<br />

Co-authored-by: Elanis <elanis@hotmail.com>
Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/23
Co-authored-by: elanis <elanis@noreply.example.org>
Co-committed-by: elanis <elanis@noreply.example.org>
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.

None yet

2 participants