Added client-tls-smtp-overssl.c and client-tls-smtp-starttls.c#482
Open
yota22721 wants to merge 5 commits intowolfSSL:masterfrom
Open
Added client-tls-smtp-overssl.c and client-tls-smtp-starttls.c#482yota22721 wants to merge 5 commits intowolfSSL:masterfrom
yota22721 wants to merge 5 commits intowolfSSL:masterfrom
Conversation
dgarske
previously approved these changes
Mar 20, 2025
dgarske
previously approved these changes
Mar 20, 2025
anhu
requested changes
Mar 21, 2025
| @@ -0,0 +1,549 @@ | |||
| /* client-tls-smtp-overssl.c | |||
Member
There was a problem hiding this comment.
I'm not sure I understand why this is not smtp-over-tls? I've not found any references to smtp-overssl.
Should this file be renamed to client-smtp-over-tls.c ?
Contributor
Author
There was a problem hiding this comment.
I mixed them up, Not sure why I used "client-smtp-overssl.c".
Renamed to client-smtp-over-tls.c
tls-options/README.md
Outdated
|
|
||
| #### Use SMTP client | ||
|
|
||
| You can use smtp OVERSSL/STARTTLS client. |
Member
There was a problem hiding this comment.
Is there a corresponding server?
Can you add a pointer to relevant RFC and/or specifications?
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added SMTP TLS connection examples