- 68d9cbc Removes mode param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
- 613d1a4 Removes p_rng param from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
- ac13312 Removes f_rng parameter from mbedtls_rsa_pkcs1_verify by Thomas Daubney · 4 years, 3 months ago
- de9fdc4 Removes mode param from mbedtls_rsa_rsassa_pss_sign by Thomas Daubney · 4 years, 3 months ago
- 5265498 Removes mode param from mbedtls_rsa_rsassa_pkcs1_v15_sign by Thomas Daubney · 4 years, 3 months ago
- 140184d Removes mode param from mbedtls_rsa_pkcs1_sign by Thomas Daubney · 4 years, 3 months ago
- fa1581e Modifies typedef of mbedtls_pk_rsa_alt_sign_func by Thomas Daubney · 4 years, 3 months ago
- 141700f Removes mode param from mbedtls_rsa_rsaes_oaep_encrypt by Thomas Daubney · 4 years, 3 months ago
- 53e4ac6 Removes mode param from mbedtls_rsa_rsaes_pkcs1_v15_encrypt by Thomas Daubney · 4 years, 3 months ago
- 2177277 Removes mode param from mbedtls_rsa_pkcs1_encrypt by Thomas Daubney · 4 years, 3 months ago
- 0fdd8d2 Adding correction to documentation by Thomas Daubney · 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
- 9991414 Preparatory commit to remove tests by Thomas Daubney · 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
- 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
- e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
- 2c8041d Merge pull request #4433 from bensze01/psa_aead_output_size by Gilles Peskine · 4 years, 3 months ago
- da95ef9 Remove PSA AEAD output size compatibility macros by Bence Szépkúti · 4 years, 3 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
- bd98df7 Update documentation of AEAD output size macros by Bence Szépkúti · 4 years, 3 months ago
- 12f93f4 Merge pull request #4407 from ARMmbed/dev3_signoffs by Dave Rodgman · 4 years, 3 months ago
- c338cef Add notes to the documentation about CMAC_ALT algorithm support by Steven Cooreman · 4 years, 3 months ago
- 456d29c Rename mbedtls_error_add_ext to mbedtls_error_add by Chris Jones · 4 years, 4 months ago
- 894b9c4 Add documentation for change in CMAC self-test behaviour by Steven Cooreman · 4 years, 4 months ago
- e11e814 Improve documentation for error code checking by Chris Jones · 4 years, 4 months ago
- 9a97a13 Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
- f6b677e Merge pull request #4349 from mpg/apply-4334-3.0 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- e8e450a Merge pull request #4254 from mstarzyk-mobica/remove_libpkcs11-helper by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- 1216233 Merge pull request #4391 from gilles-peskine-arm/error-on-removed-options-20210421 by Manuel Pégourié-Gonnard · 4 years, 4 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
- bfa03e3 Update psa_util.h by Tomasz Rodziewicz · 4 years, 4 months ago
- 3408d60 revert the error.h file include in psa_util.c by TRodziewicz · 4 years, 4 months ago
- d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 4 months ago
- 33946bb Two platform error codes moved to error.h to fix _without_platform test by TRodziewicz · 4 years, 4 months ago
- 1dda21c Make sure we don't underflow in the size macros by Bence Szépkúti · 4 years, 4 months ago
- b639d43 Move and rename PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
- f5a1fe9 Explicitly check non-boolean values against zero by Bence Szépkúti · 4 years, 4 months ago
- f9c7b3e Remove PKCS#11 library wrapper. by Mateusz Starzyk · 4 years, 5 months ago
- 1cc91e7 Merge pull request #4366 from gilles-peskine-arm/development_3.0-merge_2.x-20210419 by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- 16529bd Merge pull request #4344 from TRodziewicz/remove_deprecated_things_in_crypto_compat_h by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- ee25913 Merge branch 'development' into development_3.0 by Gilles Peskine · 4 years, 4 months ago
- a58625f Remove optional SHA-1 in the default TLS configuration. by Mateusz Starzyk · 4 years, 4 months ago
- 2333e63 Revert 2 files conflicting after previous push in the Github. by TRodziewicz · 4 years, 4 months ago
- 359411f Adjust documentation of PSA_ALG_AEAD_IS_BASE_EQUAL by Bence Szépkúti · 4 years, 4 months ago
- 31e27af Reword the builtin key language on persistency declaration by Steven Cooreman · 4 years, 4 months ago
- 607c0af Simplify PSA AEAD output size compatibility macros by Bence Szépkúti · 4 years, 4 months ago
- 7e31009 Further reduce macro expansion by Bence Szépkúti · 4 years, 4 months ago
- 598e929 Rework PSA_AEAD_NONCE_LENGTH to reduce expansion by Bence Szépkúti · 4 years, 4 months ago
- 0d8da39 Mark unused macro argument as unused by Bence Szépkúti · 4 years, 5 months ago
- b938b0b Documentation clarification after review by Steven Cooreman · 4 years, 4 months ago
- c8b9534 Change signature of mbedtls_psa_platform_get_builtin_key by Steven Cooreman · 4 years, 5 months ago
- 203bcbb Style fixes (typos, whitespace, 80 column limit) by Steven Cooreman · 4 years, 5 months ago
- 6801f08 Implement support for MBEDTLS_PSA_CRYPTO_BUILTIN_KEYS by Steven Cooreman · 4 years, 6 months ago
- eb1a301 Update documentation references to the AEAD macros by Bence Szépkúti · 4 years, 5 months ago
- 12116bc Update the AEAD output size macros by Bence Szépkúti · 4 years, 5 months ago
- f7b6b4e Align code style with the rest of the file by Bence Szépkúti · 4 years, 5 months ago
- 30f91a4 Mark AEAD compatibility macros as deprecated by Bence Szépkúti · 4 years, 5 months ago
- 670df7a Rename AEAD output size macros in crypto_compat.h by Bence Szépkúti · 4 years, 5 months ago
- 8810fd3 Copy AEAD output size macros to crypto_compat.h by Bence Szépkúti · 4 years, 5 months ago
- c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
- 136b398 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
- 93c0847 Revert "Remove deprecated things from hashing modules" by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- c039514 Merge pull request #4334 from TRodziewicz/origin/remove_old_func_from_hashing by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- 2a1a673 Remove deprecated things from crypto_compat.h and dependent tests. by TRodziewicz · 4 years, 4 months ago
- defe10d Add compatibility macro for the inline keyword in error.h by Chris Jones · 4 years, 4 months ago
- ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
- abded0e Improve and fix documentation for error code combination by Chris Jones · 4 years, 4 months ago
- b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
- 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
- 759e30b Add MBEDTLS_ERROR_C dependency to invasive error code testing by Chris Jones · 4 years, 6 months ago
- b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
- d86ad60 Change mbedtls_set_err_add_hook to use doxygen style comment by Chris Jones · 4 years, 6 months ago
- ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
- 5e8805a Move `MBEDTLS_ERR_ADD` macro and function to `common.*` by Chris Jones · 4 years, 7 months ago
- 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
- b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
- d11ddc5 Correction in the TODO issue number by TRodziewicz · 4 years, 4 months ago
- dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
- c75d9f5 Remove deprecated things from hashing modules by TRodziewicz · 4 years, 4 months ago
- 9c63568 Remove MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME by Chris Jones · 4 years, 4 months ago
- 3b1cba8 Fix reference to deprecated macro in documentation by Bence Szépkúti · 4 years, 4 months ago
- df2e4f2 Merge pull request #4290 from ronald-cron-arm/hash-dispatch-follow-up by Ronald Cron · 4 years, 4 months ago
- 73e3e2c Merge remote-tracking branch 'origin/development' into development_new by Dave Rodgman · 4 years, 4 months ago
- b420259 Merge pull request #4174 from gilles-peskine-arm/psa-eddsa-spec by Gilles Peskine · 4 years, 4 months ago
- 7bc6a37 Merge pull request #3183 from meuter/development by Gilles Peskine · 4 years, 4 months ago
- 980230e psa: include: Update and improve multipart-op struct design notes by Ronald Cron · 4 years, 4 months ago
- dd3b539 psa: include: Clarify scope of crypto_builtin/driver_contexts.h by Ronald Cron · 4 years, 4 months ago
- 06c84ca psa: include: Merge crypto_builtin_hash.h and crypto_builtin_cipher.h by Ronald Cron · 4 years, 4 months ago
- e31fd11 psa: include: Fix comments by Ronald Cron · 4 years, 4 months ago
- d3b458c tests: psa: Fix expected error code by Ronald Cron · 4 years, 4 months ago
- 48ffe62 Merge pull request #4215 from paul-elliott-arm/remove_fallthrough by Ronald Cron · 4 years, 4 months ago