Thanks again Richard for your help. I found out that I was using std::string::append in my code, and that append stopped reading when it reached a NULL byte in the signature(which is a valid byte given the hash function) and that was truncating the signature. On Fri, Jul 24, 2015 at 3:04 PM, Andrew Carpenter <andrewcarp at gmail.com> wrote: > Thanks so much for your response Richard. I appreciate your time. That's > pretty much the same thing I'm doing.... > > On Fri, Jul 24, 2015 at 2:59 PM, Richard Moore <richmoore44 at gmail.com> > wrote: > >> >> >> On 24 July 2015 at 19:30, Andrew Carpenter <andrewcarp at gmail.com> wrote: >> >>> Well That's interesting. when I download and use your .sig file, I get >>> the same errors. How do you go about picking up your signature form the >>> file system? >>> >>> >> ?Nothing special: >> https://codereview.qt-project.org/#/c/113855/27/tests/auto/network/ssl/qssl/tst_qssl.cpp,unified >> around line 170 for example. >> >> Cheers >> >> Rich. >> ? >> >> >> _______________________________________________ >> openssl-users mailing list >> To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users >> >> > > > -- > Andrew Carpenter, > -- Andrew Carpenter, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20150727/92351509/attachment.html>