Topic: using only rsa from wolfCrypt
Can the wolfCrypt library be used alone?
I've being using wolfSSL for my embedded SSL and embedded TLS needs for getting to two years now and it is more than perfect. But now I need to use only RSA from the library for a project and I felt I could use only wolfCrypt alone instead of the whole wolfSSL since i don't need ssl or tls; just rsa but I am running into some difficulties. I am building with vs2008.
Just for a test, I create an empty console application and include the rsa.h without even calling any function from wolfCrypt but it gives me lots of errors. I may post them here if needed.
EDIT ----///
seems the version i was using is a little hold, so there were few bugs. I've just downloaded the latest version. I am not using certificate but it seems it is auto linking with certificate functions.
1>asn.obj : error LNK2001: unresolved external symbol _GetCA
1>asn.obj : error LNK2001: unresolved external symbol _GetCAByName
I defined NO_CERTS and NO_SKID hoping that will get raid of GetCAByName but it fails