simta / simta

A Simple Internet Mail Transfer Agent.
MIT License
9 stars 3 forks source link

ECDHE #14

Closed flowerysong closed 10 years ago

flowerysong commented 10 years ago

This patch allows inbound connections to use ECDHE cipher suites, which exhibit perfect forward secrecy due to their use of an ephemeral key that is never sent across the wire while being less computationally intensive than DHE cipher suites.