- ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
- b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
- 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
- b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
- ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
- c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
- 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
- b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 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
- fcdea0f Remove definitions and settings that are never used or duplicate MSVC by irwir · 5 years ago
- 9515d76 Merge pull request #3219 from aggarg/err_optimization by Gilles Peskine · 5 years ago
- 0c103a8 Merge pull request #2853 from irwir/fix_vcxproj by Manuel Pégourié-Gonnard · 5 years ago
- cabde25 Align with coding style by Gaurav Aggarwal · 5 years ago
- 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
- 8663c74 Remove error_description variable from strerr functions by Gaurav Aggarwal · 5 years ago
- dc9c47d Merge pull request #3176 from aggarg/development by Gilles Peskine · 5 years ago
- 6ea4fc7 Address review comments by Gaurav Aggarwal · 5 years ago
- febf880 Merge remote-tracking branch 'upstream/development' into fix_vcxproj by irwir · 5 years ago
- 49d46a7 Finalize fixing the issue #1430. by irwir · 6 years ago
- 3d02db2 Add auto-generated code markers by Gaurav Aggarwal · 5 years ago
- a4a2aa5 Address review comments by Gaurav Aggarwal · 5 years ago
- a9f6400 Add support for const error description strings by Gaurav Aggarwal · 5 years ago
- 2ae678d Systematically use Windows line endings in Windows files by Gilles Peskine · 5 years ago
- 0f3f9c3 Fix a stray CR inside a line by Gilles Peskine · 5 years ago
- eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
- 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
- 40f17dc Revert "Remove certs.h" by Gilles Peskine · 5 years ago
- 7156d8c Don't hard-code include paths in templates by Gilles Peskine · 5 years ago
- 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 5 years ago
- df587ee Remove duplicate include statement by Janos Follath · 6 years ago
- 48d26c2 ECDH: Add Everest Curve25519 to VS project files by Christoph M. Wintersteiger · 7 years ago
- 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
- b8e4ae1 Remove certs.h by Jaeden Amero · 6 years ago
- 66b7edb Merge remote-tracking branch 'origin/pr/2711' into development by Jaeden Amero · 6 years ago
- 4f4af6e windows: Fix Release x64 configuration by Jaeden Amero · 6 years ago
- c5de462 Making version features easily ROM-able when using Arm C compiler. by Máté Varga · 6 years ago
- b78cf2b Adjust visual studio file generation to always use the crypto submodule by Andrzej Kurek · 6 years ago
- a4308b2 Remove unused TLS, NET, and X.509 files by Jaeden Amero · 7 years ago
- 17c53c5 Fix check-generated-files.sh failure with query_config by Andres Amaya Garcia · 7 years ago
- 27b3372 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
- 5bc6e92 Fix query_config macro expansion for windows by Andres Amaya Garcia · 7 years ago
- c84a65d Fix missing include in vs proj files for query programs by Andres Amaya Garcia · 7 years ago
- c28da7e Improve comments in query_config.fmt by Andres Amaya Garcia · 7 years ago
- 2fdc2c2 Fix multiple stdio.h inclusion in query_config.c by Andres Amaya Garcia · 7 years ago
- 88121a9 Script generation of query_config.c file by Andres Amaya Garcia · 7 years ago
- 0cb7709 Add LinkLibraryDependencies to VS2010 app template by Jaeden Amero · 7 years ago
- 08902ed Fix Visual Studio template files by Simon Butcher · 8 years ago
- ee7157e Fix redefinition of macro ssl_set_bio by Andres AG · 9 years ago
- db0feca Fixes platform time_t abstraction by Simon Butcher · 9 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 7381ff0 Update copyright date in templates too by Manuel Pégourié-Gonnard · 10 years ago
- 10c7674 Adjust rename/compat list by Manuel Pégourié-Gonnard · 10 years ago
- 1409616 Fix one renaming in the list by Manuel Pégourié-Gonnard · 10 years ago
- 3d7d00a Rename mbedtls_net_close() to mbedtls_net_free() by Manuel Pégourié-Gonnard · 10 years ago
- 0789433 Rename M255 to Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
- 7320eb4 Remove references to some Montgomery curves by Manuel Pégourié-Gonnard · 10 years ago
- 9dbaf40 Rationalize other snprintf() uses by Manuel Pégourié-Gonnard · 10 years ago
- c0696c2 Rename mbedtls_mpi_msb to mbedtls_mpi_bitlen by Manuel Pégourié-Gonnard · 10 years ago
- 097c7bb Rename relevant global symbols from size to bitlen by Manuel Pégourié-Gonnard · 10 years ago
- b541da6 Fix define for ssl_conf_curves() by Manuel Pégourié-Gonnard · 10 years ago
- 0469e41 Add MBEDTLS_CONFIG_FILE to the rename list by Manuel Pégourié-Gonnard · 10 years ago
- c730ed3 Rename boolean functions to be clearer by Manuel Pégourié-Gonnard · 10 years ago
- cb46fd8 Avoid non-standard strcasecmp() by Manuel Pégourié-Gonnard · 10 years ago
- 6a8ca33 Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED by Manuel Pégourié-Gonnard · 10 years ago
- d9e6a3a Rename pk_init_ctx() -> pk_setup() by Manuel Pégourié-Gonnard · 10 years ago
- 8473f87 Rename cipher_init_ctx() to cipher_setup() by Manuel Pégourié-Gonnard · 10 years ago
- e3a062b Rename ecp_use_known_dp -> mbedtls_ecp_group_load() by Manuel Pégourié-Gonnard · 10 years ago
- 6729e79 Rename ssl_set_xxx() to ssl_conf_xxx() by Manuel Pégourié-Gonnard · 10 years ago
- ae31914 Rename ssl_legacy_renegotiation() to ssl_set_... by Manuel Pégourié-Gonnard · 10 years ago
- 8836994 Move WANT_READ/WANT_WRITE codes to SSL by Manuel Pégourié-Gonnard · 10 years ago
- eab147c Rename pkcs11_xxx_init() to bind() by Manuel Pégourié-Gonnard · 10 years ago
- 331ba57 Fix some additional renaming issues by Manuel Pégourié-Gonnard · 10 years ago
- e6028c9 Fix some X509 macro names by Manuel Pégourié-Gonnard · 10 years ago
- e75317b Anticipate merging x509_crt_verify_info() by Manuel Pégourié-Gonnard · 10 years ago
- b20a70f Move rename.pl to scripts & add data file by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- f9c1387 Drop POLARSSL_ERROR_STRERROR_BC 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
- 385069f Add some missing 'static' on a few objects by Manuel Pégourié-Gonnard · 10 years ago
- ac1f76c Merge remote-tracking branch 'rich/platform' into development by Manuel Pégourié-Gonnard · 10 years ago
- f5dc8ec Update error.fmt to match update error.c by Manuel Pégourié-Gonnard · 10 years ago
- 6aa04bc modify scripts/* and tests/* to use polarssl_snprintf by Rich Evans · 11 years ago
- daae3b7 Prepare for mbed TLS 1.3.10 release by Paul Bakker · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
- 813e585 Rename in visual C script and templates 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
- 0464dd9 Fix bee8ded in error template file too by Paul Bakker · 11 years ago
- 0598faf Generate VS2010 solution file by Manuel Pégourié-Gonnard · 11 years ago
- 41e8b62 Generate GUID for VS2010 apps by Manuel Pégourié-Gonnard · 11 years ago
- cd8f844 Add VS6 workspace to update-vs-apps.pl by Manuel Pégourié-Gonnard · 11 years ago
- 0aafa5c Add visual C main files to update_vs_apps.pl by Manuel Pégourié-Gonnard · 11 years ago
- fe671f4 Add markers around generated code in error.c by Manuel Pégourié-Gonnard · 11 years ago
- 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
- 2ca1dc8 Updated error.c and version_features.c based on changes by Paul Bakker · 11 years ago