- e13d308 Add invalid context as a possible reason for _BAD_INPUT error code by Ronald Cron · 4 years, 2 months ago
- 542957d Add some API calling order documentation by Ronald Cron · 4 years, 2 months ago
- 7c41cd2 Split operation start and the declaration of data lengths by Ronald Cron · 4 years, 2 months ago
- 51584c6 Prefer ad to add as shorthand for additional/associated data by Ronald Cron · 4 years, 2 months ago
- ff92479 Wording improvement by Ronald Cron · 4 years, 2 months ago
- 84cb8e0 Add invalid mode as mbedtls_ccm_start() possible error by Ronald Cron · 4 years, 2 months ago
- b87fe01 Remove buffer overlap considerations by Ronald Cron · 4 years, 2 months ago
- 86e6c9f Improve expected context state for some APIs by Ronald Cron · 4 years, 2 months ago
- 0cc60f9 Improve some length parameter descriptions by Ronald Cron · 4 years, 2 months ago
- c0cc7ba Change from total_input_len to plaintext_len as parameter name by Ronald Cron · 4 years, 2 months ago
- eabc3af Align length and additional data shorthand in parameter names by Ronald Cron · 4 years, 2 months ago
- 4c2a379 State explicitly that multi-part CCM is not implemented in Mbed TLS yet by Ronald Cron · 4 years, 2 months ago
- 9ca2550 Fix mbedtls_ccm_finish() error code description by Ronald Cron · 4 years, 2 months ago
- 2d40b10 Fix mbedtls_ccm_update() buffered output description by Ronald Cron · 4 years, 2 months ago
- d1a29a9 Align mbedtls_ccm_update_ad() and mbedtls_ccm_update() descriptions by Ronald Cron · 4 years, 2 months ago
- 5905f91 Improve mbedtls_ccm_starts() description by Ronald Cron · 4 years, 2 months ago
- 266694e Define CCM multi-part API by Ronald Cron · 4 years, 3 months ago
- 7fc487c Merge pull request #4347 from hanno-arm/ssl_session_cache_3_0 by Janos Follath · 4 years, 3 months ago
- 59c4412 Merge pull request #4497 from netfoundry/fix-mingw-build-development by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- ca72287 Merge pull request #4304 from mstarzyk-mobica/convert_NO_SHA384_to_positive by Ronald Cron · 4 years, 3 months ago
- 49fef37 Merge pull request #4342 from gilles-peskine-arm/gcm-update-any-length by Ronald Cron · 4 years, 3 months ago
- 17011a3 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
- 425e23e Fix notes for is384 parameter by Mateusz Starzyk · 4 years, 3 months ago
- 1af28f9 Fix SHA224 documentation in default config. by Mateusz Starzyk · 4 years, 3 months ago
- 729fa5b Merge pull request #4450 from mstarzyk-mobica/remove_null_entropy by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 2213871 Merge pull request #4489 from TRodziewicz/Remove__SSL_RECORD_CHECKING by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 0e3ec27 Merge pull request #4506 from gilles-peskine-arm/array-parameters-to-pointers-sha512 by Ronald Cron · 4 years, 3 months ago
- af5b26a Fix parameter names in documentation by Gilles Peskine · 4 years, 3 months ago
- fe561fe Doxygen: use \p for parameter names by Gilles Peskine · 4 years, 3 months ago
- 9d2d6c9 Clarfiy SHA224 and SHA256 documentation by Mateusz Starzyk · 4 years, 3 months ago
- c722ebb Update SHA-224 documentation. by Mateusz Starzyk · 4 years, 3 months ago
- 4228f89 Merge branch 'development' into convert_NO_SHA384_to_positive by Mateusz Starzyk · 4 years, 3 months ago
- b7bb0687 Rework and reword the guarantees on output_size by Gilles Peskine · 4 years, 3 months ago
- d9380b5 Document reasons for MBEDTLS_ERR_GCM_BAD_INPUT in update and finish by Gilles Peskine · 4 years, 3 months ago
- 8e8cdd1 Add some information about the multipart calling sequence by Gilles Peskine · 4 years, 3 months ago
- 518fdb0 Fix size/length confusion in documentation by Gilles Peskine · 4 years, 3 months ago
- 5211818 Fix copypasta in the description of mbedtls_gcm_update_ad by Gilles Peskine · 4 years, 3 months ago
- 96d6e08 Make the formatting of numbers consistent by Gilles Peskine · 4 years, 3 months ago
- fdcde47 Merge pull request #4458 from davidhorstmann-arm/remove-max-content-len by Ronald Cron · 4 years, 3 months ago
- 864b425 Merge pull request #4488 from tom-daubney-arm/remove_rsa_mode_params by Gilles Peskine · 4 years, 3 months ago
- 0fdd8d2 Adding correction to documentation by Thomas Daubney · 4 years, 3 months ago
- 5605911 Merge pull request #4447 from hanno-arm/ssl_config_cleanup by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 9caed14 Fix typo in ssl session cache documentation by Hanno Becker · 4 years, 3 months ago
- 0d05f40 Clarify that session cache query must return free-able session by Hanno Becker · 4 years, 3 months ago
- 0248785 Document session cache callbacks by Hanno Becker · 4 years, 3 months ago
- d7b3d92 Change sha256 output type from an array to a pointer by Gilles Peskine · 4 years, 3 months ago
- e02e02f Change sha512 output type from an array to a pointer by Gilles Peskine · 4 years, 3 months ago
- 3473308 Remove mode param from mbedtls_rsa_rsaes_pkcs1_v15_decrypt by Thomas Daubney · 4 years, 3 months ago
- d21e0b7 Remove mode parameter from mbedtls_rsa_rsaes_oaep_decrypt function by Thomas Daubney · 4 years, 3 months ago
- c7feaf3 Remove mode param from mbedtls_rsa_pkcs1_decrypt by Thomas Daubney · 4 years, 3 months ago
- e42a50d use proper formatting macros when using MinGW provided stdio add changelog entry by eugene · 4 years, 3 months ago
- 9991414 Preparatory commit to remove tests by Thomas Daubney · 4 years, 3 months ago
- 102c89e Remove the MBEDTLS_SSL_RECORD_CHECKING option by TRodziewicz · 4 years, 3 months ago
- 72f60df Remove MBEDTLS_TEST_NULL_ENTROPY config option. by Mateusz Starzyk · 4 years, 3 months ago
- 1e8ca12 Fix typos in C header files by Tobias Nießen · 4 years, 3 months ago
- 95d516f Remove MBEDTLS_SSL_MAX_CONTENT_LEN option by David Horstmann · 4 years, 3 months ago
- 6326a8d Fix SHA definitions and their dependencies in library and test suites. by Mateusz Starzyk · 4 years, 3 months ago
- b548cda Merge pull request #4397 from TRodziewicz/change_config_h_defaults by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 532ca93 Trailing spaces removed from comments in config.h by Tomasz Rodziewicz · 4 years, 3 months ago
- 1fc7c4c Update config.h by Tomasz Rodziewicz · 4 years, 3 months ago
- dd57b2f Merge pull request #4445 from TRodziewicz/remove_deprecated_things_-_remainder by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 6c3fe31 Update config.h by Tomasz Rodziewicz · 4 years, 3 months ago
- c1c479f Fllow-up of the review: ChangeLog expansion, mmigration guides added and comments fixed by TRodziewicz · 4 years, 3 months ago
- 98d00d0 Merge pull request #4426 from ronald-cron-arm/remove-enable-weak-ciphersuites by Ronald Cron · 4 years, 3 months ago
- 3268d84 Remove unused error code MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED by Hanno Becker · 4 years, 3 months ago
- 56ee9e5 Remove MBEDTLS_ERR_SSL_INVALID_VERIFY_HASH by Hanno Becker · 4 years, 3 months ago
- 91e1cc3 Remove MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE error code by Hanno Becker · 4 years, 3 months ago
- eca840f Remove unused MBEDTLS_ERR_SSL_PEER_VERIFY_FAILED by Hanno Becker · 4 years, 3 months ago
- b86e588 Remove unused MBEDTLS_ERR_SSL_UNKNOWN_CIPHER by Hanno Becker · 4 years, 3 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
- 1a85d3b Merge pull request #4146 from stevew817/allow_skipping_3des_cmac_when_alt by Ronald Cron · 4 years, 3 months ago
- c86f330 Merge pull request #3777 from hanno-arm/x509-info-optimization_rebased by Dave Rodgman · 4 years, 3 months ago
- 2add5c1 On second thought changing the way the test is run by TRodziewicz · 4 years, 3 months ago
- e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
- e66f49c Merge branch 'development_3.0' into change_config_h_defaults by Tomasz Rodziewicz · 4 years, 3 months ago
- 92b1feb addind check_config.h to the commit by TRodziewicz · 4 years, 3 months ago
- e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 4 months ago
- 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
- 2c74586 Comment out MBEDTLS_X509_REMOVE_INFO in default config.h by Chris Jones · 4 years, 8 months ago
- 88c2bf3 Minor style improvements by Hanno Becker · 6 years ago
- 7ac83f9 Print X.509 verify info strings even if MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
- 612a2f1 Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO by Hanno Becker · 4 years, 10 months ago
- 9a969b6 Reduce code size when mbedtls_x509_*_info() unused by Peter Kolbus · 7 years ago
- cee4270 Remove MBEDTLS_ENABLE_WEAK_CIPHERSUITES configuration option by Ronald Cron · 4 years, 3 months ago
- 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
- ede3085 Add ChangeLog file and fix comment in config.h by TRodziewicz · 4 years, 3 months ago
- c338cef Add notes to the documentation about CMAC_ALT algorithm support by Steven Cooreman · 4 years, 3 months ago
- 85aff9f Correction fixing the test_depends_curves_psa falure by TRodziewicz · 4 years, 3 months ago
- 456d29c Rename mbedtls_error_add_ext to mbedtls_error_add by Chris Jones · 4 years, 3 months ago
- 894b9c4 Add documentation for change in CMAC self-test behaviour by Steven Cooreman · 4 years, 3 months ago
- e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 3 months ago
- b133605 Test why the test_depends_curves_psa fails in CI by Tomasz Rodziewicz · 4 years, 3 months ago
- 7062796 Testing the failed ubuntu test by TRodziewicz · 4 years, 3 months ago
- 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
- f6b677e Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- e8e450a Merge pull request #4254 from mstarzyk-mobica/remove_libpkcs11-helper by Manuel Pégourié-Gonnard · 4 years, 3 months ago
- 1818d96 Four config.h defaults have been changed. by TRodziewicz · 4 years, 3 months ago
- cc26e3b Remove extraneous word by Gilles Peskine · 4 years, 4 months ago
- fa4e4b8 Error out if attempting to use a removed feature by Gilles Peskine · 4 years, 4 months ago