> From: [EMAIL PROTECTED] [mailto:openxpki-devel- > [EMAIL PROTECTED] On Behalf Of Alexander Klink > > On Thu, Sep 13, 2007 at 04:15:50PM -0400, Heyman, Michael wrote: > > When using "sscep" to send enrollment requests, an extraneous trailing > > newline appears in the PEM PKCS7 text just before the "-----END > > PKCS7-----" line. > Out of curiosity: which version of sscep are you using? > Version: 20030417 (straight from FreeBSD ports) > > Do the SCEP client tests fail for you without the patch? > In a different place ("t/20.init-openxpki.t line 76" where it is initializing the database - I'm running with MySQL and may not have SQLite installed. > > As it won't break the existing behaviour with my sscep, I've just > checked in the patch. > Oooops, I hate when that happens. Somehow I appended an old patch (the one that didn't work). "chomp" returns an int, not the chomped string like I thought at first. If you took the line just as I sent it, then it will break your version.
The correct answer is to do a "chomp($pkcs7);" just above the existing line. Sorry for the goof. -Michael Heyman ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ OpenXPKI-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-devel
