RSA PKCS #1 v2.1 functions for PostgreSQL

From: Ron Peterson <ron(dot)peterson(at)yellowbank(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: RSA PKCS #1 v2.1 functions for PostgreSQL
Date: 2007-10-16 14:43:40
Message-ID: 20071016144340.GA27904@yellowbank.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Browse pgsql-general by date

  From Date Subject
Next Message Nico Sabbi 2007-10-16 14:44:27 Re: Inconsistence in transaction isolation docs
Previous Message Albe Laurenz 2007-10-16 14:33:43 Re: Inconsistence in transaction isolation docs