TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-crypto
/
3681fc9a76bf4da7e90d2acf86c95b5e812bb3bc
3681fc9
Updated to allow psa_key_open to handle vendor defined keys
by Michael Thomas
· 5 years ago
af67525
Update spacing
by Michael Thomas
· 5 years ago
9f292e9
Revert "added literal suffix to fix warning"
by Michael Thomas
· 5 years ago
50545eb
added literal suffix to fix warning
by Michael Thomas
· 5 years ago
b0661df
Merge remote-tracking branch 'origin/add-vendor-key-support' into add-vendor-support-to-v3
by Michael Thomas
· 5 years ago
43015d8
Moved out vendor definition Coding std fix
by Michael Thomas
· 5 years ago
9c494fb
Changed persistent key check to a macro
by Michael Thomas
· 5 years ago
5a3f32b
MR Whitespace fix
by Michael Thomas
· 5 years ago
3f0fc77
Revert "Whitespace fix"
by Michael Thomas
· 5 years ago
a9ba5bb
Whitespace fix
by Michael Thomas
· 5 years ago
82fd27c
Updated Volatile check macro
by Michael Thomas
· 5 years ago
40ae76c
MR update
by Michael Thomas
· 5 years ago
6a632df
Updated persistent check
by Michael Thomas
· 5 years ago
bb039ba
Changed volatile check
by Michael Thomas
· 5 years ago
58de784
Changed volatile check
by Michael Thomas
· 5 years ago
efcf4cf
Made exit uniform
by Michael Thomas
· 5 years ago
420afc4
Removed unnecessary fns
by Michael Thomas
· 5 years ago
257d3be
made ecdsa sign and verify fns non-static
by Michael Thomas
· 5 years ago
cf4a40b
Merge pull request #370 from yanesca/update-version-2.21.0
by Janos Follath
· 5 years ago
mbedcrypto-3.1.0
bc7c242
Bump version to Mbed TLS 2.21.0
by Janos Follath
· 5 years ago
f841eab
Merge pull request #367 from mpg/fix-rsa-complete
by Gilles Peskine
· 5 years ago
1ed98bd
made rsa import fn non-static
by Michael Thomas
· 5 years ago
f8b9329
Merge pull request #365 from soby-mathew/sm/static_fns_compat
by Manuel Pégourié-Gonnard
· 5 years ago
bbb5a0a
Fix pkparse bug wrt MBEDTLS_RSA_ALT
by Manuel Pégourié-Gonnard
· 5 years ago
9bbe328
Test each failure mode of pk_parse_key_pkcs1_der()
by Manuel Pégourié-Gonnard
· 5 years ago
b65370f
Clean up test function pk_parse_key
by Manuel Pégourié-Gonnard
· 5 years ago
c422679
Check public part when parsing private RSA key
by Manuel Pégourié-Gonnard
· 5 years ago
a04a2c3
Don't pass zero to rsa_complete() as a param
by Manuel Pégourié-Gonnard
· 5 years ago
d10cd66
typecast to fix warning
by Michael Thomas
· 5 years ago
46b8e0e
Undid changes
by Michael Thomas
· 5 years ago
7ab5174
made fns non-staic
by Michael Thomas
· 5 years ago
863b5d6
made some static functions externally visible
by Michael Thomas
· 5 years ago
0a4270d
Change the compatibility API to inline functions
by Soby Mathew
· 5 years ago
4d8c836
Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink
by Manuel Pégourié-Gonnard
· 6 years ago
f317dc4
Merge pull request #350 from gilles-peskine-arm/asn1-tests-parse_prefixes-trailing_garbage
by Janos Follath
· 6 years ago
4fde885
Merge pull request #357 from gilles-peskine-arm/merge-crypto-development-20200203
by Janos Follath
· 6 years ago
2579675
Merge remote-tracking branch 'upstream-public/development' into development
by Gilles Peskine
· 6 years ago
a9da093
shrink tests: clearer description
by Gilles Peskine
· 6 years ago
9a6ecee
Move test functions from Lilliput to Blefuscu
by Gilles Peskine
· 6 years ago
b7000d4
Merge pull request #345 from gilles-peskine-arm/psa_mac_verify_finish-status
by Janos Follath
· 6 years ago
c69c2c5
Merge pull request #263 from hanno-arm/asn1_traversal_api
by Gilles Peskine
· 6 years ago
34aada2
Replace use of uint8_t by unsigned char in ASN.1 seq traversal API
by Hanno Becker
· 6 years ago
1505f63
ASN.1: Reimplement mbedtls_asn1_get_sequence_of() via traversal API
by Hanno Becker
· 6 years ago
36ce88b
Merge pull request #2999 from catenacyber/fuzzrsa
by Gilles Peskine
· 6 years ago
c0611a5
Merge pull request #352 from jack-fortanix/jack/parse-rsa-crt-params
by Gilles Peskine
· 6 years ago
199b709
ASN.1: Add ASN.1 SEQUENCE traversal API
by Hanno Becker
· 6 years ago
b5c74a5
Document one more error code for mbedtls_asn1_get_sequence_of
by Gilles Peskine
· 6 years ago
12ae27d
ASN.1: Introduce helper function to free ASN.1 sequence
by Hanno Becker
· 6 years ago
63e38fe
ASN.1: Add helper macro to compare ASN.1 buffer to OID string
by Hanno Becker
· 6 years ago
cba7122
ASN.1: Add helper macro to detect string types
by Hanno Becker
· 6 years ago
512d040
Merge pull request #2964 from gilles-peskine-arm/psa-streamline_encodings-types_and_curves-ls
by Gilles Peskine
· 6 years ago
2b91aba
Merge pull request #2984 from piotr-now/iotssl-2955-move-handshake-to-prescribed-state
by Jaeden Amero
· 6 years ago
4245980
USE_PSA_CRYPTO: don't rely on the curve encoding
by Gilles Peskine
· 6 years ago
81d3100
Update crypto submodule
by Gilles Peskine
· 6 years ago
819799c
Merge pull request #330 from gilles-peskine-arm/psa-streamline_encodings-types_and_curves
by Gilles Peskine
· 6 years ago
3e819b7
psa_key_agreement_ecdh: zeroize output on failure
by Gilles Peskine
· 6 years ago
dev/gilles-peskine-arm/psa-streamline_encodings-types_and_curves
7cfcb3f
Change the encoding of key types to have a parity bit
by Gilles Peskine
· 6 years ago
7d7c8dc
Test parsing invalid key type in storage
by Gilles Peskine
· 6 years ago
46e6f9d
Document the vendor range for EC curve and DH group families
by Gilles Peskine
· 6 years ago
f65ed6f
Change key types to a 16-bit encoding
by Gilles Peskine
· 6 years ago
b87b719
Remove old values of curve encodings
by Gilles Peskine
· 6 years ago
d1959dc
Change auxiliary functions for TLS to the new PSA EC curve encoding
by Gilles Peskine
· 6 years ago
80d26fb
Switch psa_crypto tests to the new curve encoding
by Gilles Peskine
· 6 years ago
4080c91
pk: USE_PSA_CRYPTO: don't translate via the TLS ID
by Gilles Peskine
· 6 years ago
89177e8
Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding
by Gilles Peskine
· 6 years ago
33b1c69
pk tests: USE_PSA_CRYPTO: test several curves
by Gilles Peskine
· 6 years ago
85f47c9
pk tests: USE_PSA_CRYPTO: test attributes of the PSA key
by Gilles Peskine
· 6 years ago
45c29ce
Move size-specific curve/group constants to crypto_compat.h
by Gilles Peskine
· 6 years ago
228abc5
Define EC curve family constants
by Gilles Peskine
· 6 years ago
025fccd
Change the encoding of EC curves and DH groups to include the size
by Gilles Peskine
· 6 years ago
d8197cb
mbedtls_psa_parse_tls_ecc_group: make no assumption on PSA encodings
by Gilles Peskine
· 6 years ago
fc2459d
Remove mbedtls_psa_translate_ecc_group
by Gilles Peskine
· 6 years ago
5055b23
Expose mbedtls/psa curve identifier conversions from psa_crypto.c
by Gilles Peskine
· 6 years ago
4295e8b
Rework PSA curve to mbedlts group id conversion
by Gilles Peskine
· 6 years ago
c7ef5b3
Rework mbedlts group id to PSA curve conversion
by Gilles Peskine
· 6 years ago
2eea95c
Extract the block size from the key type encoding
by Gilles Peskine
· 6 years ago
7bfcfac
Change key type encodings to avoid bit 16
by Gilles Peskine
· 6 years ago
8fe6e0d
Symmetric key types only use the upper 16 bits of psa_key_type_t
by Gilles Peskine
· 6 years ago
2a1f178
Add test for prescribed states of handshake with the custom IO callbacks
by Piotr Nowicki
· 6 years ago
350d4c3
Merge pull request #327 from gilles-peskine-arm/psa-hash_compute
by Manuel Pégourié-Gonnard
· 6 years ago
ead19fe
Merge pull request #2975 from mpg/add-zlib-tests-dev
by Manuel Pégourié-Gonnard
· 6 years ago
e2e724a
Prototype update
by Michael Thomas
· 6 years ago
b719d4b
Merge pull request #2963 from jiblime/zlib-fix into development
by Janos Follath
· 6 years ago
13faa2d
Don't declare a parameter as const
by Gilles Peskine
· 6 years ago
88e0846
Add dedicated test cases for psa_hash_compare
by Gilles Peskine
· 6 years ago
29eb80d
Remove some spurious dependencies on MBEDTLS_SHA256_C
by Gilles Peskine
· 6 years ago
fa710f5
Don't declare a parameter as const
by Gilles Peskine
· 6 years ago
1fb7aea
Add command line option to hide warnings
by Gilles Peskine
· 6 years ago
84b8fc8
Use psa_hash_compute in psa_hmac_setup_internal
by Gilles Peskine
· 6 years ago
7b8efaf
Add missing dependencies on MBEDTLS_MD_C
by Gilles Peskine
· 6 years ago
aead02c
Remove obsolete dependencies on MBEDTLS_MD_C
by Gilles Peskine
· 6 years ago
0a749c8
Implement and test psa_hash_compute, psa_hash_compare
by Gilles Peskine
· 6 years ago
79ef1d4
Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated
by Jaeden Amero
· 6 years ago
f712e16
Merge pull request #179 from mpg/sha512-no-sha384
by Manuel Pégourié-Gonnard
· 6 years ago
d020bfc
Merge pull request #2949 from zfields/patch-1
by Manuel Pégourié-Gonnard
· 6 years ago
4d6f518
Removed aes vendor ctx field
by Michael Thomas
· 6 years ago
8b38978
Merge pull request #349 from gilles-peskine-arm/coverity-20200115-crypto
by Janos Follath
· 6 years ago
ba1150f
Merge pull request #2995 from gilles-peskine-arm/coverity-20200115-tls into development
by Janos Follath
· 6 years ago
74ca84a
Fix some whitespace issues
by Manuel Pégourié-Gonnard
· 6 years ago
2e9eef4
Final review comments
by Jack Lloyd
· 6 years ago
Next »