summaryrefslogtreecommitdiff
path: root/base64.h
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining pointer-signedness warnings for base64.Niels Möller2017-09-241-1/+3
* Change type of base16- and base64-encoded data from uint8_t to char.Niels Möller2017-08-271-8/+8
* Micro optimization of base64 and base16 context structs.Niels Möller2015-03-121-6/+6
* Implement URL safe base64 coding, as specified by RFC 4648.Amos Jeffries2015-02-101-0/+10
* Generalized base64, adding lookup table pointers to the contexts.Niels Möller2015-02-101-0/+4
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* Base64 and base16 decoding: Use *dst_length as output only.Niels Möller2014-02-071-7/+2
* Use size_t rather than unsigned for base16, base64, nettle_bufer and sexp rel...Niels Möller2013-04-261-7/+7
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Fixed type in comment.Niels Möller2012-02-271-1/+1
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* Reviewed FIXME-comments.Niels Möller2008-09-151-2/+2
* Added C++ guards.Niels Möller2006-11-241-0/+8
* * nettle-types.h: New (generated) file, to be used instead of includingNiels Möller2004-01-071-1/+1
* Comment fix, it's BASE64_ENCODE_FINAL_LENGTH, not BASE64_ENCODE_FINAL_SIZE.Niels Möller2003-11-161-1/+1
* * New name mangling, to reduce the risk of link collisions. AllNiels Möller2003-04-121-0/+11
* * base64-decode.c (base64_decode_single): Return -1 on error.Niels Möller2002-10-301-14/+18
* (base64_decode_single): New function.Niels Möller2002-10-221-1/+8
* * base64.h (BASE64_ENCODE_LENGTH, BASE64_DECODE_LENGTH): Fixed andNiels Möller2002-10-191-6/+6
* Major reorganization.Niels Möller2002-10-191-38/+78
* (base64_encode_group): New function, used by openpgpNiels Möller2002-10-061-0/+4
* (BASE64_DECODE_LENGTH): Comment fix.Niels Möller2002-10-011-2/+8
* (base64_encode): Encode from the end of the dataNiels Möller2002-09-301-0/+6
* *** empty log message ***Niels Möller2002-02-061-0/+1
* Applied patch from Dan Egnor improving the base64 code.Dan Egnor2002-02-061-9/+29
* *** empty log message ***Niels Möller2002-01-221-1/+1
* New files, hacked by DanDan Egnor2002-01-221-0/+46