[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Add support for base64url variant
From: |
Pierre Téchoueyres |
Subject: |
Add support for base64url variant |
Date: |
Wed, 22 May 2019 00:32:19 +0200 |
User-agent: |
mu4e 1.3.2; emacs 26.2.50 |
I'm actually working on an emacs library to work with JWT (JSON Web
Token) as described in RFC 7519 / 7797. To achive that I must use an
variant of base 64 encoding named base64url as described in RFC4648.
Actually Emacs doesn't provide this variant. I've attached an attempt
to implement it at C level.
I'm avare that my patch is far from perfect and I would welcome any
help or comments to improve it.
Thanks in advance. Pierre.
0001-Add-support-for-base64url-variant.patch
Description: base64url
- Add support for base64url variant,
Pierre Téchoueyres <=
Re: Add support for base64url variant, Eli Zaretskii, 2019/05/23