Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
95880842
Commit
95880842
authored
Sep 30, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* regression tests
* minor doc updates Marko Kreen
parent
c6f94644
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
contrib/pgcrypto/API
contrib/pgcrypto/API
+1
-1
contrib/pgcrypto/Makefile
contrib/pgcrypto/Makefile
+4
-1
contrib/pgcrypto/README.pgcrypto
contrib/pgcrypto/README.pgcrypto
+6
-1
No files found.
contrib/pgcrypto/API
View file @
95880842
...
...
@@ -22,7 +22,7 @@ unsigned px_gen_salt(const char *salt_type, char *dst, int rounds);
Random
======
int px_
rand_get
_bytes(uint8 *dst, int num)
int px_
get_random
_bytes(uint8 *dst, int num)
Crypto "objects"
...
...
contrib/pgcrypto/Makefile
View file @
95880842
#
# $Header: /cvsroot/pgsql/contrib/pgcrypto/Makefile,v 1.
8 2001/09/29 03:11:58
momjian Exp $
# $Header: /cvsroot/pgsql/contrib/pgcrypto/Makefile,v 1.
9 2001/09/30 22:18:29
momjian Exp $
#
subdir
=
contrib/pgcrypto
...
...
@@ -71,6 +71,9 @@ EXTRA_CLEAN := gen-rtab
PG_CPPFLAGS
:=
$(CRYPTO_CFLAGS)
-I
$(srcdir)
SHLIB_LINK
:=
$(CRYPTO_LDFLAGS)
REGRESS
:=
init md5 sha1 hmac-md5 hmac-sha1 blowfish rijndael
\
crypt-des crypt-md5 crypt-blowfish crypt-xdes
include
$(top_srcdir)/contrib/contrib-global.mk
rijndael.o
:
rijndael.tbl
...
...
contrib/pgcrypto/README.pgcrypto
View file @
95880842
...
...
@@ -21,6 +21,11 @@ After editing Makefile:
make
make install
To run regression tests, install both PostgreSQL and pgcrypto
and then run
make installcheck
SQL FUNCTIONS
=============
...
...
@@ -181,7 +186,7 @@ OpenSSL (0.9.6):
Url: http://www.openssl.org/
mhash (0.8.9) + mcrypt (2.4.1
1
):
mhash (0.8.9) + mcrypt (2.4.1
6
):
Hashes: MD5, SHA1, CRC32, CRC32B, GOST, TIGER, RIPEMD160,
HAVAL(256,224,192,160,128)
Ciphers: DES, DES3, CAST-128(CAST5), CAST-256, xTEA, 3-way,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment