Does the iOS Support (https://github.com/wolfSSL/wolfssl/tree/master/IDE/iOS) includes tvOS and watchOS?

Hi, I am looking for an OpenSSL alternative. I tried to replace it by WolfSSL in our iOS SDK but there are some missing functions and structures on OpenSSL compatibility:

X509_REQ
X509_REQ_new()
X509_REQ_get_subject_name()
X509_REQ_set_pubkey()
MBSTRING_ASC
X509_REQ_sign()
i2d_X509_REQ_bio()
d2i_X509()
X509_get_notAfter()
ASN1_TIME_to_generalizedtime()
ASN1_STRING_data()

Do you guys have a plan to increase the OpenSSL compatibility? If yes, are those functions included?

Thanks,

Rodrigo