How does a client get the server's SAN/DNS strings

Michel michel.sales at online.fr
Sun Apr 17 16:31:41 UTC 2022


Really impressed.
I have a lot to learn from that.
:-)
Thanks again for the link.
Much appreciated.

Michel.

-----Message d'origine-----
De : openssl-users [mailto:openssl-users-bounces at openssl.org] De la part de
Viktor Dukhovni
Envoyé : dimanche 17 avril 2022 18:17
À : openssl-users at openssl.org
Objet : Re: How does a client get the server's SAN/DNS strings

> On 17 Apr 2022, at 11:29 am, Michel <michel.sales at OnLine.fr> wrote:
> 
> What a beautiful source code !
> If only all software could be written like this !

The Postfix project aims for code quality, security and backwards
compatibility over hastily deployed shiny new features.  You'll
find many examples of careful/correct use of OpenSSL in:

	https://github.com/vdukhovni/postfix/tree/master/postfix/src/tls

The main "limitation" to keep in mind is that the Postfix concurrency
model is multi-process no multi-thread.  So issues related to thread-safety
don't arise and are not addressed.

-- 
	Viktor.



More information about the openssl-users mailing list