- 16799db update headers by Dave Rodgman · 1 year, 9 months ago
- 3bedb5b doxygen: fix parameter name typos and misused \p commands by Andrzej Kurek · 3 years, 5 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 7 months ago
- 38d4fdd Add missing asterisk to doxygen closures by Andrzej Kurek · 3 years, 7 months ago
- d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
- bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- 17575dc Merge pull request #4629 from TRodziewicz/rename_functions_whose_deprecated_variants_have_been_removd by Gilles Peskine · 4 years, 1 month ago
- 26371e4 Rename the _ret() functions by TRodziewicz · 4 years, 2 months ago
- 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
- 85dfc4d Applying current changes by TRodziewicz · 4 years, 3 months ago
- 18efb73 Remove deprecated functions and constants. by TRodziewicz · 4 years, 3 months ago
- 478847c Document thread safety for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- e39b219 Document mutex invariant for HMAC_DRBG by Gilles Peskine · 4 years, 6 months ago
- 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- 9d3baea fixup! HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
- 8f7921e HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
- 77d4457 mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
- 5d9fd07 HMAC_DRBG: note that the initial seeding grabs entropy for the nonce by Gilles Peskine · 6 years ago
- 217b815 Use standard terminology to describe the personalization string by Gilles Peskine · 6 years ago
- 2d8f069 Do note that xxx_drbg_random functions reseed with PR enabled by Gilles Peskine · 6 years ago
- 10f16ac Consistently use \c NULL and \c 0 by Gilles Peskine · 6 years ago
- 3457b5e HMAC_DRBG: improve the documentation of the entropy length by Gilles Peskine · 6 years ago
- 74efcd2 HMAC_DRBG documentation improvements clarifications by Gilles Peskine · 6 years ago
- c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
- 730ecdf Merge remote-tracking branch 'origin/pr/2371' into development by Jaeden Amero · 6 years ago
- 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
- 8b0cf2e Include configuration file to headers by Ron Eldor · 7 years ago
- e0e9c57 HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors by Gilles Peskine · 7 years ago
- 428cc52 Allow to forward declare of public structs #1215 by Dawid Drozd · 7 years ago
- 6fd941f Remove unneeded namesapcing in header files by Ron Eldor · 8 years ago
- a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
- 588ad50 Fix a fairly common typo in comments by Tillmann Karras · 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
- 0a4fb09 Make xxx_drbg_random() thread-safe by Manuel Pégourié-Gonnard · 10 years ago
- 8d128ef Split mbedtls_ctr_drbg_init() -> seed() by Manuel Pégourié-Gonnard · 10 years ago
- f9e9481 Split mbedtls_hmac_drbg_init() -> seed{,_buf}() 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[Renamed from include/polarssl/hmac_drbg.h]
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 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
- 9af723c Fix formatting: remove trailing spaces, #endif with comments (> 10 lines) by Paul Bakker · 11 years ago
- 088c5c5 POLARSSL_CONFIG_OPTIONS has been removed. Values are set individually by Paul Bakker · 11 years ago
- 9a6e93e Reserve -1 as an error code (used in programs) by Manuel Pégourié-Gonnard · 11 years ago
- b05db2a Save memory by not storing the HMAC key by Manuel Pégourié-Gonnard · 11 years ago
- cf38367 Fix HMAC_DRBG and RIPEMD160 error codes by Manuel Pégourié-Gonnard · 11 years ago
- f6a17d0 Fix some doc comments by Manuel Pégourié-Gonnard · 11 years ago
- 48bc3e8 Add hmac_drbg_{write,update}_seed_file() by Manuel Pégourié-Gonnard · 12 years ago
- 0520b60 Make options configurable for HMAC_DRBG by Manuel Pégourié-Gonnard · 12 years ago
- efc8d80 Use safer names for macros by Manuel Pégourié-Gonnard · 12 years ago
- 658dbed Add automatic periodic reseeding by Manuel Pégourié-Gonnard · 12 years ago
- af786ff Add hmac_drbg_set_prediction_resistance() by Manuel Pégourié-Gonnard · 12 years ago
- 8fc484d Add hmac_drbg_reseed() by Manuel Pégourié-Gonnard · 12 years ago
- 4e669c6 Add hmac_drbg_set_entropy_len() by Manuel Pégourié-Gonnard · 12 years ago
- fe34a5f Add entropy callbacks to HMAC_DRBG by Manuel Pégourié-Gonnard · 12 years ago
- 8208d16 Add hmac_random_with_add() by Manuel Pégourié-Gonnard · 12 years ago
- 490bdf3 Add minimalistic HMAC_DRBG implementation by Manuel Pégourié-Gonnard · 12 years ago