Topic: CyaSSL and libcurl

#
I'm trying to get yaSSL building with libcurl but I'm getting some errors:
error: 'BUF_MEM' undeclared (first use in this function)
error: 'ASN1_OBJECT' undeclared (first use in this function)
error: 'X509_EXTENSION' undeclared (first use in this function)

and others. I've scoured the yaSSL code and can't find anything to define these, is this new functionality that just hasn't made it to yaSSL yet or old functionality that has been deprecated?

Thanks for your time.
#
touskaProject Admin

[Avatar]
2008-12-03 22:48:42 UTC
Hi Jeff,

Sorry for the delay, I guess I missed the notice of your post.

The missing functionality is neither new nor deprecated. It's existing OpenSSL functionality that recently made it's way into libcurl. We'll have to update yaSSL to support these features.

Share