RE: openssl instead of xmlsec

2008-06-16 Thread David Schwartz
> Hi, > I've this command: > /usr/bin/xmlsec1 sign --privkey-pem DSAPrivateKey.pem > --pubkey-der DSAPublicKey.key --output out.xml.out in.xml > I'm not allowed to use xmlsec on my server, and i need to sign this xml > with only openssl. Is this possible? I'm not an expert on this by any mean

openssl instead of xmlsec

2008-06-16 Thread Roberto Basile
Hi, I've this command: /usr/bin/xmlsec1 sign --privkey-pem DSAPrivateKey.pem --pubkey-der DSAPublicKey.key --output out.xml.out in.xml I'm not allowed to use xmlsec on my server, and i need to sign this xml with only openssl. Is this possible? Bye