On Monday, July 21, 2014 12:10:53 AM UTC-4, Jeffrey Walton wrote: > > The wiki includes files for reading an writing PEM encoded keys and > parameters, including encrypted private keys. The functionality would be > useful if you have to interop with older systems or OpenSSL on occasion. > > http://www.cryptopp.com/wiki/PEM_Pack > The source files were updated to accommodate Android.
std::toupper and std::tolower are used, and the declarations were [incorrectly] brought in with <ctype.h>. Android needed <cctype> included instead because Android [correctly] did not put toupper and tolower in std:: when using <ctype.h>. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
