Hi PHPers,
I've been fighting with gnupg_verify for days now and cannot understand how
it works. It returns an array in the form of:
array ( 0 => array ( 'fingerprint' => 'BLABLABLA' 'validity' => 0
'timestamp' => 1402666925 'status' => 117440521 'summary' => 128 ) )
I don't understand which par
cific signature and
not with any signature. That's the point of gpg! In this case php returns
array irrespective of which signature is used to sign the text.
Thanks,
Tsvetan
On Sat, Jun 14, 2014 at 5:45 PM, Christoph Becker wrote:
> Tsvetan Nikolov wrote:
>
> > I've been fig