]> git.ipfire.org Git - thirdparty/curl.git/commit
base64: added Curl_base64url_encode()
authorDaniel Stenberg <daniel@haxx.se>
Fri, 25 Jul 2014 06:24:03 +0000 (08:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 25 Jul 2014 06:24:03 +0000 (08:24 +0200)
commitaae4e4bf70f17a597b0042910e6c2c050ea927df
tree93918962f01e6924edd91866ae2edd13add9f8f0
parent9c1cf966643117368119168465b9ac783b636164
base64: added Curl_base64url_encode()

This is now used by the http2 code. It has two different symbols at the
end of the base64 table to make the output "url safe".

Bug: https://github.com/tatsuhiro-t/nghttp2/issues/62
lib/base64.c
lib/curl_base64.h
lib/http2.c