- addeee4 mbedtls_config: add new MBEDTLS_PK_PARSE_EC_COMPRESSED symbol by Valerio Setti · 2 years, 2 months ago
- 5760bf7 Merge pull request #7641 from valeriosetti/issue7614 by Gilles Peskine · 2 years, 2 months ago
- 680233d Merge pull request #7680 from paul-elliott-arm/raw_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
- 01cc88a config_psa: replace USE symbols with BASIC one for all KEY_PAIRs by Valerio Setti · 2 years, 2 months ago
- b0d9aae psa: move PSA_WANT checks to check_crypto_config by Valerio Setti · 2 years, 2 months ago
- 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
- a426dc3 Merge pull request #7782 from gilles-peskine-arm/mbedtls_ecp_modulus_type-move by Janos Follath · 2 years, 2 months ago
- f45a5a0 Merge pull request #7700 from silabs-Kusumit/PBKDF2_output_bytes by Gilles Peskine · 2 years, 2 months ago
- 637c049 Move mbedtls_ecp_modulus_type out of the public headers by Gilles Peskine · 2 years, 2 months ago
- 246e51f Add cleanup for intermediate buffer by Kusumit Ghoderao · 2 years, 2 months ago
- a2e48f7 Split out mbedtls_ecp_mod_p448_raw() by Paul Elliott · 2 years, 2 months ago
- b4df176 Merge pull request #7637 from paul-elliott-arm/fixed_ecp_mod_p448 by Paul Elliott · 2 years, 2 months ago
- 2e7d572 Merge pull request #7624 from daverodgman/aes-perf by Dave Rodgman · 2 years, 2 months ago
- 6edf8b8 Merge pull request #7451 from yanrayw/7376_aes_128bit_only by Tom Cosgrove · 2 years, 2 months ago
- d07761c add return statement by Kusumit Ghoderao · 2 years, 2 months ago
- 28a97ac code style by Dave Rodgman · 2 years, 2 months ago
- bed9ac7 Optimise final 2 rounds by Paul Elliott · 2 years, 2 months ago
- d05e7f1 Do not use NEON for AES-CBC on aarch64 by Dave Rodgman · 2 years, 2 months ago
- 906c63c Revert "improve cbc encrypt perf" by Dave Rodgman · 2 years, 2 months ago
- b8f7305 Replace sizeof(mbedtls_mpi_uint) with ciL define by Paul Elliott · 2 years, 2 months ago
- 257ea00 Use output block as U_accumulator by Kusumit Ghoderao · 2 years, 2 months ago
- 3646dc7 Fix coding style issue by Paul Elliott · 2 years, 2 months ago
- 436f2ad Three round solution by Paul Elliott · 2 years, 2 months ago
- 14f65a4 Merge pull request #7714 from daverodgman/sha3-update by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 5c394ff Use a single fast-path in mbedtls_xor, gains around 1% in benchmarks by Dave Rodgman · 2 years, 2 months ago
- 159dc09 Code style by Dave Rodgman · 2 years, 2 months ago
- 360e04f Fix AES-XTS perf regression by Dave Rodgman · 2 years, 2 months ago
- f32176c Remove unnecessary cast by Dave Rodgman · 2 years, 2 months ago
- ef2aa0e Fix "unterminated '#pragma clang attribute push'" in sha256/sha512.c by Tom Cosgrove · 2 years, 2 months ago
- 6d4933e Replace use of MBEDTLS_SHA3_C with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 2 months ago
- d9ec1af Fix failing Ci by Kusumit Ghoderao · 2 years, 2 months ago
- e5e8ba6 Merge pull request #7666 from mprse/ip_info by Gilles Peskine · 2 years, 2 months ago
- 95b43a0 Merge pull request #7651 from daverodgman/fix-armclang-compile-fail by Gilles Peskine · 2 years, 2 months ago
- 109ee3d Use size of buffer for mac_size by Kusumit Ghoderao · 2 years, 2 months ago
- b821a5f Use multipart mac operation for adding salt and counter by Kusumit Ghoderao · 2 years, 2 months ago
- fcdd047 Replace loop zeroise with memset by Xiaokang Qian · 2 years, 2 months ago
- 035e5fc Add comments to 448 optimised reduction by Janos Follath · 2 years, 2 months ago
- ff45d44 Replace MBEDTLS_MD_CAN_SHA3 with MBEDTLS_MD_CAN_SHA3_xxx by Dave Rodgman · 2 years, 2 months ago
- 2c91f4b Fix for big-endian architectures by Dave Rodgman · 2 years, 2 months ago
- 2f0f998 Unify ABSORB and ABSORB8 to fix compile error by Dave Rodgman · 2 years, 2 months ago
- b61cd10 Correct minor merge mistakes by Dave Rodgman · 2 years, 2 months ago
- 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
- f213d0a Tidy-up by Dave Rodgman · 2 years, 2 months ago
- 1b42763 Remove NULL checks by Dave Rodgman · 2 years, 2 months ago
- cf4d2bd Spell as SHA-3 not SHA3 by Dave Rodgman · 2 years, 2 months ago
- 9d7fa93 move mbedtls_sha3_family_functions out of public interface by Dave Rodgman · 2 years, 2 months ago
- 1789d84 remove not-needed fields from SHA-3 context by Dave Rodgman · 2 years, 2 months ago
- bcfd79c Consume input in 8-byte chunks by Dave Rodgman · 2 years, 2 months ago
- 2070c20 Avoid possible NEON alignment issue by Dave Rodgman · 2 years, 2 months ago
- 9d1635e Revert not-useful changes to AES-CBC decrypt by Dave Rodgman · 2 years, 2 months ago
- f1e396c improve cbc encrypt perf by Dave Rodgman · 2 years, 2 months ago
- 3f47b3f Extend NEON use to 32-bit Arm by Dave Rodgman · 2 years, 2 months ago
- 13230a4 Merge pull request #7349 from mpg/rm-hash-info by Gilles Peskine · 2 years, 2 months ago
- d598eaf Merge pull request #7106 from davidhorstmann-arm/parse-oid-from-string by Gilles Peskine · 2 years, 2 months ago
- 4d3fc21 Use safe snprintf by Przemek Stekiel · 2 years, 2 months ago
- 01cb6eb Fix parsing of SAN IP (use mbedtls_snprintf, validate buffer length) by Przemek Stekiel · 2 years, 2 months ago
- 093c97d Add separate case for ip address by Przemek Stekiel · 2 years, 2 months ago
- 0ab5b93 Add support for parsing SAN IP address by Przemek Stekiel · 2 years, 2 months ago
- f6a0d57 Add pbkdf2 function to key_derivation_output_bytes by Kusumit Ghoderao · 2 years, 2 months ago
- a4346cd Add pbkdf2_generate_block function by Kusumit Ghoderao · 2 years, 2 months ago
- cf61a74 Add static check for macros that should be in sync by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 28f504e Use PSA-neutral function for availability check by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 725d2e2 Fix guard for PSA->MD error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- b3b54ab Fix duplicated definition of a function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 3761e9e Use function instead of macro for error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 02b10d8 Add missing include by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- ddbf61a Use general framework for PSA status conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 1f2a587 Use actual function instead of static inline by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 36fb12e Add MD <-> PSA translation functions to MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 1b180be Remove unused function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 8857984 Replace hash_info macro with MD macro by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 9b41eb8 Replace hash_info_get_type with MD function by Manuel Pégourié-Gonnard · 2 years, 4 months ago
- 5c3d6e2 Merge pull request #7575 from AndrzejKurek/URI-SAN-verification by Gilles Peskine · 2 years, 2 months ago
- b21f32e Merge pull request #6257 from Laserdance100/development by Gilles Peskine · 2 years, 2 months ago
- b47fb4c Merge pull request #7676 from valeriosetti/issue7485 by Gilles Peskine · 2 years, 2 months ago
- 763c19a Merge pull request #7639 from Taowyoo/yx/fix-time-tls13-client-server by Gilles Peskine · 2 years, 2 months ago
- 975d9c0 Merge pull request #7530 from AndrzejKurek/misc-subjectaltname-fixes by Gilles Peskine · 2 years, 2 months ago
- 84b547b Merge pull request #7400 from AndrzejKurek/cert-write-sans by Gilles Peskine · 2 years, 2 months ago
- ede0c46 pk_internal: minor rearrangement in mbedtls_pk_get_group_id() by Valerio Setti · 2 years, 2 months ago
- 8cbef4d pk: allow key pair checking for opaque keys by valerio · 2 years, 2 months ago
- eab9a85 pk_wrap: add support for key pair check for EC opaque keys by valerio · 2 years, 2 months ago
- f37b94b Merge pull request #7533 from valeriosetti/issue7484 by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 9a676a7 Comment tidy-up by Dave Rodgman · 2 years, 2 months ago
- b6e0654 Rename MULADDC_PRESERVE_R1 etc to MULADDC_PRESERVE_SCRATCH etc by Dave Rodgman · 2 years, 2 months ago
- f89e3c5 Improve docs & check for non-gcc compilers by Dave Rodgman · 2 years, 2 months ago
- e0bd2c2 Merge branch 'development' into development by Dave Rodgman · 2 years, 2 months ago
- 6df1e54 Do not use assembly on Thumb 1 / clang by Dave Rodgman · 2 years, 2 months ago
- 62e7fae Fix bug in calculation of maximum possible bytes by David Horstmann · 2 years, 2 months ago
- 02127ab Allow subidentifiers of size UINT_MAX by David Horstmann · 2 years, 2 months ago
- e773978 Remove unnecessary addition to buffer size estimation by Andrzej Kurek · 2 years, 2 months ago
- 9dc219f Merge pull request #7668 from tom-daubney-arm/code_size_md_light by Tom Cosgrove · 2 years, 2 months ago
- 7c86974 Fix overflow checks in x509write_crt by Andrzej Kurek · 2 years, 2 months ago
- 154a605 Change the name of the temporary san variable by Andrzej Kurek · 2 years, 3 months ago
- 805a0a2 Merge pull request #7591 from minosgalanakis/ecp/6028_xtract_fast_reduction_curve25519 by Paul Elliott · 2 years, 2 months ago
- 45d5e2d Rename minimum_mem to resized_mem by David Horstmann · 2 years, 2 months ago
- 5d07416 Rearrange declarations for readability by David Horstmann · 2 years, 2 months ago
- 0171397 Change behaviour away from NUL-terminated strings by David Horstmann · 2 years, 2 months ago
- 73cfde8 Remove certain null pointer checks when only MD_LIGHT enabled by Thomas Daubney · 2 years, 2 months ago