Re: openssl & postgresql

From: Keary Suska <hierophant(at)pcisys(dot)net>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: openssl & postgresql
Date: 2001-10-23 20:19:18
Message-ID: B7FB2CE6.5267%hierophant@pcisys.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Look at pg_crypto in the contrib/ directory of the source installation tree.
I think that has at least some of the functionality you desire, and looking
at the source would show you how to extend it.

Keary Suska
(719) 473-6431
(719) 649-6736 (mobile)

> From: Richard Welty <rwelty(at)averillpark(dot)net>
> Date: Tue, 23 Oct 2001 11:36:39 -0400 (Eastern Daylight Time)
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] openssl & postgresql
>
> is there code sitting around some where to allow me to access the OpenSSL
> crypto library from postgresql? i'm just looking for the md5 and sha1 hash
> functions right now.
>
> thanks in advance,
> richard
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-10-23 20:41:54 Re: [GENERAL] To Postgres Devs : Wouldn't changing the
Previous Message Keary Suska 2001-10-23 20:17:21 Re: Have problem about Perl DBI, Please help