Re: CMS_verify() with a public key instead of a cert

2011-05-06 Thread Dr. Stephen Henson
On Fri, May 06, 2011, Stef Hoeben wrote: > Hi, > > > CMS_verify() works fine if you have the signer cert, but now we have > > a CMS file for which only the (trusted) signer public key is available. > > > > Q: is there a high level function like CMS_verify() that works with a > > public key? >

Re: CMS_verify() with a public key instead of a cert

2011-05-06 Thread Stef Hoeben
Hi, > CMS_verify() works fine if you have the signer cert, but now we have > a CMS file for which only the (trusted) signer public key is available. > > Q: is there a high level function like CMS_verify() that works with a > public key? > > If not: what would be the best alternative for us? >