Re: Where I can find "SSL specification"? - Mailing list pgsql-general

From Tom Lane
Subject Re: Where I can find "SSL specification"?
Date
Msg-id 27304.1257372592@sss.pgh.pa.us
Whole thread Raw
In response to Where I can find "SSL specification"?  (Raimon Fernandez <coder@montx.com>)
Responses Re: Where I can find "SSL specification"?  (John R Pierce <pierce@hogranch.com>)
List pgsql-general
Raimon Fernandez <coder@montx.com> writes:
> I want to implement SSL in my Frontend implementation with TCP/IP.

You should not be thinking about implementing SSL from scratch --- we don't.
Use OpenSSL or another library.

If you're just a glutton for punishment and creating your own security
holes, you could probably find a spec at www.openssl.org.

            regards, tom lane

pgsql-general by date:

Previous
From: Christophe
Date:
Subject: Re: auditing pg_hba.conf
Next
From: John R Pierce
Date:
Subject: Re: Where I can find "SSL specification"?