Just something to help others that use openSSL in Node.js add-ons with recent 
Node builds (0.11.15); building node to use the system ssl library (rather than 
it's built in copy) appears to make a significant difference to an add-on that 
attempts to use the ssl library itself.

Doing this resolved my prior inexplicable problem.

(snip)
> I have successfully managed to compile and link to a current openssl library 
> (openssl-1.0.1j.tar.gz) but have been unable to determine what are the likely 
> causes of the following error messages:
>
> 139924302898976:error:1411C146:SSL routines:tls1_prf:unsupported digest 
> type:t1_enc.c:276:
> 139924302898976:error:140D308A:SSL routines:TLS1_SETUP_KEY_BLOCK:cipher or 
> hash unavailable:t1_enc.c:602:
(snip)

Richard
_______________________________________________
openssl-users mailing list
openssl-users@openssl.org
https://mta.opensslfoundation.net/mailman/listinfo/openssl-users

Reply via email to