On Sun, Apr 03, 2016 at 04:19:26AM -0400, Eric Sunshine wrote:
> On Sat, Apr 2, 2016 at 7:16 PM, wrote:
> > The PGP verification routine for tags could be accessed by other
> > commands that require it. We do this by moving it to the common tag.c
> > code. We rename the verify_tag() function to p
On Sat, Apr 2, 2016 at 7:16 PM, wrote:
> The PGP verification routine for tags could be accessed by other
> commands that require it. We do this by moving it to the common tag.c
> code. We rename the verify_tag() function to pgp_verify_tag() to avoid
> conflicts with the mktag.c function.
>
> Sig
On Sun, Apr 3, 2016 at 12:45 AM, Jeff King wrote:
> On Sat, Apr 02, 2016 at 07:16:14PM -0400, santi...@nyu.edu wrote:
>> - len = parse_signature(buf, size);
>> -
>> - if (size == len) {
>> - if (flags & GPG_VERIFY_VERBOSE)
>> - write_in_full(1, buf, len);
>>
On Sat, Apr 02, 2016 at 07:16:14PM -0400, santi...@nyu.edu wrote:
> From: Santiago Torres
>
> The PGP verification routine for tags could be accessed by other
> commands that require it. We do this by moving it to the common tag.c
> code. We rename the verify_tag() function to pgp_verify_tag() t
4 matches
Mail list logo