- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- d77b86c Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 3 years, 8 months ago
- 358829a Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 3 years, 8 months ago
- 9a4074a Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 3 years, 8 months ago
- 28d6115 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 3 years, 8 months ago
- b8d7892 Rename functions to have suitable name by Gabor Mezei · 3 years, 8 months ago
- ac253ea Fix copypasta in comment by Gilles Peskine · 3 years, 9 months ago
- c1776a0 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago
- d7d3279 Expose internal base64 functions for testing by Gilles Peskine · 4 years ago
- 8635e23 mask_of_range: simplify high comparison by Gilles Peskine · 4 years ago
- 67468e8 Base64 decode: simplify local variables (n) by Gilles Peskine · 4 years ago
- 2c4a368 Base64 encoding: use ranges instead of tables by Gilles Peskine · 4 years ago
- 1121cd2 Base64 decode: simplify local variables by Gilles Peskine · 4 years ago
- ab04335 Base64 decoding: use ranges instead of tables by Gilles Peskine · 4 years ago
- b553eaa Base64 decoding: don't use the table for '=' by Gilles Peskine · 4 years ago
- fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years ago
- be165bd Code style fixups by Paul Elliott · 4 years, 5 months ago
- 07fa1f1 Fix carelessly copy pasted comment by Paul Elliott · 4 years, 5 months ago
- 3ffd134 Fix constant flow mask maths by Paul Elliott · 4 years, 5 months ago
- 88f2eb6 Remove multiplication from conditional assignments by Paul Elliott · 4 years, 5 months ago
- 0544d49 Fix Non CF access to table in base64 decrypt by Paul Elliott · 4 years, 5 months ago
- 6e152fa Optimise unneccesary cf table accesses away by Paul Elliott · 4 years, 5 months ago
- 717ba77 Fix incorrect assumptions about the size of size_t by Paul Elliott · 4 years, 5 months ago
- 3e79081 Fixes for MSVC warnings by Paul Elliott · 4 years, 5 months ago
- dadd10d Attempt to make Base64 table access constant flow by Paul Elliott · 4 years, 6 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- a29c5e9e Add comment to integer overflow fix in base64.c by Simon Butcher · 8 years ago
- 4623d83 Fix integer overflow mbedtls_base64_decode() by Andres AG · 9 years ago
- 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
- 2d70834 Fix references to non-standard SIZE_T_MAX by Manuel Pégourié-Gonnard · 10 years ago
- 6418ffa Merge fix for IOTSSL-480 - base64 overflow issue by Simon Butcher · 10 years ago
- a45aa13 Merge of IOTSSL-476 - Random malloc in pem_read() by Simon Butcher · 10 years ago
- 0aa45c2 Fix potential overflow in base64_encode by Manuel Pégourié-Gonnard · 10 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- 636741b Remove obsolete hacks for uin32_t by Manuel Pégourié-Gonnard · 10 years ago
- 9386664 Move from inttypes.h to stdint.h by Manuel Pégourié-Gonnard · 10 years ago
- ba56136 Avoid in-out length in base64 by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 10 years ago
- 65fc6a8 Fix small bug in base64_encode() by Manuel Pégourié-Gonnard · 10 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
- a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
- 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
- 64938c6 Accept spaces at end of line/buffer in base64 by Manuel Pégourié-Gonnard · 11 years ago
- d598318 Fix base64_decode() to return and check length correctly by Paul Bakker · 11 years ago
- 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
- 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
- cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
- 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
- fa6a620 Defines for UEFI environment under MSVC added by Paul Bakker · 12 years ago
- b9cfaa0 Explicit conversions and minor changes to prevent MSVC compiler warnings by Paul Bakker · 12 years ago
- f4a1427 base64_decode() also forcefully returns on dst == NULL by Paul Bakker · 12 years ago
- 3c2122f Fixed const correctness issues that have no impact on the ABI by Paul Bakker · 12 years ago
- 5c2364c - Moved from unsigned long to uint32_t throughout code by Paul Bakker · 13 years ago
- 23986e5 - Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops by Paul Bakker · 14 years ago
- b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
- 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
- fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
- 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
- ff60ee6 - Added const-correctness to main codebase by Paul Bakker · 15 years ago
- 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
- 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
- e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
- 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
- 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago