TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
ddc720d2090b8dc4a0ad5a2f778dbde1c9ada8f5
/
library
ddc720d
Add mbedtls_x509_dn_gets hexstring output
by Agathiyan Bragadeesh
· 2 years ago
b73778d
Implement parse_attribute_value_ber_encoded
by Agathiyan Bragadeesh
· 2 years ago
e119f3c
Refactor mbedtls_x509_string_to_names
by Agathiyan Bragadeesh
· 2 years ago
f0e1ac5
Rewrite nibble_to_hex_digit for readability
by Agathiyan Bragadeesh
· 2 years ago
9d2507c
Rename x509_int_to_hexdigit to nibble_to_hex_digit
by Agathiyan Bragadeesh
· 2 years ago
ef2decb
Escape hexpairs characters RFC 4514
by Agathiyan Bragadeesh
· 2 years, 1 month ago
48513b8
Escape special characters RFC 4514
by Agathiyan Bragadeesh
· 2 years, 1 month ago
31b2d74
Merge pull request #8053 from gilles-peskine-arm/mpi_exp_mod-remove_initial_copy
by Tom Cosgrove
· 2 years ago
0addbe6
Merge pull request #8069 from paul-elliott-arm/fix_ecjpake_deadcode
by Gilles Peskine
· 2 years ago
65204f8
Merge pull request #8035 from daverodgman/aesce-support-perf
by Dave Rodgman
· 2 years ago
d296480
Merge pull request #8017 from ivq/unchecked_return
by Tom Cosgrove
· 2 years ago
e220d25
Merge pull request #8086 from yanesca/remove-new-bignum
by Janos Follath
· 2 years ago
gh-readonly-queue/development/pr-8086-1fdc884ed831927600838a3656b6d74a0417d52b
f2249ec
Rename mbedtls_aesce_has_support macro to satisfy case rules
by Dave Rodgman
· 2 years ago
b30adce
Use -1 as uninitialised marker
by Dave Rodgman
· 2 years ago
4566132
Make mbedtls_aesce_has_support more efficient
by Dave Rodgman
· 2 years ago
1fdc884
Merge pull request #7384 from yuhaoth/pr/add-aes-accelerator-only-mode
by Dave Rodgman
· 2 years ago
0a6272d
revert padlock from aesni module
by Jerry Yu
· 2 years ago
61fc5ed
improve readability of error message
by Jerry Yu
· 2 years ago
372f7a0
Add missing check
by Jerry Yu
· 2 years ago
eeaad50
Merge pull request #8079 from adeaarm/port_IAR_build_fix
by Gilles Peskine
· 2 years ago
8e9d6b9
Remove the workaround for psa_key_agreement_internal
by Antonio de Angelis
· 2 years ago
f2334b7
Remove new bignum when not needed
by Janos Follath
· 2 years ago
294be94
Merge pull request #7818 from silabs-Kusumit/PBKDF2_cmac_implementation
by Gilles Peskine
· 2 years ago
gh-readonly-queue/development/pr-7818-a4c01dd6e9264c40c33a1b9fcd3309b0cad0595f
9608447
replace padlock_c with padlock_have_code
by Jerry Yu
· 2 years ago
3a0f044
improve readability
by Jerry Yu
· 2 years ago
e9c6b53
remove return-type when runtime detection enabled without plain c
by Jerry Yu
· 2 years ago
1b4c7ed
add hardware only check for padlock
by Jerry Yu
· 2 years ago
9e62862
Add via padlock detection macro
by Jerry Yu
· 2 years ago
2319af0
Change the order of runtime detection
by Jerry Yu
· 2 years ago
35b59d7
exclude arm64ec mode for aesni
by Jerry Yu
· 2 years ago
f1adc2a
Use asm instead of __asm in constant_time.c
by Antonio de Angelis
· 2 years ago
1ee4d12
Fix error strings without quotes
by Antonio de Angelis
· 2 years ago
e4f6d79
BUILD: Update For IAR support
by TTornblom
· 5 years ago
516cf27
fix msvc build fail on i386 target
by Jerry Yu
· 2 years ago
a4c01dd
Merge pull request #7991 from sarveshb14/fix/psa_rsa_signature_using_large_stack
by Gilles Peskine
· 2 years ago
3ce0398
Add compiler cflags error message
by Jerry Yu
· 2 years ago
d370f93
Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn
by Gilles Peskine
· 2 years ago
c628486
enable runtime detection when padlock enabled and plain c disabled
by Jerry Yu
· 2 years ago
cc068ae
fix `-Werror=return-type` when runtime detection enabled and plain c disabled
by Jerry Yu
· 2 years ago
e62ff09
Restore aesni for i386
by Jerry Yu
· 2 years ago
ba44e91
Remove unnecessary include from constant_time.c
by David Horstmann
· 2 years ago
e3330f8
Make naming more consistent
by Dave Rodgman
· 2 years ago
0b7bf87
Fix compile fail for empty enum in cipher_wrap
by Dave Rodgman
· 2 years ago
2f4e6e7
Merge pull request #8066 from paul-elliott-arm/aes_memcpy_iv_fix
by Dave Rodgman
· 2 years ago
2a12fc2
Fix logical dead code found by Coverity
by Paul Elliott
· 2 years ago
2ad9367
Fix potential corruption of IV for AES CBC
by Paul Elliott
· 2 years ago
2e3858f
Undo a change
by Chien Wong
· 2 years ago
711f853
ssl_tls13: fix guard for FFDH function
by Valerio Setti
· 2 years ago
240bb11
Add gnu check for aseni assembly code
by Jerry Yu
· 2 years ago
54da1a6
Merge pull request #7578 from daverodgman/safer-ct5
by Manuel Pégourié-Gonnard
· 2 years ago
e6cb45e
mbedtls_mpi_exp_mod: remove spurious copy of the output variable
by Gilles Peskine
· 2 years ago
48fb8a3
Fix some renames that were missed
by Dave Rodgman
· 2 years ago
b364a22
Fix mbedtls_ct_size_if_else_0 docs
by Dave Rodgman
· 2 years ago
38b227c
Improve docs
by Dave Rodgman
· 2 years ago
ac69b45
Document and test mbedtls_ct_size_if_else_0
by Dave Rodgman
· 2 years ago
065f912
Fix comment typo
by Dave Rodgman
· 2 years ago
98ddc01
Rename ...if0 to ...else_0
by Dave Rodgman
· 2 years ago
b7825ce
Rename uint->bool operators to reflect input types
by Dave Rodgman
· 2 years ago
6beec7c
Merge pull request #7989 from valeriosetti/issue7754
by Manuel Pégourié-Gonnard
· 2 years ago
gh-readonly-queue/development/pr-7989-d170419eab66c8403e9eea925b3a1008cb791184
d170419
Merge pull request #7999 from valeriosetti/issue7759
by Manuel Pégourié-Gonnard
· 2 years ago
gh-readonly-queue/development/pr-7999-91c8372c014cc04ec3bbb20068ac7e6ea66b7f2e
91c8372
Merge pull request #6999 from ivq/ecp_doc
by Manuel Pégourié-Gonnard
· 2 years ago
gh-readonly-queue/development/pr-6999-e5fbd93eaf96581144ce41233b2bcdb1822ea42f
e5fbd93
Merge pull request #8049 from daverodgman/bignum_codesize_misc
by Dave Rodgman
· 2 years ago
8189f32
improve aesni check for x86_64
by Jerry Yu
· 2 years ago
e1d7c9d
pkwrite: fix internal buffer size in pk_write_ec_pubkey()
by Valerio Setti
· 2 years ago
13696bb
improve check config option for i386
by Jerry Yu
· 2 years ago
ba42b07
Remove asm check for aarch64 aesce
by Jerry Yu
· 2 years ago
a7c9e09
pkwrite: add new internal symbol to properly size DER buffer
by Valerio Setti
· 2 years ago
97b28f8
pkparse: remove unnecessary header
by Valerio Setti
· 2 years ago
7dccb66
test: disable RSA support on the test ecc_no_bignum component
by Manuel Pégourié-Gonnard
· 2 years, 2 months ago
ca4c15d
debug: remove redundant variable assignments
by Valerio Setti
· 2 years ago
960eca9
code style
by Dave Rodgman
· 2 years ago
4883f10
Reduce code size for exp_mod_get_window_size
by Dave Rodgman
· 2 years ago
ebcd785
Remove redundant code in mbedtls_mpi_cmp_abs
by Dave Rodgman
· 2 years ago
fa703e3
Use __builtin_ctz to count trailing zeros
by Dave Rodgman
· 2 years ago
f3df105
Generate smaller code for picking a sign value
by Dave Rodgman
· 2 years ago
2f12a29
Merge pull request #7896 from AgathiyanB/gitignore-generated-files-toggle
by Paul Elliott
· 2 years ago
c4508c0
improve error message and config check for padlock
by Jerry Yu
· 2 years ago
444d1e7
Merge pull request #8036 from tom-cosgrove-arm/fix-rijndael-and-drbg-pdf-links
by Gilles Peskine
· 2 years ago
a792564
Merge pull request #7788 from marekjansta/fix-x509-ec-algorithm-identifier
by Gilles Peskine
· 2 years ago
153ae46
Improve doc on special use of A in ecp group structure
by Chien Wong
· 2 years, 6 months ago
c98f8d9
Merge branch 'development' into safer-ct5
by Dave Rodgman
· 2 years ago
5fcdd6a
remove unnecessary definition
by Jerry Yu
· 2 years ago
ce37c5e
Update links to Rijndael paper and NIST SP 800-90 DRBGs
by Tom Cosgrove
· 2 years ago
9c0b7d1
Remove unnecessary name check tag
by Jerry Yu
· 2 years ago
fce351d
improve platform relative check
by Jerry Yu
· 2 years ago
b241db3
remove padlock only mode
by Jerry Yu
· 2 years ago
29c91ba
fix unreachable code warnings
by Jerry Yu
· 2 years ago
7356839
Merge pull request #8020 from yanesca/de-duplicate_ecp
by Janos Follath
· 2 years ago
003a5e1
Merge pull request #1046 from Mbed-TLS/merge_3.4.1
by Dave Rodgman
· 2 years ago
a0fc998
Merge branch 'development' into merge_3.4.1
by Dave Rodgman
· 2 years ago
6f80ac4
Merge pull request #7864 from waleed-elmelegy-arm/enforce-min-RSA-key-size
by Dave Rodgman
· 2 years ago
1d4d944
Merge pull request #7933 from tom-cosgrove-arm/add-mbedtls_zeroize_and_free
by Dave Rodgman
· 2 years ago
ce64156
Merge pull request #8021 from daverodgman/master-update
by Gilles Peskine
· 2 years ago
d8cb3d7
De-duplicate ecp.c
by Janos Follath
· 2 years ago
550d147
Bump version to 3.4.1
by Gilles Peskine
· 2 years ago
267bee9
Merge pull request #7903 from valeriosetti/issue7773
by Gilles Peskine
· 2 years ago
gh-readonly-queue/development/pr-7903-9661f8ab0d28db9ef2a77953b68eb3de10a4c260
7f17bd0
Merge remote-tracking branch 'origin/master' into master-update
by Dave Rodgman
· 2 years ago
6943681
Improve error message and documents
by Jerry Yu
· 2 years, 3 months ago
02b1519
move accelerator checks to `aes.c`
by Jerry Yu
· 2 years, 3 months ago
d76ded0
fix various issues
by Jerry Yu
· 2 years, 4 months ago
Next »