Using OpenSSL?

Martin Atkins mart at degeneration.co.uk
Wed May 25 02:55:50 PDT 2005


loune wrote:
> 
> echo 
> "2005-05-24T05:29:40Z::assert_identity::http://dev.nasquan.com/openid/u/test::http://www.danga.com/openid/demo/helper.bml" 
> | openssl dgst -dss1 -sign ~/privkey.pem
> 

I don't know if this is the only problem, or if OpenSSL actually cares 
about this, but that echo will be adding a newline to the end of the 
string which might well be getting included in the signature.

Using the -n flag to echo will stop it doing that.



More information about the yadis mailing list