[LIBGPG-ERROR] Add Base64 decoder

NIIBE Yutaka gniibe at fsij.org
Mon Jan 30 05:54:41 CET 2017


A non-text attachment was scrubbed...
Name: 0001-Add-Base64-decoder.patch
Type: text/x-diff
Size: 11829 bytes
Desc: Add Base64 decoder
URL: </pipermail/attachments/20170130/03aceff8/attachment.patch>
-------------- next part --------------
Hello,

NTBTLS will require base64 decoder for new API (registering certificate
in PEM format).  Currently, in dirmngr, the caller decodes the PEM
format (in base64) and gives it to NTBTLS library.  Since base64
decoding is also needed in GPGME, it is good for libgpg-error to
have the decoder.

Here is an attempt of mine.
-- 


More information about the Gnupg-devel mailing list