postgresql/contrib/pgcrypto/sql
Heikki Linnakangas 32984d8fc3 Add functions for dealing with PGP armor header lines to pgcrypto.
This add a new pgp_armor_headers function to extract armor headers from an
ASCII-armored blob, and a new overloaded variant of the armor function, for
constructing an ASCII-armor with extra headers.

Marko Tiikkaja and me.
2014-10-01 16:03:39 +03:00
..
3des.sql
blowfish.sql Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
cast5.sql
crypt-blowfish.sql Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
crypt-des.sql
crypt-md5.sql
crypt-xdes.sql
des.sql
hmac-md5.sql
hmac-sha1.sql
init.sql Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
md5.sql
pgp-armor.sql Add functions for dealing with PGP armor header lines to pgcrypto. 2014-10-01 16:03:39 +03:00
pgp-compression.sql
pgp-decrypt.sql
pgp-encrypt-DISABLED.sql
pgp-encrypt.sql Fix whitespace issues found by git diff --check, add gitattributes 2013-11-10 14:48:29 -05:00
pgp-info.sql
pgp-pubkey-decrypt.sql Fix pgp_pub_decrypt() so it works for secret keys with passwords. 2013-05-10 13:06:48 -04:00
pgp-pubkey-DISABLED.sql
pgp-pubkey-encrypt.sql
pgp-zlib-DISABLED.sql
rijndael.sql Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
sha1.sql
sha2.sql