- a3d0f61 Use MBEDTLS_GET_UINTxx_BE macro by Dave Rodgman · 1 year, 9 months ago
- e4a6f5a Use size_t cast for pointer subtractions by Dave Rodgman · 1 year, 9 months ago
- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- ca8c61b Provide and use internal function mbedtls_zeroize_and_free() by Tom Cosgrove · 2 years ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 0fe6631 Merge pull request #6291 from gilles-peskine-arm/platform.h-unconditional-3.2 by Gilles Peskine · 2 years, 10 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- 1c5609d Remove NULL pointer validation in dhm.c by Tuvshinzaya Erdenekhuu · 3 years ago
- da0913b Call setbuf when reading or writing files: library by Gilles Peskine · 3 years, 1 month ago
- fbeb692 Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years ago
- 1a87722 Make RNG parameters mandatory in DHM functions by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- e570248 mbedtls_dhm_get_value parameter order: context first, output last by Gilles Peskine · 4 years, 2 months ago
- 71acc6e New function mbedtls_dhm_get_value to copy a field of a DHM context by Gilles Peskine · 4 years, 2 months ago
- 487bbf6 DHM: new functions to query the length of the modulus by Gilles Peskine · 4 years, 2 months ago
- 03299dc DHM: add notes about leading zeros by Gilles Peskine · 4 years, 4 months ago
- da7ee01 DHM: use mbedtls_mpi_random for blinding and key generation by Gilles Peskine · 4 years, 4 months ago
- 8e38acc dhm_check_range: microoptimization by Gilles Peskine · 4 years, 4 months ago
- 17f1a26 DHM refactoring: use dhm_random_below in dhm_make_common by Gilles Peskine · 4 years, 4 months ago
- 7b2b66e DHM blinding: don't accept P-1 as a blinding value by Gilles Peskine · 4 years, 4 months ago
- cb660f2 DHM refactoring: unify mbedtls_dhm_make_{params,public} by Gilles Peskine · 4 years, 4 months ago
- 9f7a693 Apply MBEDTLS_ERROR_ADD to library by Chris Jones · 4 years, 4 months ago
- abccfc1 Merge development into development-restricted by Dan Handley · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 1718265 Merge pull request #709 from mpg/protect-base-blinding-dev-restricted by Gilles Peskine · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- af72167 DHM: blind call to mpi_inv_mod() on secret value by Manuel Pégourié-Gonnard · 5 years ago
- 9f58c4b DHM: make drawing of blinding value a function by Manuel Pégourié-Gonnard · 5 years ago
- 24eed8d Initialise return values to an error by Janos Follath · 6 years ago
- 8b0f9e6 Allow DHM selftest to run if MBEDTLS_PEM_PARSE_C is unset by Hanno Becker · 6 years ago
- c470b6b Merge development commit 8e76332 into development-psa by Andrzej Kurek · 6 years ago
- 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
- e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
- 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
- aaaa98c Merge branch 'development-proposed' into development-restricted by Gilles Peskine · 8 years ago
- 08ba530 Remove some extra lines by nirekh01 · 8 years ago
- 49762fa Add 'MBEDTLS_DHM_ALT' #DEFINE to library/config.h by nirekh01 · 8 years ago
- 1f35ca9 Added alternated Diffie-Hellman module. by Reuven Levin · 8 years ago
- 9c8ac0c Merge remote-tracking branch 'upstream-restricted/pr/404' into development-restricted by Gilles Peskine · 8 years ago
- c753f5d Merge remote-tracking branch 'upstream-restricted/pr/369' into development-restricted by Gilles Peskine · 8 years ago
- 8880e75 Add new function mbedtls_dhm_set_group to DHM Group by Hanno Becker · 8 years ago
- e2fcfa8 Stick to the use of constant-macros by Hanno Becker · 8 years ago
- de6c164 Add brackets around arguments of internal macro DHM_MPI_EXPORT by Hanno Becker · 8 years ago
- e71ad12 Minor code-improvements in dhm.c by Hanno Becker · 8 years ago
- 4c72b00 Add const-qualifiers to prime constants by Hanno Becker · 8 years ago
- b2bad80 Introduce Diffie-Hellman parameters from RFC 7919 by Hanno Becker · 8 years ago
- 0e6dc84 Deprecate Diffie-Hellman groups from RFC 5114 by Hanno Becker · 8 years ago
- 1ad1c6d Fix typo by Janos Follath · 8 years ago
- aa325d7 DHM: Fix dhm_check_range() always returning 0 by Janos Follath · 8 years ago
- 7269fee Check return code of mbedtls_mpi_fill_random by Ron Eldor · 9 years ago
- bdbca7b Zeroize tmp buf on fail in load_file() dhm.c by Andres Amaya Garcia · 8 years ago
- bdae02c Corrected references for RSA and DHM by Simon Butcher · 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
- 53585ee Remove test DHM params from certs.c by Manuel Pégourié-Gonnard · 10 years ago
- 3335205 Avoid in-out length in dhm_calc_secret() 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
- 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
- 0ece0f9 Fix checks for nul-termination by Manuel Pégourié-Gonnard · 10 years ago
- 43b37cb Fix use of pem_read_buffer() in PK, DHM and X509 by Manuel Pégourié-Gonnard · 10 years ago
- de9b363 Merge branch mbedtls-1.3 into development by Manuel Pégourié-Gonnard · 10 years ago
- 2ed8173 accept PKCS#3 DH parameters with privateValueLength included by Daniel Kahn Gillmor · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- 998930a Replace non-ascii characters in source files 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
- 981732b Fix missing/misplaced #include's by Manuel Pégourié-Gonnard · 10 years ago
- c531b4a Apply the semantic patch rm-malloc-cast.cocci. by Mansour Moufid · 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 · 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
- b196fc2 Fix dhm_selftest() return value by Manuel Pégourié-Gonnard · 11 years ago
- 8f870b0 Add dhm_init() by Paul Bakker · 11 years ago
- 66d5d07 Fix formatting in various code to match spacing from coding style by Paul Bakker · 11 years ago
- 3461772 Introduce polarssl_zeroize() instead of memset() for zeroization by Paul Bakker · 11 years ago
- b9e4e2c Fix formatting: fix some 'easy' > 80 length lines 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
- 3d8fb63 Added missing MPI_CHK around mpi functions by Paul Bakker · 11 years ago
- 3fec220 Add test for dhm_parse_dhmfile by Manuel Pégourié-Gonnard · 11 years ago
- 648656a Fix error code in dhm_selftest() by Manuel Pégourié-Gonnard · 11 years ago
- 7dc4c44 Library files moved to use platform layer by Paul Bakker · 11 years ago
- d61cc3b Possible naming collision in dhm_context by Paul Bakker · 12 years ago
- 15d5de1 Simplify usage of DHM blinding by Manuel Pégourié-Gonnard · 12 years ago
- cff6842 POLARSSL_PEM_C split into POLARSSL_PEM_PARSE_C and POLARSSL_PEM_WRITE_C by Paul Bakker · 12 years ago
- 40ce79f Moved DHM parsing from X509 module to DHM module by Paul Bakker · 12 years ago
- b72b4ed Fix memory leak in DHM by Manuel Pégourié-Gonnard · 12 years ago
- ed8a02b Simplify DH blinding a bit by Manuel Pégourié-Gonnard · 12 years ago
- 143b502 Implement DH blinding by Manuel Pégourié-Gonnard · 12 years ago
- 2d62764 Change dhm_calc_secret() prototype by Manuel Pégourié-Gonnard · 12 years ago
- 48f7a5d DHE-PSK based ciphersuite support added and cleaner key exchange based by Paul Bakker · 12 years ago
- b5b20f1 - Extra sanity check for input added by Paul Bakker · 13 years ago
- aec37cb - Added extra sanity check to DHM values by Paul Bakker · 13 years ago
- 901c656 - Fill full buffer (Wrong parameter usage) by Paul Bakker · 13 years ago
- 13ed9ab - Removed unused variable by Paul Bakker · 13 years ago
- 1ef83d6 - Initial bare version of TLS 1.2 by Paul Bakker · 13 years ago
- a3d195c - Changed the used random function pointer to more flexible format. Renamed havege_rand() to havege_random() to prevent mistakes. Lots of changes as a consequence in library code and programs by Paul Bakker · 14 years ago