-
- Downloads
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.
Showing
- .gitattributes 1 addition, 0 deletions.gitattributes
- contrib/pgcrypto/Makefile 2 additions, 1 deletioncontrib/pgcrypto/Makefile
- contrib/pgcrypto/expected/pgp-armor.out 268 additions, 0 deletionscontrib/pgcrypto/expected/pgp-armor.out
- contrib/pgcrypto/pgcrypto--1.1--1.2.sql 14 additions, 0 deletionscontrib/pgcrypto/pgcrypto--1.1--1.2.sql
- contrib/pgcrypto/pgcrypto--1.2.sql 10 additions, 0 deletionscontrib/pgcrypto/pgcrypto--1.2.sql
- contrib/pgcrypto/pgcrypto.control 1 addition, 1 deletioncontrib/pgcrypto/pgcrypto.control
- contrib/pgcrypto/pgp-armor.c 117 additions, 2 deletionscontrib/pgcrypto/pgp-armor.c
- contrib/pgcrypto/pgp-pgsql.c 202 additions, 1 deletioncontrib/pgcrypto/pgp-pgsql.c
- contrib/pgcrypto/pgp.h 4 additions, 1 deletioncontrib/pgcrypto/pgp.h
- contrib/pgcrypto/sql/pgp-armor.sql 158 additions, 0 deletionscontrib/pgcrypto/sql/pgp-armor.sql
- doc/src/sgml/pgcrypto.sgml 27 additions, 1 deletiondoc/src/sgml/pgcrypto.sgml
Loading
Please register or sign in to comment