- 20362cd Bump library and so versions for 3.2.0 release by Paul Elliott · 3 years, 1 month ago
- ce7d76e Merge remote-tracking branch 'mbedtls-restricted/development-restricted' into mbedtls-3.2.0rc0-pr by Ronald Cron · 3 years, 1 month ago
- 3e83098 Clarify the TLS 1.3 situation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- ff43ff6 Remove stability waiver from USE_PSA by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- 4d7af2a Merge pull request #5835 from superna9999/5831-tls-1-2-ciphersuite-selection by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 41aa808 Merge pull request #952 from gilles-peskine-arm/stdio_buffering-setbuf by Paul Elliott · 3 years, 1 month ago
- bae7a1a Merge pull request #5620 from gstrauss/dn_hints by Paul Elliott · 3 years, 1 month ago
- 790ab52 Merge pull request #5962 from gilles-peskine-arm/storage-format-doc-202206 by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 0bd76ee Fix Doxygen documentation attached to non-existent elements by Gilles Peskine · 3 years, 1 month ago
- 6497b5a Add setbuf platform function by Gilles Peskine · 3 years, 1 month ago
- bcde39c Merge pull request #5612 from tom-cosgrove-arm/tls13-config-options by Ronald Cron · 3 years, 1 month ago
- 31fcfd5 Merge pull request #5981 from mprse/hkdf_config_fix by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- afb2fe1 Document that MBEDTLS_SSL_KEEP_PEER_CERTIFICATE is required by MBEDTLS_SSL_PROTO_TLS1_3 by Tom Cosgrove · 3 years, 1 month ago
- 955993c For status values, the macro expansions must not change either by Gilles Peskine · 3 years, 1 month ago
- 7898fd4 Merge pull request #5970 from gabor-mezei-arm/5229_Send_dummy_change_cipher_spec_records_from_server by Ronald Cron · 3 years, 1 month ago
- 7d14c19 Merge pull request #5905 from gilles-peskine-arm/changelog-improvements-20220609-development by Gilles Peskine · 3 years, 1 month ago
- 999ef70 Add accessors to config DN hints for cert request by Glenn Strauss · 3 years, 5 months ago
- 9f4606e Rename mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX in mbedtls_ssl_get_ciphersuite_sig_pk_ext_XXX() by Neil Armstrong · 3 years, 1 month ago
- 0c9c10a Introduce mbedtls_ssl_get_ciphersuite_sig_pk_ext_alg() and use it in ssl_pick_cert() by Neil Armstrong · 3 years, 3 months ago
- f7044ea Fix name by Gabor Mezei · 3 years, 1 month ago
- 01d2f52 Inline mbedtls_x509_dn_get_next() in x509.h by Glenn Strauss · 3 years, 1 month ago
- 18399d8 Add comment to config_psa.h about enabling PSA_HKDF/PSA_HKDF_EXRACT/PSA_HKDF_EXPAND algs by Przemek Stekiel · 3 years, 1 month ago
- 93a7f7d Merge pull request #5954 from wernerlewis/x509_next_merged by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 4cfaae5 Save code size by calling get_type only once by Manuel Pégourié-Gonnard · 3 years, 1 month ago
- 7b39bf1 Send dummy change_cipher_spec records from TLS 1.3 server by Gabor Mezei · 3 years, 2 months ago
- b33bd19 Enable HKDF EXTRACT/EXPAND algs by Przemek Stekiel · 3 years, 2 months ago
- 22e84de Improve contract of mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 1c91b0c Clarify warning about mbedtls_pk_ec/rsa() by Manuel Pégourié-Gonnard · 3 years, 2 months ago
- 4b87387 Backward compatibility: the key store with drivers by Gilles Peskine · 3 years, 2 months ago
- 98473c4 Officially deprecate MBEDTLS_PSA_CRYPTO_SE_C by Gilles Peskine · 3 years, 2 months ago
- 7973399 Add compatibility notes regarding values embedded in the key store by Gilles Peskine · 3 years, 2 months ago
- f070a5e Document how PSA identifiers are generally constructed by Gilles Peskine · 3 years, 2 months ago
- 36aeb7f Merge pull request #5834 from mprse/HKDF_1 by Gilles Peskine · 3 years, 2 months ago
- 2f1d510 Fix incorrect param in function declaration by Werner Lewis · 3 years, 2 months ago
- b3acb05 Add mbedtls_x509_dn_get_next function by Werner Lewis · 3 years, 2 months ago
- 9b3278b Doc: the SHA256/SHA512 options also cover SHA224/SHA384 by Gilles Peskine · 3 years, 2 months ago
- 5f2bc75 Merge pull request #5792 from yuhaoth/pr/add-tls13-moving-state-tests by Paul Elliott · 3 years, 2 months ago
- 4b55a89 Merge pull request #5887 from tom-daubney-arm/mbedtls_x509_crt_ext_types_accessor by Dave Rodgman · 3 years, 2 months ago
- a5f39e0 Move accessor definition by Thomas Daubney · 3 years, 2 months ago
- 3e8249c Add PSA_WANT_ALG_HKDF_EXPAND, PSA_WANT_ALG_HKDF_EXTRACT, adapt code and dependencies by Przemek Stekiel · 3 years, 2 months ago
- 73f97d4 PSA_ALG_HKDF: add salt processing warning by Przemek Stekiel · 3 years, 2 months ago
- a29b488 Optimize code by adding PSA_ALG_IS_ANY_HKDF macro by Przemek Stekiel · 3 years, 2 months ago
- 459ee35 Fix typo and style by Przemek Stekiel · 3 years, 2 months ago
- 979aa49 Add accessor for x509 certificate extension types by Thomas Daubney · 3 years, 4 months ago
- 09858ae Merge pull request #5813 from mprse/deprecate_mbedtls_cipher_setup_psa by Gilles Peskine · 3 years, 2 months ago
- 07c2e5e Merge pull request #5860 from superna9999/4745-psa-jpake-api-fixes by Janos Follath · 3 years, 2 months ago
- 4dec0e5 fix state undeclare error by Jerry Yu · 3 years, 3 months ago
- ccffab3 Remove linkage documentation on PAKE cipher-suite helpers by Neil Armstrong · 3 years, 2 months ago
- 52625b7 Merge pull request #5876 from tom-cosgrove-arm/fix-typos-220526 by Dave Rodgman · 3 years, 2 months ago
- 1bc0ca4 Merge pull request #5875 from Summer-ARM/mbedtls-psa-crypto-config by Janos Follath · 3 years, 2 months ago
- 5ed8a0e Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
- 5892aa6 Fix typo in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 2 months ago
- 1e21144 Fix spelling and typographical errors found by cspell by Tom Cosgrove · 3 years, 2 months ago
- f0b4253 Remove duplicated PSA_WANT_ALG_CMAC in crypto_config.h by Summer Qin · 3 years, 2 months ago
- 6b916b1 Add client certificate parse and certificate verify by XiaokangQian · 3 years, 3 months ago
- ef15751 PSA PAKE API typos in documentation fixes by Neil Armstrong · 3 years, 2 months ago
- 72ab56a Overall PSA PAKE API style issues fixes by Neil Armstrong · 3 years, 2 months ago
- eb93a6f Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t by Neil Armstrong · 3 years, 2 months ago
- 2056ce5 Fix PSA_PAKE_OUTPUT_MAX_SIZE/PSA_PAKE_INPUT_MAX_SIZE commment about parameters to PSA_PAKE_OUTPUT_SIZE/PSA_PAKE_INPUT_SIZE by Neil Armstrong · 3 years, 2 months ago
- 69e348d Merge pull request #5833 from superna9999/5826-create-mbedtls-pk-can-do-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- b2f2b02 Clarify mbedtls_pk_can_do_ext() return documentation amd add warning on future addition of allowed algs & usage flags by Neil Armstrong · 3 years, 3 months ago
- e9b4581 Clarify BAD_STATE return documentation on bad ordering of input and output steps for psa_pake_input() & psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
- 0d24575 Clarify BAD_STATE return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
- 59fa8ee Update return documentation of psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
- 97d74b8 Update return documentation of psa_pake_get_implicit_key() by Neil Armstrong · 3 years, 3 months ago
- 407b27b Update return documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
- 664077e Update return documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
- 2a6dd9c Rename & update documentation of function, types, and macros for psa_pake_set_role() and associated by Neil Armstrong · 3 years, 3 months ago
- 16ff788 Update return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
- 3585168 Update return documentation of psa_pake_set_user() by Neil Armstrong · 3 years, 3 months ago
- 71cae61 Update return documentation of psa_pake_set_password_key() by Neil Armstrong · 3 years, 3 months ago
- 4721a6f Update return documentation of psa_pake_setup() by Neil Armstrong · 3 years, 3 months ago
- 1614537 Fix password wording in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 3 months ago
- 7bc71e9 Fix output_size documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
- cd974d5 Fix return documentation of PSA_PAKE_OUTPUT_SIZE by Neil Armstrong · 3 years, 3 months ago
- d5a4825 Add missing psa_pake_cs_get_bits() by Neil Armstrong · 3 years, 3 months ago
- ff9cac7 Add missing psa_pake_cs_get_family() by Neil Armstrong · 3 years, 3 months ago
- 0c8ef93 Add missing psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
- 799106b Pass input as const reference and fix documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
- 47e700e Pass cipher_suite parameter of psa_pake_setup() by const reference by Neil Armstrong · 3 years, 3 months ago
- 0151c55 Add documentation of PSA_PAKE_OPERATION_INIT by Neil Armstrong · 3 years, 3 months ago
- 5ff6a7f Add missing psa_pake_cipher_suite_init() by Neil Armstrong · 3 years, 3 months ago
- fb99302 Add missing PSA_PAKE_CIPHER_SUITE_INIT by Neil Armstrong · 3 years, 3 months ago
- a724f7a Document mbedtls_pk_can_do_ext() return for non-allowed algorithms and usage flags by Neil Armstrong · 3 years, 3 months ago
- 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
- b398d86 Update descryption of HKDF-Extract/Expand algs and fix comment by Przemek Stekiel · 3 years, 3 months ago
- 408f6a6 Add usage parameter to mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
- cec133a Fix typo in mbedtls_pk_can_do_ext() documentation by Neil Armstrong · 3 years, 3 months ago
- 1cd4f6a Merge pull request #5794 from mprse/cipher_dep by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 0b52958 Add definition of mbedtls_pk_can_do_ext() by Neil Armstrong · 3 years, 3 months ago
- a09f835 Fix CIPHER dependencies dependeny and error messages by Przemek Stekiel · 3 years, 3 months ago
- ea805b4 mbedtls_config.h, check_config.h: fix CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
- 58f5915 Merge pull request #5732 from daverodgman/warmsocks_spellingfixes by Dave Rodgman · 3 years, 3 months ago
- 34f6ac7 Merge pull request #5812 from adeaarm/development by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
- ebf6281 crypto_values.h: fix description by Przemek Stekiel · 3 years, 3 months ago
- 6b6ce32 Add definitions for HKDF-Extract and HKDF-Expand algs by Przemek Stekiel · 3 years, 3 months ago
- 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago