RSA PKCS #1 v2.1 functions for PostgreSQL - Mailing list pgsql-general

From Ron Peterson
Subject RSA PKCS #1 v2.1 functions for PostgreSQL
Date
Msg-id 20071016144340.GA27904@yellowbank.com
Whole thread Raw
List pgsql-general
I've put up working code which implements the RSA PKCS #1 v2.1 public
key cryptography standard in PostgreSQL.  This includes key generation,
encryption/decryption, and signing/verification.

http://www.rsa.com/rsalabs/node.asp?id=2125
http://www.yellowbank.com/code/PostgreSQL/y_pkcs/

This is alpha quality code.  Your comments on anything and everything
would be much appreciated.  What should the interface look like?  Does
this work on BSD (my testing to date has been on Linux).  How could I
improve my code?

There's more to do, but this is far enough along that I'd like to make
it available.

--
Ron Peterson
https://www.yellowbank.com/

pgsql-general by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: Inconsistence in transaction isolation docs
Next
From: Nico Sabbi
Date:
Subject: Re: Inconsistence in transaction isolation docs