Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
98bb697f
Commit
98bb697f
authored
17 years ago
by
Magnus Hagander
Browse files
Options
Downloads
Patches
Plain Diff
pgcrypto doc updates
Marko Kreen
parent
c7d7c15b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/pgcrypto.sgml
+10
-14
10 additions, 14 deletions
doc/src/sgml/pgcrypto.sgml
with
10 additions
and
14 deletions
doc/src/sgml/pgcrypto.sgml
+
10
−
14
View file @
98bb697f
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.
4
2008/01/
05 13:17:00 petere
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.
5
2008/01/
17 11:06:28 mha
Exp $ -->
<sect1 id="pgcrypto">
<title>pgcrypto</title>
...
...
@@ -26,8 +26,10 @@
<para>
Computes a binary hash of the given <parameter>data</>.
<parameter>type</> is the algorithm to use.
Standard algorithms are <literal>md5</literal> and
<literal>sha1</literal>. If <filename>pgcrypto</> was built with
Standard algorithms are <literal>md5</literal>, <literal>sha1</literal>,
<literal>sha224</literal>, <literal>sha256</literal>,
<literal>sha384</literal> and <literal>sha512</literal>.
If <filename>pgcrypto</> was built with
OpenSSL, more algorithms are available, as detailed in
<xref linkend="pgcrypto-with-without-openssl">.
</para>
...
...
@@ -390,7 +392,7 @@
<title>PGP encryption functions</title>
<para>
The functions here implement the encryption part of the OpenPGP (RFC
244
0)
The functions here implement the encryption part of the OpenPGP (RFC
488
0)
standard. Supported are both symmetric-key and public-key encryption.
</para>
...
...
@@ -657,7 +659,7 @@
<para>
Which compression algorithm to use. Only available if
<
filename>pgcrypto<
/> was built with zlib.
<
productname>PostgreSQL<productname
/> was built with zlib.
</para>
<programlisting>
Values:
...
...
@@ -689,7 +691,7 @@
<para>
Whether to convert <literal>\n</literal> into <literal>\r\n</literal> when
encrypting and <literal>\r\n</literal> to <literal>\n</literal> when
decrypting. RFC
244
0 specifies that text data should be stored using
decrypting. RFC
488
0 specifies that text data should be stored using
<literal>\r\n</literal> line-feeds. Use this to get fully RFC-compliant
behavior.
</para>
...
...
@@ -706,7 +708,7 @@
<para>
Do not protect data with SHA-1. The only good reason to use this
option is to achieve compatibility with ancient PGP products, predating
the addition of SHA-1 protected packets to RFC
244
0.
the addition of SHA-1 protected packets to RFC
488
0.
Recent gnupg.org and pgp.com software supports it fine.
</para>
<programlisting>
...
...
@@ -1172,15 +1174,9 @@
<itemizedlist>
<listitem>
<para><ulink url="http://www.ietf.org/rfc/rfc
244
0.txt"></ulink></para>
<para><ulink url="http://www.ietf.org/rfc/rfc
488
0.txt"></ulink></para>
<para>OpenPGP message format.</para>
</listitem>
<listitem>
<para>
<ulink url="http://www.imc.org/draft-ietf-openpgp-rfc2440bis"></ulink>
</para>
<para>New version of RFC 2440.</para>
</listitem>
<listitem>
<para><ulink url="http://www.ietf.org/rfc/rfc1321.txt"></ulink></para>
<para>The MD5 Message-Digest Algorithm.</para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment