Hey Brendan, yes, I do think it's possible if the curves are the only critical point. I do furthermore think that some of the listed curves are already shipped with Crypto++. Especially this concerns 3,4,7,10 and 11 (if I understood the listing right). Those are also the names under which these curves are available in Crypto++. Those curves are available with the asn.h header in the asn1 subnamespace.
If you specifically mean the curve #8 of WTLS, it looks like a non-standard curve (not neccessarily a bad thing). But as you have all the data you need for this task you can simply go ahaed and write a small loader function that constructs you the neccessary curve. Some sample code that shows you how to load a custom curve is given here <http://www.cryptopp.com/wiki/Elliptic_Curve_Builder#Crypto.2B.2B_and_Domain_Parameters> . BR JPM Am Donnerstag, 26. Februar 2015 14:54:45 UTC+1 schrieb Brendan Jones: > > Hi all, > > I was wondering if anyone could tell me if it is in fact possible to > verify a signature created using WTLS-8? > A reference to the specification of this curve can be found here: > http://technical.openmobilealliance.org/tech/affiliates/wap/wap-261-wtls-20010406-a.pdf > > (page 90) > > We are currently looking at alternatives to OpenSSL and Crypto++ seems > like a good way to go. > I have spent a little time trying to do this in Crypto++ but I have not > had any success as yet. Before I go any further I thought I'd ask the > knowledgable folk here. > > many thanks > B > -- -- 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.
