- 8799e54 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
- d3a3f21 Improve documentation and add more uses of MBEDTLS_PUT by Joe Subbiani · 4 years, 1 month ago
- 896f4ee Improve consitency throughout library/common.h by Joe Subbiani · 4 years, 1 month ago
- c54e908 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
- 197e9ed Remove trailing white space by Joe Subbiani · 4 years, 1 month ago
- 281956d Remove use of byte reading macro for uint16 by Joe Subbiani · 4 years, 1 month ago
- 6627fb2 Replace instances of byte reading macros with PUT by Joe Subbiani · 4 years, 1 month ago
- ad1115a Use byte reading macros in places not using a byte mask by Joe Subbiani · 4 years, 1 month ago
- 1bd5d7d Add UINT64 GET and PUT macros by Joe Subbiani · 4 years, 1 month ago
- c045dc1 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x by Joe Subbiani · 4 years, 1 month ago
- 5b96e67 Replace "four bytes" with "two bytes" in macro documentation by Joe Subbiani · 4 years, 1 month ago
- 6350d3a Remove trailing whitespaces by Joe Subbiani · 4 years, 1 month ago
- 1000037 Replace 3 byte shift with appropriate macro by Joe Subbiani · 4 years, 1 month ago
- 0a65d53 Improve common.h macro documentation by Joe Subbiani · 4 years, 1 month ago
- 6b897c9 Add Character byte reading macros by Joe Subbiani · 4 years, 1 month ago
- 9231d5f GET macros use a target variable by Joe Subbiani · 4 years, 1 month ago
- 266476d Document common.h and remove changelog by Joe Subbiani · 4 years, 1 month ago
- 4530b27 Move GET/PUT_UINT16_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
- 2bbafda Prefixed macros with MBEDTLS by Joe Subbiani · 4 years, 1 month ago
- 888a141 Undo use of BYTE_x macro by Joe Subbiani · 4 years, 1 month ago
- 61f7d73 Remove trailing whitespace by Joe Subbiani · 4 years, 1 month ago
- e4cc8c1 Add do-while protection to macros by Joe Subbiani · 4 years, 1 month ago
- 4fb7555 Move UINT32_LE macros to common.h by Joe Subbiani · 4 years, 1 month ago
- aa5f6a6 Move UINT32_BE macros to common.h by Joe Subbiani · 4 years, 1 month ago
- 927488e Move BYTES_TO_U32_LE to common.h by Joe Subbiani · 4 years, 1 month ago
- ba486b0 Implement byte reading macros into library/ by Joe Subbiani · 4 years, 1 month ago
- 284857e Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
- bc6eaf7 Replace `_B` with `B` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
- 610a9cc Bump SO version for libmbedcrypto by Paul Elliott · 4 years, 1 month ago
- bece737 Bump Library Version Number by Paul Elliott · 4 years, 1 month ago
- 4128c20 Merge remote-tracking branch 'restricted/development_2.x-restricted' into mbedtls-2.27.0rc0-pr by Paul Elliott · 4 years, 1 month ago
- ba940cc Merge pull request #4182 from gabor-mezei-arm/3258_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
- af9b484 Merge pull request #4605 from gabor-mezei-arm/3267_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
- e4be8a3 Remove obsolete comment by gabor-mezei-arm · 4 years, 1 month ago
- 0a4046e Merge pull request #4736 from daverodgman/alert_bugfixes_2.x by Dave Rodgman · 4 years, 1 month ago
- 2523045 Fix minor issues by gabor-mezei-arm · 4 years, 1 month ago
- 809634d Check the return status of the functions first by gabor-mezei-arm · 4 years, 1 month ago
- 42373bd Add buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
- 6f8d43d Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
- 0dfb7db TLS UNSUPPORTED_EXTENSION error code changes by Dave Rodgman · 4 years, 1 month ago
- b6d5693 pk.c: Ensure hash_len equals hash in pk_hashlen_helper by Nick Child · 4 years, 2 months ago
- dd5f624 Fix TLS alert codes by Dave Rodgman · 4 years, 1 month ago
- 6c18541 Fix comment by gabor-mezei-arm · 4 years, 1 month ago
- 78c601b Merge pull request #4717 from daverodgman/psa_cipher_and_mac_abort_on_error_2.x by Dave Rodgman · 4 years, 1 month ago
- 2667fb7 Fix unused parameter warning by Janos Follath · 4 years, 1 month ago
- bc58902 Add prefix to BYTES_TO_T_UINT_* by Janos Follath · 4 years, 1 month ago
- 7d4ebdd Reject low-order points on Curve448 early by Janos Follath · 4 years, 1 month ago
- 1c6a439 Use mbedtls_mpi_lset() more by Janos Follath · 4 years, 1 month ago
- bc96a79 Move mpi constant macros to bn_mul.h by Janos Follath · 4 years, 1 month ago
- 0e1d31b Typo by gabor-mezei-arm · 4 years, 1 month ago
- d52c8dc Fix possible unreachable code by gabor-mezei-arm · 4 years, 1 month ago
- f4cc6c9 Update documentation by gabor-mezei-arm · 4 years, 1 month ago
- 3fd792d Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
- 7fbea09 Use local variable instead of an ouput parameter by gabor-mezei-arm · 4 years, 1 month ago
- 52ae871 Initialize output buffer length to 0 by gabor-mezei-arm · 4 years, 1 month ago
- b4c676e Prevent memory leak in ecp_check_pubkey_x25519() by Janos Follath · 4 years, 1 month ago
- 520f0a0 Avoid complaints about undeclared non-static symbols by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- ae48111 Use more compact encoding of Montgomery curve constants by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 10b8e5a Use a more compact encoding of bad points by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- f2268d1 Reject low-order points on Curve25519 early by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 478ab54 Use more standard label name by Dave Rodgman · 4 years, 1 month ago
- 132e8c3 Merge pull request #4715 from gilles-peskine-arm/psa_crypto_spm-from_platform_h-2.x by Ronald Cron · 4 years, 1 month ago
- dad6f3b Remove confising comments by gabor-mezei-arm · 4 years, 1 month ago
- d73e1b0 Tidy up logic in psa_mac_sign_finish by Dave Rodgman · 4 years, 1 month ago
- db86179 Correct coding style issues by Dave Rodgman · 4 years, 1 month ago
- 22984de Remove comments by gabor-mezei-arm · 4 years, 1 month ago
- f67d8af Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
- fa990b5 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
- 0ef3b85 Implement one-shot cipher by gabor-mezei-arm · 4 years, 5 months ago
- cccb05d Call abort on error in psa_mac/cipher setup by Dave Rodgman · 4 years, 1 month ago
- 4e0a82e Update multipart hash operations to abort on error by Dave Rodgman · 4 years, 1 month ago
- 6439e85 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
- c88b0a5 Update cipher and mac functions to abort on error by Dave Rodgman · 4 years, 1 month ago
- eaacabf Merge pull request #4392 from gilles-peskine-arm/psa-storage-format-test-lifetimes by Ronald Cron · 4 years, 1 month ago
- 76dec15 Move the inclusion of crypto_spe.h to psa/crypto_platform.h by Gilles Peskine · 4 years, 2 months ago
- 53d1cf8 Merge pull request #4644 from gilles-peskine-arm/mpi_montmul-null-2.x by Janos Follath · 4 years, 1 month ago
- 478ac0b Merge pull request #4704 from mpg/issue-3990-fix_psa_verify_with_alt-2.x by Gilles Peskine · 4 years, 1 month ago
- 4ed8368 psa: mac: Add driver delegation support for psa_mac_verify() by Ronald Cron · 4 years, 2 months ago
- ef0d8f1 psa: mac: Introduce psa_mac_compute_internal by Ronald Cron · 4 years, 2 months ago
- 882eb78 psa: mac: Improve MAC finalization code by Ronald Cron · 4 years, 2 months ago
- dbb8646 psa: mac: Add driver delegation support for psa_mac_compute() by Ronald Cron · 4 years, 2 months ago
- bfdfaa6 psa: mac: Add MAC compute builtin implementation by Ronald Cron · 4 years, 2 months ago
- def68e7 psa: mac: Improve implementation of psa_mac_finalize_alg_and_key_validation() by Ronald Cron · 4 years, 2 months ago
- 1c650a1 psa: mac: Split psa_mac_setup() by Ronald Cron · 4 years, 2 months ago
- 48f875e psa: mac: Re-organize psa_mac_setup() internal function by Ronald Cron · 4 years, 2 months ago
- a00616f Implement one-shot MAC functions by gabor-mezei-arm · 4 years, 5 months ago
- 03daae6 Improve psa_rsa_decode_md_type() by Janos Follath · 4 years, 2 months ago
- b23b574 PSA RSA PSS: pass pre-hash algorithm to Mbed TLS by Janos Follath · 4 years, 2 months ago
- 37d690c Correct some statements about the ordering of A and B by Gilles Peskine · 4 years, 2 months ago
- b798b35 Clarification in a comment by Gilles Peskine · 4 years, 2 months ago
- 38a384d Simplify is-zero check by Gilles Peskine · 4 years, 2 months ago
- ea9aa14 Write a proof of correctness for mbedtls_mpi_gcd by Gilles Peskine · 4 years, 2 months ago
- 6537bdb Explain how the code relates to the description in HAC by Gilles Peskine · 4 years, 2 months ago
- d65b500 Fix multiplication with negative result and a low-order 0 limb by Gilles Peskine · 4 years, 2 months ago
- 0759cad Whitespace fix by Gilles Peskine · 4 years, 2 months ago
- d487613 mbedtls_mpi_read_string: make an empty bignum for an empty string by Gilles Peskine · 4 years, 2 months ago
- 70a7dcd Fix multiplication producing a negative zero by Gilles Peskine · 4 years, 2 months ago
- c86acc5 mbedtls_mpi_gcd: small optimization by Gilles Peskine · 4 years, 2 months ago
- b5e56ec mbedtls_mpi_gcd: fix the case B==0 by Gilles Peskine · 4 years, 2 months ago
- f643e8e Fix null pointer dereference in mbedtls_mpi_exp_mod by Gilles Peskine · 4 years, 2 months ago