[openssl-users] OpenSSL and RFC 5280

2016-06-08 Thread Bala Duvvuri
Hi All, For our solution to be compliant to RFC 5280: a> What are options to be specified to OpenSSL "req" command during the creation of CSR? b> What are options to be specified to OpenSSL "verify" command to validate a certificate? Does OpenSSL claim to be compliant to RFC 5280? thanks, Ba

[openssl-users] Symbol(s) not found _TLSv1_2_method _BIO_test_flags

2016-06-08 Thread Dan S
Hello, I've compiled openssl.1.0.2h on osx (32bit) and linked staticly my project with libcrypto.a and libssl/a, but I get 2 linking errors with "Symbol(s) not found": _TLSv1_2_method, referenced from ... and _BIO_test_flags, referenced from ... Why would this be happening? ps: (same code works