Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions tls-options/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@ Example:
-a <Peer auth mode> -m <Verify mode>
```

#### Use SMTP client

You can use smtp OVERSSL/STARTTLS client.
Copy link
Member

Choose a reason for hiding this comment

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

Is there a corresponding server?
Can you add a pointer to relevant RFC and/or specifications?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

  • Added relevant RFCs

->SMTP OVER TLS - RFC 8314
->STARTTLS - RFC 3207

  • Added example SMTP server (smtp.gmail.com)


Example:

```sh
./client-tls-smtp-starttls <SERVER_NAME> <CERT_FILE>
```

```sh
./client-tls-smtp-overssl <SERVER_NAME> <CERT_FILE>
```

## Cleaning Up

You can remove executable files by doing:
Expand Down
Loading