TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
86dc08599bf0dc99b41cb497ae5c865a4f5d42a1
86dc085
Add asn1 write tag and len to x509 use c config
by Agathiyan Bragadeesh
· 1 year, 11 months ago
a2423de
Fix code style
by Agathiyan Bragadeesh
· 2 years ago
52af0d0
Fix unsafe behaviour in MBEDTLS_ASN1_IS_STRING_TAG
by Agathiyan Bragadeesh
· 2 years ago
de02ee2
Refactor parse_attribute_value_string
by Agathiyan Bragadeesh
· 2 years ago
1aece47
Make hexpair_to_int take a char pointer
by Agathiyan Bragadeesh
· 2 years ago
e9d1c8e
Reword and reformat comments
by Agathiyan Bragadeesh
· 2 years ago
ef6abd4
Add blank lines after variable declarations
by Agathiyan Bragadeesh
· 2 years ago
7d20138
Add Changelog entry for DN changes
by Agathiyan Bragadeesh
· 2 years ago
733766b
Remove trailing whitespace in data file.
by Agathiyan Bragadeesh
· 2 years ago
de84f9d
Add test for rejecting empty AttributeValue
by Agathiyan Bragadeesh
· 2 years ago
457ac84
Refactor previous fix
by Agathiyan Bragadeesh
· 2 years ago
4c7d7bf
Add guard for empty AttributeValue
by Agathiyan Bragadeesh
· 2 years ago
15df012
Fix code style
by Agathiyan Bragadeesh
· 2 years ago
4606bf3
Refactor reading AttributeValue in dn gets
by Agathiyan Bragadeesh
· 2 years ago
022f86f
Prevent output of escaped null characters dn gets
by Agathiyan Bragadeesh
· 2 years ago
d9d79bb
Rename parse_attribute_value_ber_encoded
by Agathiyan Bragadeesh
· 2 years ago
8aa74ab
Add return for buffer too small when reading OIDs
by Agathiyan Bragadeesh
· 2 years ago
f3b9724
Remove questionable use of macro.
by Agathiyan Bragadeesh
· 2 years ago
07f472a
Add corruption detected return when writing asn1
by Agathiyan Bragadeesh
· 2 years ago
ba386ec
Remove magic number for null tag
by Agathiyan Bragadeesh
· 2 years ago
12b9d70
Remove x509_oid_from_numericoid
by Agathiyan Bragadeesh
· 2 years ago
fb94702
Add catch for alloc error x509_oid_from_numericoid
by Agathiyan Bragadeesh
· 2 years ago
4294ccc
Use mbedtls_calloc instead of calloc
by Agathiyan Bragadeesh
· 2 years ago
55d9319
Fix oid memory leak
by Agathiyan Bragadeesh
· 2 years ago
f826d11
Reject null bytes in DER encoded values in DNs
by Agathiyan Bragadeesh
· 2 years ago
eb55867
Fix code style
by Agathiyan Bragadeesh
· 2 years ago
af3e548
Make MBEDTLS_ASN1_IS_STRING_TAG to take signed int
by Agathiyan Bragadeesh
· 2 years ago
ea3e83f
Amend test in test_suite_x509write
by Agathiyan Bragadeesh
· 2 years ago
9caaa6d
Reject escaped null hexpairs in DNs
by Agathiyan Bragadeesh
· 2 years ago
01e9392
Add malformatted DER test for string_to_names
by Agathiyan Bragadeesh
· 2 years ago
bdf20a0
Alter MBEDTLS_ASN1_IS_STRING_TAG macro
by Agathiyan Bragadeesh
· 2 years ago
cab7918
Remove redundant tests in test_suite_x509write
by Agathiyan Bragadeesh
· 2 years ago
a0ba8aa
Add test for non ascii x509 subject name
by Agathiyan Bragadeesh
· 2 years ago
a953f8a
Remove duplicate test in test_suite_x509write
by Agathiyan Bragadeesh
· 2 years ago
957ca05
Accept short name/ber encoded data in DNs
by Agathiyan Bragadeesh
· 2 years ago
1798487
Change error from unknown oid to invalid name
by Agathiyan Bragadeesh
· 2 years ago
afdb187
Add more comprehensive string to name tests
by Agathiyan Bragadeesh
· 2 years ago
e59dedb
Add test reject null characters in string to names
by Agathiyan Bragadeesh
· 2 years ago
f88bd5a
Accept any valid oid in string_to_names
by Agathiyan Bragadeesh
· 2 years ago
af70c7d
Write numeric oid directly to buffer
by Agathiyan Bragadeesh
· 2 years ago
a7f9630
Remove duplicate '+' in comparison string
by Agathiyan Bragadeesh
· 2 years ago
5ca9848
Reword test in test_suite_x509write
by Agathiyan Bragadeesh
· 2 years ago
5adffb2
Refactor dn_gets use library function to write tag
by Agathiyan Bragadeesh
· 2 years ago
2bf09a6
Fix style on left shift operations
by Agathiyan Bragadeesh
· 2 years ago
e18a178
Use MBEDTLS_X509_MAX_DN_NAME_SIZE for buffer size
by Agathiyan Bragadeesh
· 2 years ago
ee642d9
Format preprocessor conditionals
by Agathiyan Bragadeesh
· 2 years ago
ed88eef
Rename in_tag to in_attr_type
by Agathiyan Bragadeesh
· 2 years ago
97178f2
Fix code style in mbedtls_x509_string_to_names
by Agathiyan Bragadeesh
· 2 years ago
7f639fc
Fix Windows x64 build errors with type conversions
by Agathiyan Bragadeesh
· 2 years ago
39ba121
Fix memory leak in alternative code route
by Agathiyan Bragadeesh
· 2 years ago
f818e01
FIx memory leak in x509_attr_descr_from_numericoid;
by Agathiyan Bragadeesh
· 2 years ago
a1f5c2d
Move declaration of variables in dn_gets to top
by Agathiyan Bragadeesh
· 2 years ago
0a4b6d8
Alter conditions on hexstring output dn_gets
by Agathiyan Bragadeesh
· 2 years ago
47cc76f
Update x509 test for numericoid/hexstring output
by Agathiyan Bragadeesh
· 2 years ago
4987c8f
Fix code style on x509.c and x509_create.c
by Agathiyan Bragadeesh
· 2 years ago
c9d74f3
Refactor AttributeType in mbedtls_x509_dn_gets
by Agathiyan Bragadeesh
· 2 years ago
0eb6673
Add preprocessor config guards
by Agathiyan Bragadeesh
· 2 years ago
6cbfae5
Parse DER tag mbedtls_x509_string_to_names
by Agathiyan Bragadeesh
· 2 years ago
ddc720d
Add mbedtls_x509_dn_gets hexstring output
by Agathiyan Bragadeesh
· 2 years ago
ef299d6
Add more tests for RFC 4514
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
404b4bb
Add x509 tests for upper and lowercase hexpairs
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
dba8a64
Add and update tests for x509write and x509parse
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
17d5081
Merge pull request #8099 from gilles-peskine-arm/split-config_psa-prepare
by Tom Cosgrove
· 2 years ago
d50562c
Merge pull request #7827 from davidhorstmann-arm/reword-net-free-description-2544
by Gilles Peskine
· 2 years ago
gh-readonly-queue/development/pr-7827-31b2d7414d245a19cc01321179bc7cbe21cc9ce0
31b2d74
Merge pull request #8053 from gilles-peskine-arm/mpi_exp_mod-remove_initial_copy
by Tom Cosgrove
· 2 years ago
796bc2b
Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes
by Gilles Peskine
· 2 years ago
0addbe6
Merge pull request #8069 from paul-elliott-arm/fix_ecjpake_deadcode
by Gilles Peskine
· 2 years ago
d686c2a
Merge pull request #7971 from AgathiyanB/fix-data-files-makefile
by Gilles Peskine
· 2 years ago
65204f8
Merge pull request #8035 from daverodgman/aesce-support-perf
by Dave Rodgman
· 2 years ago
ea4fc97
Restore a comment and fix it
by Gilles Peskine
· 2 years, 3 months ago
9af413b
Don't try to include mbedtls/config_*.h
by Gilles Peskine
· 2 years, 3 months ago
44243e1
Remove obsolete header inclusions
by Gilles Peskine
· 2 years, 3 months ago
7b7ecf5
Fix condition to include MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE
by Gilles Peskine
· 2 years, 3 months ago
a458d48
Move the inclusion of the PSA config file(s) into build_info.h
by Gilles Peskine
· 2 years, 3 months ago
8cd1da4
Remove spurious extern "C"
by Gilles Peskine
· 2 years, 3 months 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
505dffd
Merge pull request #7937 from yanrayw/code_size_compare_improvement
by Bence Szépkúti
· 2 years ago
eeaad50
Merge pull request #8079 from adeaarm/port_IAR_build_fix
by Gilles Peskine
· 2 years ago
dbd13c3
Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01
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
6c6b9f6
Change document to match real status
by Jerry Yu
· 2 years ago
e9c6b53
remove return-type when runtime detection enabled without plain c
by Jerry Yu
· 2 years ago
Next »