aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/base64.c
Commit message (Collapse)AuthorAge
* Sign conversion fixesGravatar Craig Tiller2015-09-10
|
* Fixing indentation.Gravatar Julien Boeuf2015-06-30
|
* Base64 decode improvements.Gravatar Julien Boeuf2015-06-25
| | | | | - Allow ablity to specify the length for decoding. - Allow for non-padded encodings to be decoded properly.
* Removed incorrect castGravatar murgatroid992015-06-19
|
* Fixed integer conversion warnings in src/core/securityGravatar murgatroid992015-06-19
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* Adding base utils for JWT service account workflow. OpenSSL base64 decoding isGravatar jboeuf2014-12-12
a disaster and does not support url_safe which we need for the JWT. Change on 2014/12/12 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82020601