mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
- huge update 0.02 --> 0.19 - add LICENSE and DEPENDS groups - comply with openssl as ssl=base, openssl111, openssl31, openssl32, libressl - strip .so library - shebangfix - assign maintainership - can take m-ship if John Ferrell <jdferrell3@yahoo.com> finds this appropriate ChangeLog: https://metacpan.org/release/TIMLEGGE/Crypt-OpenSSL-AES-0.19/source/Changes PR: 275112 Approved by: jdferrell3@yahoo.com (maintainer timeout)
15 lines
1.1 KiB
Perl
15 lines
1.1 KiB
Perl
--- t/09-key-size.t.orig 2023-11-10 22:50:53 UTC
|
|
+++ t/09-key-size.t
|
|
@@ -19,9 +19,9 @@ ok($c->decrypt($c->encrypt("Hello World. 123")) eq "He
|
|
ok($c->decrypt($encrypted) eq $plaintext, "decrypt with key length 32 (AES-256-ECB)");
|
|
ok($c->decrypt($c->encrypt("Hello World. 123")) eq "Hello World. 123", "Simple String Encrypted/Decrypted Successfully with key length 32 AES-256-ECB");
|
|
|
|
-# echo -n "ABCDABCDABCDABCD"| openssl enc -nopad -e -aes-256-ecb -K '3031323330313233303132333031323330313233303132333031323330313233' | xxd -i
|
|
-# echo -n "ABCDABCDABCDABCD"| openssl enc -nopad -e -aes-192-ecb -K '303132333031323330313233303132333031323330313233'
|
|
-# echo -n "ABCDABCDABCDABCD"| openssl enc -nopad -e -aes-128-ecb -K '30313233303132333031323330313233' | xxd -i
|
|
+# echo -n "ABCDABCDABCDABCD"| SSLBIN enc -nopad -e -aes-256-ecb -K '3031323330313233303132333031323330313233303132333031323330313233' | xxd -i
|
|
+# echo -n "ABCDABCDABCDABCD"| SSLBIN enc -nopad -e -aes-192-ecb -K '303132333031323330313233303132333031323330313233'
|
|
+# echo -n "ABCDABCDABCDABCD"| SSLBIN enc -nopad -e -aes-128-ecb -K '30313233303132333031323330313233' | xxd -i
|
|
|
|
#
|
|
# test AES-192-ECB
|