Displaying 4 results from an estimated 4 matches for "evp_enc".
Did you mean:
ec_enc
2002 Jul 04
4
With bounds checking patch for gcc-3.1 problems if using AES
Hello developers,
some informations before I come to the problem:
At work we're using Open-SSH 3.4p1 under Solaris 8. I compiled the
Open-SSH by myself with gcc-3.1. In the gcc is the bounds checking patch
included
(http://web.inter.nl.net/hcc/Haj.Ten.Brugge/bounds-checking-gcc-3.1-1.01.patch.bz2).
With this patch I compiled:
- prngd 0.9.25
- zlib 1.1.4
- Open-SSL 0.9.6d
Everything
2010 Jul 28
1
Blowfish issues with somewhat big files
Hi,
I've encrypted some database dumps with
openssl bf -d -in dumpfile.bf -out dumpfile -k mykey
bad decrypt
14142:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad
decrypt:evp_enc.c:325:
The weird thing is if I do the same with smaller files it can decrypt
with no problem. I use openssl-0.9.8e-12.el5 on Centos 5.4.
Please could you tell me what I am doing wrong?
Thanks in advance!
--
--
Sergio Belkin http://www.sergiobelkin.com
Watch More TV http://sebelk.blogspot.com...
2020 Mar 06
0
[FIPS] FIPS_selftest failing in Centos 7
...main()
{
int ret=0;
ret=FIPS_mode();
printf("\nFIPS_mode = %u \n",ret);
ret=FIPS_selftest();
printf("\nFIPS_selftest=%u \n",ret);
ERR_print_errors_fp(stderr);
}
Output is
"
FIPS_mode = 1
FIPS_selftest=0
140091346814640:error:0607B0A3:lib(6):func(123):reason(163):evp_enc.c:313:
140091346814640:error:2D06F065:lib(45):func(111):reason(101):fips_des_selftest.c:134:
"
Looks like flag EVP_CIPH_FLAG_FIPS is not set for the cipher returned
by EVP_des_ede_ecb() .
I am using openssl-1.0.2k-19.el7.x86_64 on "CentOS Linux release
7.6.1810 (Core)"
P...
2002 Mar 26
0
[Bug 186] New: Build failure against openssl-0.9.5a
...ssl-0.9.5a, however
they are present in openssl-0.9.6c, so it looks like the INSTALL file should
be updated.
$ find openssl-0.9.5a/ -type f | xargs grep -l EVP_CIPH_CBC_MODE
$ find openssl-0.9.6c/ -type f | xargs grep -l EVP_CIPH_CBC_MODE
openssl-0.9.6c/crypto/evp/e_rc2.c
openssl-0.9.6c/crypto/evp/evp_enc.c
openssl-0.9.6c/crypto/evp/evp.h
openssl-0.9.6c/crypto/evp/evp_locl.h
openssl-0.9.6c/crypto/evp/e_xcbc_d.c
openssl-0.9.6c/doc/crypto/EVP_EncryptInit.pod
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.