Embedded crypto library

I'm interested in getting an RSA/x.509v3 crypto library for an embedded ARM system (GCC C++).

I'm after something that's non-GPL, commercial options are being considered (preferably with a one-off fee rather than royalty-based).

I've looked at a few possible libraries like Botan and Crypto++ but both seem to be heavy on dynamic memory and exceptions (our system doesn't use exceptions because once upon a time the extra memory required was more than the system of the time had).

Any thought/suggestions/recommendations?

Cheers

-- Sven

Reply to
Sven Garly
Loading thread data ...

What exactally are you doing? I think you will find almost everything is in the public domain with C implementations. You just need to find the C code files, not whole libraries.

Reply to
MisterE

openssl?

Reply to
karim.ammouche

At one time RSA BSAFE was concidered the reference standard for crypto functions.

It's still available. I do not know what the pricing/royality situation is.

Reply to
LittleAlex

formatting link

Marc

Reply to
Marc Ramsey

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.