Hi, I am trying to upgrade the openssl library for my work. Currently, I have 0.9.8g. I am looking for appropriate library version which has the fix for RFC 5746. I cannot move to 1.0.0 version right now. Which stable version should I pick up ?
I tried with 0.9.8n but facing lot of compile issues with it. For e.g., shr_crypto_ca.o: In function `ASN1_TIME_to_generalizedtime': : undefined reference to `BUF_strlcpy' shr_crypto_ca.o: In function `ASN1_TIME_to_generalizedtime': : undefined reference to `BUF_strlcat' shr_crypto_ca.o: In function `ERR_load_ASN1_strings': : undefined reference to `ERR_func_error_string' shr_crypto_ca.o: In function `ERR_load_ASN1_strings': : undefined reference to `ERR_load_strings' shr_crypto_ca.o: In function `ERR_load_ASN1_strings': : undefined reference to `ERR_load_strings' shr_crypto_ca.o: In function `RSA_print': : undefined reference to `BUF_strlcpy' shr_crypto_ca.o: In function `X509_print_ex': : undefined reference to `ERR_print_errors' Thanks, Kunal
