Skip to content
Snippets Groups Projects
Commit c83d1fb1 authored by Tom Lane's avatar Tom Lane
Browse files

Fix some more regression tests (missed these because they're only

run when built with --with-openssl).
parent 8476f055
No related branches found
No related tags found
No related merge requests found
-- --
-- 3DES cipher -- 3DES cipher
-- --
-- ensure consistent test output regardless of the default bytea format
SET bytea_output TO escape;
-- test vector from somewhere -- test vector from somewhere
SELECT encode(encrypt( SELECT encode(encrypt(
decode('80 00 00 00 00 00 00 00', 'hex'), decode('80 00 00 00 00 00 00 00', 'hex'),
......
-- --
-- Cast5 cipher -- Cast5 cipher
-- --
-- ensure consistent test output regardless of the default bytea format
SET bytea_output TO escape;
-- test vectors from RFC2144 -- test vectors from RFC2144
-- 128 bit key -- 128 bit key
SELECT encode(encrypt( SELECT encode(encrypt(
......
-- --
-- DES cipher -- DES cipher
-- --
-- ensure consistent test output regardless of the default bytea format
SET bytea_output TO escape;
-- no official test vectors atm -- no official test vectors atm
-- from blowfish.sql -- from blowfish.sql
SELECT encode(encrypt( SELECT encode(encrypt(
......
-- --
-- 3DES cipher -- 3DES cipher
-- --
-- ensure consistent test output regardless of the default bytea format
SET bytea_output TO escape;
-- test vector from somewhere -- test vector from somewhere
SELECT encode(encrypt( SELECT encode(encrypt(
......
-- --
-- Cast5 cipher -- Cast5 cipher
-- --
-- ensure consistent test output regardless of the default bytea format
SET bytea_output TO escape;
-- test vectors from RFC2144 -- test vectors from RFC2144
......
-- --
-- DES cipher -- DES cipher
-- --
-- ensure consistent test output regardless of the default bytea format
SET bytea_output TO escape;
-- no official test vectors atm -- no official test vectors atm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment