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
95880842
Commit
95880842
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
* regression tests
* minor doc updates Marko Kreen
parent
c6f94644
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/pgcrypto/API
+1
-1
1 addition, 1 deletion
contrib/pgcrypto/API
contrib/pgcrypto/Makefile
+4
-1
4 additions, 1 deletion
contrib/pgcrypto/Makefile
contrib/pgcrypto/README.pgcrypto
+6
-1
6 additions, 1 deletion
contrib/pgcrypto/README.pgcrypto
with
11 additions
and
3 deletions
contrib/pgcrypto/API
+
1
−
1
View file @
95880842
...
@@ -22,7 +22,7 @@ unsigned px_gen_salt(const char *salt_type, char *dst, int rounds);
...
@@ -22,7 +22,7 @@ unsigned px_gen_salt(const char *salt_type, char *dst, int rounds);
Random
Random
======
======
int px_
rand_get
_bytes(uint8 *dst, int num)
int px_
get_random
_bytes(uint8 *dst, int num)
Crypto "objects"
Crypto "objects"
...
...
This diff is collapsed.
Click to expand it.
contrib/pgcrypto/Makefile
+
4
−
1
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
subdir
=
contrib/pgcrypto
...
@@ -71,6 +71,9 @@ EXTRA_CLEAN := gen-rtab
...
@@ -71,6 +71,9 @@ EXTRA_CLEAN := gen-rtab
PG_CPPFLAGS
:=
$(
CRYPTO_CFLAGS
)
-I
$(
srcdir
)
PG_CPPFLAGS
:=
$(
CRYPTO_CFLAGS
)
-I
$(
srcdir
)
SHLIB_LINK
:=
$(
CRYPTO_LDFLAGS
)
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
include
$(top_srcdir)/contrib/contrib-global.mk
rijndael.o
:
rijndael.tbl
rijndael.o
:
rijndael.tbl
...
...
This diff is collapsed.
Click to expand it.
contrib/pgcrypto/README.pgcrypto
+
6
−
1
View file @
95880842
...
@@ -21,6 +21,11 @@ After editing Makefile:
...
@@ -21,6 +21,11 @@ After editing Makefile:
make
make
make install
make install
To run regression tests, install both PostgreSQL and pgcrypto
and then run
make installcheck
SQL FUNCTIONS
SQL FUNCTIONS
=============
=============
...
@@ -181,7 +186,7 @@ OpenSSL (0.9.6):
...
@@ -181,7 +186,7 @@ OpenSSL (0.9.6):
Url: http://www.openssl.org/
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,
Hashes: MD5, SHA1, CRC32, CRC32B, GOST, TIGER, RIPEMD160,
HAVAL(256,224,192,160,128)
HAVAL(256,224,192,160,128)
Ciphers: DES, DES3, CAST-128(CAST5), CAST-256, xTEA, 3-way,
Ciphers: DES, DES3, CAST-128(CAST5), CAST-256, xTEA, 3-way,
...
...
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