- 9b45f6b Fix more argc checks by Aditya Deshpande · 2 years, 6 months ago
- 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
- 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
- 340808c Add comments on error codes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 12ec571 Fix bug in md_hmac_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 29088a4 Avoid duplicate program names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 69bb3f5 Move hmac_non_psa out of psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 36a8963 Fix cmake build of programs by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
- 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 8dc0af2 programs: Link to tests common code by Ronald Cron · 5 years ago
- bfd45f1 programs: cmake: Use list of executables by Ronald Cron · 5 years ago
- e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
- e123395 cmake: link programs that only use crypto with libmbedcrypto by Gilles Peskine · 5 years ago
- 5e1b195 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
- 3abbced Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
- 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
- 7d42965 Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
- dabd78f Fix ret code in generic_sum.c by Andres Amaya Garcia · 7 years ago
- 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
- 276ebb6 Add stdlib.h include to hello.c sample by Andres Amaya Garcia · 8 years ago
- 1ff60f4 Change examples to use the new MD API and check ret code by Andres Amaya Garcia · 8 years ago
- d1fe7aa Put clang analyzer fix inside __clang_analyzer__ guard by Paul Bakker · 9 years ago
- 409401c Shut up a few clang-analyze warnings about use of uninitialized variables by Nicholas Wilson · 9 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
- b327168 Remove non-generic md_file() programs by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- abb6744 Rename md_init_ctx() to md_setup() by Manuel Pégourié-Gonnard · 10 years ago
- 4063ceb Make hmac_ctx optional by Manuel Pégourié-Gonnard · 10 years ago
- a115def Fix tests and programs to use md_get_xxx() 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
- 85b05ec Cleanup programs further by Rich Evans · 10 years ago
- 18b78c7 cleanup programs by Rich Evans · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
- 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
- f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
- 9014b6f Rename project in CMake by Manuel Pégourié-Gonnard · 11 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
- d2a2d61 Adapt programs / test suites by Paul Bakker · 11 years ago
- cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
- 0c22610 Cleaned up location of init and free for some programs to prevent memory by Paul Bakker · 11 years ago
- 64abd83 Fixed file descriptor leak in generic_sum by Paul Bakker · 11 years ago
- 291f9af Make all hash checking in programs constant-time by Manuel Pégourié-Gonnard · 12 years ago
- abd6e02 Rm _CRT_SECURE_NO_DEPRECATE for programs by Manuel Pégourié-Gonnard · 12 years ago
- d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
- 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
- b1dee1c - Changed commands to lowercase where it was not the case by Paul Bakker · 14 years ago
- cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago
- 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
- dcca6b7 - Removed debug information by Paul Bakker · 14 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
- fb6c7e2 - Added generic_sum example application to show use of generic message digest layer. by Paul Bakker · 15 years ago
- 547f73d - Added install targets to the CMake files by Paul Bakker · 15 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
- 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
- 367dae4 - Added CMake makefiles as alternative to regular Makefiles. 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