Displaying 4 results from an estimated 4 matches for "evp_cipherinit_ex".
2023 Nov 02
1
Updating OpenSSL from 1.x to 3 breaks kinit
...:04 +0100, MATYAS, Tibor via samba wrote:
> Dear all,
>
> updating openssl from 1.1.x to 3.x on our gentoo systems (recompiled
> everything against the new openssl!)
> breaks kinit:
>
> kinit administrator at xxxx
> administrator at xxxx's Password:
> kinit: rc4 8: EVP_CipherInit_ex einit
>
> kinit -F -k -t /etc/dhcpduser.keytab -c /tmp/dhcp-dyndns.cc
> dhcpduser at xxxx
> kinit: rc4 8: EVP_CipherInit_ex einit
>
> openssl list -cipher-algorithms | grep -i RC4
> RC4
> RC4-40
> RC4-HMAC-MD5
> unfortunately no solution found so far.
>...
2023 Nov 02
2
Updating OpenSSL from 1.x to 3 breaks kinit
Dear all,
updating openssl from 1.1.x to 3.x on our gentoo systems (recompiled
everything against the new openssl!)
breaks kinit:
kinit administrator at xxxx
administrator at xxxx's Password:
kinit: rc4 8: EVP_CipherInit_ex einit
kinit -F -k -t /etc/dhcpduser.keytab -c /tmp/dhcp-dyndns.cc dhcpduser at xxxx
kinit: rc4 8: EVP_CipherInit_ex einit
openssl list -cipher-algorithms | grep -i RC4
? RC4
? RC4-40
? RC4-HMAC-MD5
unfortunately no solution found so far.
Thanks in advance, Tibor
-------------------------...
2016 Jul 20
1
Tinc and FIPS mode fails to connect.
...nfiguration file for.
BindToAddress=* 655
Cipher=aes-256-cbc
Digest=sha1
Name=myserver2_com
AutoConnect=yes
Connect=myserver_com
And when connecting to my test server, it can't connect with an error
message saying "Error while setting key: error:0607B0A3:digital envelope
routines:EVP_CipherInit_ex:disabled for fips". It just keeps on failing.
Example output:
2016-07-20 16:06:37 tinc.vpn[2920]: Trying to connect to myserver_com
(204.200.1.44 port 655)
2016-07-20 16:06:37 tinc.vpn[2920]: Connected to myserver_com (204.200.1.44
port 655)
2016-07-20 16:06:37 tinc.vpn[2920]: Error whi...
2006 Feb 11
7
Rails development on Mac OS X 10.4 Intel
...er_final'':
ossl_cipher.c:259: warning: pointer targets in passing argument 2 of
''EVP_CipherFinal_ex'' differ in signedness
ossl_cipher.c: In function ''ossl_cipher_set_key'':
ossl_cipher.c:289: warning: pointer targets in passing argument 4 of
''EVP_CipherInit_ex'' differ in signedness
ossl_cipher.c: In function ''ossl_cipher_set_iv'':
ossl_cipher.c:306: warning: pointer targets in passing argument 5 of
''EVP_CipherInit_ex'' differ in signedness
S -DHAVE_ENGINE_GET_DIGEST -DHAVE_ENGINE_GET_CIPHER -
DHAVE_ENGINE_CLE...