mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Fix some more regression tests (missed these because they're only
run when built with --with-openssl).
This commit is contained in:
parent
8476f055e0
commit
c83d1fb155
@ -1,6 +1,8 @@
|
||||
--
|
||||
-- 3DES cipher
|
||||
--
|
||||
-- ensure consistent test output regardless of the default bytea format
|
||||
SET bytea_output TO escape;
|
||||
-- test vector from somewhere
|
||||
SELECT encode(encrypt(
|
||||
decode('80 00 00 00 00 00 00 00', 'hex'),
|
||||
|
@ -1,6 +1,8 @@
|
||||
--
|
||||
-- Cast5 cipher
|
||||
--
|
||||
-- ensure consistent test output regardless of the default bytea format
|
||||
SET bytea_output TO escape;
|
||||
-- test vectors from RFC2144
|
||||
-- 128 bit key
|
||||
SELECT encode(encrypt(
|
||||
|
@ -1,6 +1,8 @@
|
||||
--
|
||||
-- DES cipher
|
||||
--
|
||||
-- ensure consistent test output regardless of the default bytea format
|
||||
SET bytea_output TO escape;
|
||||
-- no official test vectors atm
|
||||
-- from blowfish.sql
|
||||
SELECT encode(encrypt(
|
||||
|
@ -1,6 +1,8 @@
|
||||
--
|
||||
-- 3DES cipher
|
||||
--
|
||||
-- ensure consistent test output regardless of the default bytea format
|
||||
SET bytea_output TO escape;
|
||||
|
||||
-- test vector from somewhere
|
||||
SELECT encode(encrypt(
|
||||
|
@ -1,6 +1,8 @@
|
||||
--
|
||||
-- Cast5 cipher
|
||||
--
|
||||
-- ensure consistent test output regardless of the default bytea format
|
||||
SET bytea_output TO escape;
|
||||
|
||||
-- test vectors from RFC2144
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
--
|
||||
-- DES cipher
|
||||
--
|
||||
-- ensure consistent test output regardless of the default bytea format
|
||||
SET bytea_output TO escape;
|
||||
|
||||
-- no official test vectors atm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user