Page 1 of 1

CORE_ERROR crypto_alg: RSA-SHA512: not found

Posted: Fri Jun 24, 2016 9:55 pm
by hkdan
Hi on my iPhone (ios9.3.2) with I try to connect with the following config:

Code: Select all

dev tun
persist-tun
persist-key
cipher AES-256-CBC
auth RSA-SHA512
tls-client
client
resolv-retry infinite
remote xxx.xxx.xxx.xxx port udp
lport 0
tls-remote "ovpnCert"
pkcs12 cert.p12
tls-auth cert-tls.key 1
ns-cert-type server
comp-lzo adaptive  
I get the error:

Code: Select all

EVENT: CORE_ERROR crypto_alg: RSA-SHA512: not found (ERR)
Does anybody know how to fix this problem, or is it a missing feature in OpenVPN 1.07?
Any help would be highly appreciated.

Re: CORE_ERROR crypto_alg: RSA-SHA512: not found

Posted: Fri Jun 24, 2016 10:24 pm
by TinCanTech
It looks like your app (1.07) does not support --auth RSA-SHA512

Try without specifying --auth on the server and client.

Re: CORE_ERROR crypto_alg: RSA-SHA512: not found

Posted: Sat Jun 25, 2016 7:32 pm
by hkdan
I have no access to the server. It is the provider that enables the connection with this method.
Is there a possibility that openvpn adds this RAS-Sch512 algorithem to one of its next versions of the IOS app?