- 5ead738 Merge pull request #7503 from gilles-peskine-arm/test-argument-types-union-2.28 by Gilles Peskine · 2 years, 3 months ago
- d7570a2 Merge pull request #7536 from valeriosetti/issue7480-backport by Paul Elliott · 2 years, 3 months ago
- 0eace41 pk: fixing backport issues by Valerio Setti · 2 years, 3 months ago
- 974b816 test: check for exact length of returned pub key by Valerio Setti · 2 years, 3 months ago
- 3f8bf06 test: optimize code for pk_write_public_from_private() by Valerio Setti · 2 years, 3 months ago
- 39a6694 test: use better naming for the newly introduced test function by Valerio Setti · 2 years, 3 months ago
- 5e7494e pk: fix position for mbedtls_platform_zeroize by Valerio Setti · 2 years, 3 months ago
- b4468c4 test: fix makefile for ec_pub.[der/pem] generation by Valerio Setti · 2 years, 3 months ago
- 50dacdf test: fix wrong private key file by Valerio Setti · 2 years, 3 months ago
- 7406e96 test: add test function for public key derivation starting from private one by Valerio Setti · 2 years, 3 months ago
- aae96c9 pk: fix: clear buffer holding raw EC private key on exit by Valerio Setti · 2 years, 3 months ago
- c69614b Merge pull request #7505 from valeriosetti/issue7460-part1-backport by Manuel Pégourié-Gonnard · 2 years, 3 months ago
- dca0501 Adjust code style for pointer types and casts by Gilles Peskine · 2 years, 3 months ago
- 47903b1 typo by Gilles Peskine · 2 years, 3 months ago
- 97f5cff Add test cases with a question mark by Gilles Peskine · 2 years, 3 months ago
- 5be4083 Fix wrong comment by Gilles Peskine · 2 years, 5 months ago
- f089972 Explain the format argument expected by the test functions by Gilles Peskine · 2 years, 5 months ago
- c2fda4b Fix typos in test descriptions by Gilles Peskine · 2 years, 5 months ago
- c627917 Test the line number returned by parse_test_data by Gilles Peskine · 2 years, 5 months ago
- f599ddf Remove string hack for mbedtls_mpi_mod_int testing by Gilles Peskine · 2 years, 8 months ago
- ba72662 Allow more signed integer types in test function arguments by Gilles Peskine · 2 years, 8 months ago
- 6494d92 Support larger integer test arguments: C part by Gilles Peskine · 2 years, 8 months ago
- 615be63 parse_function_arguments: stricter type parsing by Gilles Peskine · 2 years, 8 months ago
- 46476e0 Support (void) as an argument list of a test function by Gilles Peskine · 2 years, 8 months ago
- f153c56 parse_function_arguments: extract per-argument function by Gilles Peskine · 2 years, 8 months ago
- 3a37f19 parse_function_arguments: make local_vars a list by Gilles Peskine · 2 years, 8 months ago
- 9ad7bd3 Support different types in the parameter store by Gilles Peskine · 2 years, 8 months ago
- a299043 Simplify parsing of integers in .datax files by Gilles Peskine · 2 years, 8 months ago
- 242b05b Exercise string parsing in the test framework by Gilles Peskine · 2 years, 8 months ago
- 1780875 Simplify string escapes by Gilles Peskine · 2 years, 8 months ago
- ab56a69 Factor get_function_info out of gen_from_test_data by Gilles Peskine · 2 years, 8 months ago
- f122aed Add line number to a few error messages by Gilles Peskine · 2 years, 8 months ago
- 13e836a printf testing: exercise integer parsing in the test framework by Gilles Peskine · 2 years, 8 months ago
- af2fc50 Remove stdint.h substitute for older MSVC by Gilles Peskine · 2 years, 8 months ago
- 404923e Remove declarations of the nonstandard function strcasecmp by Gilles Peskine · 2 years, 8 months ago
- a31c6eb Merge pull request #7488 from mprse/psa_init_in_programs_backport by Gilles Peskine · 2 years, 3 months ago
- 8388fdd test: use define for initializing ssl_message_queue struct by Valerio Setti · 2 years, 3 months ago
- 89ae9b6 test: fix USE_PSA_INIT position in test_suite_ssl by Valerio Setti · 2 years, 3 months ago
- 96074b1 Merge pull request #7510 from daverodgman/fix-psa-aead-chacha20-test-dependency-2.28 by Dave Rodgman · 2 years, 3 months ago
- 771552d Fix PSA AEAD ChaCha20 test dependency. by Stephan Koch · 2 years, 4 months ago
- d64e249 test: update guards also for pkwrite and pkparse by Valerio Setti · 2 years, 3 months ago
- 57456b3 test: fix max value in test_mx32 by Valerio Setti · 2 years, 3 months ago
- 5346ef5 test: minor fix for non-initialized variable by valerio · 2 years, 4 months ago
- 44570a5 test: fix USE_PSA_INIT/DONE for SSL test suite by Valerio Setti · 2 years, 4 months ago
- e7373a8 test: fix USE_PSA_INIT/DONE for x509 test suite by Valerio Setti · 2 years, 4 months ago
- 19c8196 test: fix USE_PSA_INIT/DONE for PK test suite by Valerio Setti · 2 years, 4 months ago
- f549d9c Stop supporting non-canonical case in mpi_write_string test data by Gilles Peskine · 2 years, 8 months ago
- 366e685 Remove mbedtls_ prefix from bignum test cases by Gilles Peskine · 2 years, 3 months ago
- 503f487 Merge pull request #7469 from xkqian/2.28/bignumber_update_comments by Tom Cosgrove · 2 years, 3 months ago
- 44f2694 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
- d4d049b Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
- 8fa17b6 Init PSA in fuzz programs by Przemek Stekiel · 2 years, 4 months ago
- 9dd2167 Add changelog entry (PSA initialization in sample programs) by Przemek Stekiel · 2 years, 4 months ago
- 9c0fc2d Init PSA in pkey programs by Przemek Stekiel · 2 years, 4 months ago
- c4ddf92 Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
- af48f3c Remove print from mini_client by Przemek Stekiel · 2 years, 4 months ago
- b00688f Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
- 0c9d048 cert_app: init entropy unconditionally by Przemek Stekiel · 2 years, 4 months ago
- d381d2d Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
- b5b0649 Merge pull request #7470 from xkqian/2.28/bignumber_ecp_update by Janos Follath · 2 years, 3 months ago
- c14776c Merge pull request #7456 from valeriosetti/issue7446-backport by Manuel Pégourié-Gonnard · 2 years, 3 months ago
- a4d460c test_suite_pkwrite: replace memcpy with memmove by Valerio Setti · 2 years, 3 months ago
- 755582b fix typos by Valerio Setti · 2 years, 3 months ago
- 3b608de fix new line difference in Windows by Valerio Setti · 2 years, 3 months ago
- 8738bc4 Update gen_prvkey_mx paras to align with comments and c code by Xiaokang Qian · 2 years, 4 months ago
- 0e5a27b Update links of references in bignum code by Xiaokang Qian · 2 years, 4 months ago
- f1477da test: pkwrite: backport of issue 7446 by Valerio Setti · 2 years, 4 months ago
- e323fb3 Merge pull request #7409 from yanesca/lts-lifetime-clarification-2.28 by Dave Rodgman · 2 years, 4 months ago
- 205c508 Update BRANCHES.md by Janos Follath · 2 years, 4 months ago
- f462d20 BRANCHES.md: improve wording by Janos Follath · 2 years, 4 months ago
- b76bcfb Merge pull request #7332 from yanrayw/2.28_7285-followup-of-PR6500 by Gilles Peskine · 2 years, 4 months ago
- 36c66a8 Clarify LTS lifetime by Janos Follath · 2 years, 4 months ago
- 83faeca Merge pull request #7386 from daverodgman/timing_alignment-2.28 by Dave Rodgman · 2 years, 4 months ago
- 2497c6b Whitespace fix by Dave Rodgman · 2 years, 4 months ago
- 6ab5d5c Fix trailing whitespace by Dave Rodgman · 2 years, 4 months ago
- 8f109fc Fix use of uninitialised variable by Dave Rodgman · 2 years, 4 months ago
- b2e3c7a Tidy-up by Dave Rodgman · 2 years, 4 months ago
- 3fead76 Test that setting reset actually does something by Dave Rodgman · 2 years, 4 months ago
- 8dde24e Tidy-up by Dave Rodgman · 2 years, 4 months ago
- 42a5bb1 Fix failure to write back when reset != 0; tidy-up by Dave Rodgman · 2 years, 4 months ago
- 0feecbd Copy the struct to align it, avoiding an ABI break by Dave Rodgman · 2 years, 4 months ago
- 1a0a2c6 Fix cast alignment warning in timing.c by Dave Rodgman · 2 years, 4 months ago
- 616f23e Merge pull request #7338 from yanrayw/2.28-6500-gitignore-fix by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 87af9c3 Merge pull request #7310 from Mbed-TLS/2.28-sphinx-versioned-documentation by Dave Rodgman · 2 years, 4 months ago
- 4b30783 Add _build/ and api/ to gitignore by David Horstmann · 2 years, 4 months ago 2.28-sphinx-versioned-documentation
- 9a2ddfd Clean the breathe-apidoc files with make clean by David Horstmann · 2 years, 4 months ago
- 640d07e Merge pull request #1011 from paul-elliott-arm/mbedtls-2.28.3_mergeback by Paul Elliott · 2 years, 4 months ago
- 66ef2a0 Revert "Add exemption for make.bat in checks for tabs" by David Horstmann · 2 years, 4 months ago
- 042d845 Remove make.bat for documentation by David Horstmann · 2 years, 4 months ago
- 1c40d75 Improve docs Makefile to do full build by David Horstmann · 2 years, 4 months ago
- f15b7b6 Improve positioning of GENERATE_XML option by David Horstmann · 2 years, 5 months ago
- e760c79 Remove Exhale from requirements and regenerate by David Horstmann · 2 years, 5 months ago
- 981743d Merge pull request #1009 from paul-elliott-arm/mbedtls-2.28.3rc0-pr by Paul Elliott · 2 years, 5 months ago mbedtls-2.28.3 v2.28.3
- d82879e tests/.gitignore: ignore *.o under tests/src/test_helpers by Yanray Wang · 2 years, 5 months ago
- e4f1aac Bump version to 2.28.3 by Dave Rodgman · 2 years, 5 months ago
- 2454a16 Update BRANCHES.md by Paul Elliott · 2 years, 5 months ago
- f18db1f Assemble changelog for 2.28.3 release by Paul Elliott · 2 years, 5 months ago
- 0e4a4c5 Fix changelog formatting by Paul Elliott · 2 years, 5 months ago
- f10eb92 Rename misnamed changelog entries by Paul Elliott · 2 years, 5 months ago
- 9bf344f Add security entry to ChangeLog for AES-NI by Tom Cosgrove · 2 years, 5 months ago