> What is wrong? > -Certificate : Self Signed > You certificate is *not* self signed: [EMAIL PROTECTED] openssl x509 -in a.crt -noout -text ... Issuer: C=KR, ST=ChoongNam, L=YooSung, O=ETRI, OU=DRM Developer Team, CN=ETRI Sohwang/[EMAIL PROTECTED] ... Subject: C=KR, ST=Seoul, L=GoonJa, O=Sejong Univ ....
In order to verify signature, you need to provide a *trusted* certificate (for example, using "--trusted" option for xmlsec utility) with a subject equal to issuer of the certificate used for signature. Aleksey _______________________________________________ xmlsec mailing list [EMAIL PROTECTED] http://www.aleksey.com/mailman/listinfo/xmlsec
