- 602f986 Add change log by Ronald Cron · 4 years ago
- bf792e0 Merge pull request #3616 from militant-daos/bug_3175 by Gilles Peskine · 4 years ago
- 59244e8 Actually use the READ_TIMEOUT_MS in the sample DTLS client and server by Ryan LaPointe · 4 years ago
- e483a77 Merge pull request #816 from ARMmbed/development by Dave Rodgman · 4 years ago
- 9907e2c Improve wording of ChangeLog entry by Paul Elliott · 4 years ago
- 3949065 Fix incorrect case in changelog entry by Paul Elliott · 4 years ago
- 6f21e11 Add Changelog entry by Paul Elliott · 4 years ago
- 0135516 Merge pull request #4203 from paul-elliott-arm/memsan_fix_build by paul-elliott-arm · 4 years ago
- 74755e4 Update Changelog for 2.26.0 by Dave Rodgman · 4 years ago
- b4fe105 Add missing changelog entry by Dave Rodgman · 4 years ago
- 2d83ac1 Add a missing changelog entry by Dave Rodgman · 4 years ago
- 5cce6a2 Merge branch 'development-restricted' into mbedtls-2.26.0-rc by Dave Rodgman · 4 years ago
- e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years ago
- fb91a48 Fix memsan build with clang 11 by Paul Elliott · 4 years ago
- a5dce14 Fixup changelog formatting by Paul Elliott · 4 years ago
- 7de9e2d Language / verbiage fixes by Steven Cooreman · 4 years, 1 month ago
- 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 1 month ago
- caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 1 month ago
- ee18b1f Style and language updates after review by Steven Cooreman · 4 years, 1 month ago
- b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 1 month ago
- ddf4374 Fix stack buffer overflow in net functions with large file descriptor by Gilles Peskine · 4 years, 1 month ago
- b4e4bfd Add Changelog entry by Paul Elliott · 4 years, 1 month ago
- b158321 Make entropy double-free work by Gilles Peskine · 4 years, 1 month ago
- 4337a9c Document mutex usage for RSA by Gilles Peskine · 4 years, 1 month ago
- 1226ece Changelog entry for RSA mutex usage fix by Gilles Peskine · 4 years, 1 month ago
- 71edf74 Changelog entry for DRBG mutex usage fix by Gilles Peskine · 4 years, 1 month ago
- d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 1 month ago
- d548d96 Clarify where mbedtls_psa_get_random might be useful by Gilles Peskine · 4 years, 1 month ago
- e3ed802 Expose mbedtls_psa_get_random() by Gilles Peskine · 4 years, 1 month ago
- bb86d0c Merge pull request #3995 from stevew817/feature/psa_configurable_static_ram_usage by Gilles Peskine · 4 years, 1 month ago
- 495ef98 Merge pull request #3976 from devnexen/fbsd_dfly_upd by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 863470a Rename PSA_KEY_SLOT_COUNT to MBEDTLS_PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 1 month ago
- 4971c3f Changelog entry. by David Carlier · 4 years, 1 month ago
- 7976574 Allow tweaking PSA_KEY_SLOT_COUNT by Steven Cooreman · 4 years, 1 month ago
- 59ad770 Merge pull request #4131 from paul-elliott-arm/fix_crypto_leak by Gilles Peskine · 4 years, 1 month ago
- 5cd00d2 Merge pull request #4092 from ronald-cron-arm/psa-crypto-client by Ronald Cron · 4 years, 1 month ago
- d17062e Correct english in changelog. by Paul Elliott · 4 years, 1 month ago
- a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 1 month ago
- da3e7db Fix memory leak in error case in psa_crypto by Paul Elliott · 4 years, 1 month ago
- 07907ae Add change log entry by Ronald Cron · 4 years, 1 month ago
- 2fa6b5f ECC import: more useful choice of INVALID_ARGUMENT vs NOT_SUPPORTED by Gilles Peskine · 4 years, 1 month ago
- 6a32ad8 Merge pull request #4094 from d-otte/development by Janos Follath · 4 years, 1 month ago
- da43d78 adjusting Changelog entry for PR #4094 by Daniel Otte · 4 years, 1 month ago
- 21cbe4a adding entry file to ChangeLog.d for PR4094 by Daniel Otte · 4 years, 1 month ago
- c8a9177 mbedtls_mpi_sub_abs: fix buffer overflow in error case by Gilles Peskine · 4 years, 1 month ago
- 53943ca Merge pull request #3992 from stevew817/feature/ecp_no_fallback by Gilles Peskine · 4 years, 2 months ago
- 318515b Merge pull request #3984 from gabor-mezei-arm/3268_update_macros_for_ouput_buffer_size_renames by Ronald Cron · 4 years, 2 months ago
- 47278ee Add changelog entry by gabor-mezei-arm · 4 years, 2 months ago
- 6226a12 Documentation update for MBEDTLS_ECP_NO_FALLBACK by Steven Cooreman · 4 years, 2 months ago
- 97b4984 Add a flag for disabling fallback in ecp.c by Steven Cooreman · 4 years, 2 months ago
- ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 2 months ago
- a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 2 months ago
- 75fdd06 Merge pull request #3973 from stroebeljc/development by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- 03ee383 Updated change description as suggested by @gilles-peskine-arm. by stroebeljc · 4 years, 2 months ago
- 73d7832 Merge pull request #3969 from frestr/bugfix/psa_close_key_leak by Gilles Peskine · 4 years, 2 months ago
- e67ba98 Fixed verb tense in change log. by stroebeljc · 4 years, 2 months ago
- 2b50d78 Fixed incorrect change log formatting. by stroebeljc · 4 years, 2 months ago
- d4de1b5 Updated per comments from @gilles-peskine-arm. by stroebeljc · 4 years, 2 months ago
- 6a5f10c Added ChangeLog entry for related issue. by ENT\stroej1 · 4 years, 3 months ago
- 462aa57 PSA Crypto: Don't skip key data removal when SE driver is not in use by Fredrik Strupe · 4 years, 3 months ago
- 0bd9d22 Add Changelog entry by Bence Szépkúti · 4 years, 3 months ago
- 7ac5fd1 Assemble ChangeLog by Janos Follath · 4 years, 3 months ago
- 248900d Fix Changelog format by Janos Follath · 4 years, 3 months ago
- debe719 Add missing ChangeLog entries by Janos Follath · 4 years, 3 months ago
- a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 3 months ago
- 6d5c7bc Merge pull request #3898 from paul-elliott-arm/fix_pem_write by Gilles Peskine · 4 years, 3 months ago
- 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 3 months ago
- 6879f42 Add changelog by Bence Szépkúti · 4 years, 3 months ago
- 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 3 months ago
- 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 3 months ago
- 22a1911 NIST_KW in cipher: credit the reporter by Gilles Peskine · 4 years, 3 months ago
- 3aae5d4 Merge pull request #781 from mpg/cipher-auth-crypt-restricted by Janos Follath · 4 years, 3 months ago
- 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 3 months ago
- e410bf7 Add changelog entry for the memory management fixes by Gilles Peskine · 4 years, 3 months ago
- 1bfeb8a Add changelog entry file for bugfix 2927 by gacquroff · 4 years, 3 months ago
- add9948 Fix whitespace in changelog entry by Chris Jones · 4 years, 3 months ago
- 6df9052 Add ChangeLog entries for auth_crypt changes by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 227366b Merge branch 'development' into development-restricted by Gilles Peskine · 4 years, 3 months ago
- 54a6f23 Merge pull request #3930 from ccvca/fix_missing_argument by Gilles Peskine · 4 years, 3 months ago
- a282984 Merge pull request #773 from paul-elliott-arm/discrepancy_cert by Gilles Peskine · 4 years, 3 months ago
- 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 16187a2 Add ChangeLog entry for modular exponentiation size limit by Chris Jones · 4 years, 4 months ago
- 883d304 Fix: Add missing arguments to debug message. by Christian von Arnim · 4 years, 4 months ago
- ca17ebf Add tag check to cert algorithm check by Paul Elliott · 4 years, 4 months ago
- 436400e Handle random generator failure in mbedtls_mpi_fill_random() by Gilles Peskine · 4 years, 4 months ago
- 683028a Add changelog entry file to `ChangeLog.d` by Rodrigo Dias Correa · 4 years, 4 months ago
- 68cc434 PSA support for HMAC_DRBG: changelog entry by Gilles Peskine · 4 years, 4 months ago
- 9aaa3e1 Merge pull request #3786 from stevew817/feature/generate_pubkey_in_driver by Gilles Peskine · 4 years, 4 months ago
- 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 4 months ago
- 0737c09 Added changelog by Steven Cooreman · 4 years, 4 months ago
- a3d9dac Add change log by Ronald Cron · 4 years, 4 months ago
- c704314 Merge pull request #3867 from gilles-peskine-arm/error-include-string by Gilles Peskine · 4 years, 4 months ago
- 9f4a01c Merge pull request #3571 from gufe44/arc4random_buf-implicit by Gilles Peskine · 4 years, 4 months ago
- b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 4 months ago
- e3994d7 Merge pull request #3836 from bensze01/ecb_iv_fix by Gilles Peskine · 4 years, 4 months ago
- a8e40dd Do not set IV size for ECB mode ciphers by Bence Szépkúti · 4 years, 4 months ago
- 6b87993 Merge pull request #3609 from gilles-peskine-arm/aes-zeroize-less by Gilles Peskine · 4 years, 4 months ago
- 44c0a0a Stick to ChangeLog rules by Johan Pascal · 4 years, 5 months ago
- 935b4f9 Merge pull request #3407 from RcColes/development by Gilles Peskine · 4 years, 5 months ago
- 01fc209 Merge pull request #3748 from torstenes/3740_PSA_key_storage_systematically_store_bits by Gilles Peskine · 4 years, 5 months ago