TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-crypto
/
refs/heads/renesas-RA
/
library
431507e
Added fn for vendor key creation
by Michael Thomas
· 5 years ago
413973b
Added argument to determine when to store key to memory
by Michael Thomas
· 5 years ago
mbedcrypto-3.1.0+renesas.0
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
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
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
1ed98bd
made rsa import fn non-static
by Michael Thomas
· 5 years ago
bbb5a0a
Fix pkparse bug wrt MBEDTLS_RSA_ALT
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
4d8c836
Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink
by Manuel Pégourié-Gonnard
· 6 years ago
2579675
Merge remote-tracking branch 'upstream-public/development' into development
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
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
12ae27d
ASN.1: Introduce helper function to free ASN.1 sequence
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
4245980
USE_PSA_CRYPTO: don't rely on the curve encoding
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
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
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
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
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
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
84b8fc8
Use psa_hash_compute in psa_hmac_setup_internal
by Gilles Peskine
· 6 years ago
0a749c8
Implement and test psa_hash_compute, psa_hash_compare
by Gilles Peskine
· 6 years ago
f712e16
Merge pull request #179 from mpg/sha512-no-sha384
by Manuel Pégourié-Gonnard
· 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
c0c92fe
Merge pull request #3008 from jp-bennett/development
by Jaeden Amero
· 6 years ago
358462d
Merge pull request #354 from mpg/fix-ecdsa-pointer-inc
by Manuel Pégourié-Gonnard
· 6 years ago
6023975
Avoid memory leak when RSA-CRT is not enabled in build
by Jack Lloyd
· 6 years ago
4c736fb
Update Mbed Crypto SO version
by Janos Follath
· 6 years ago
fdc16f3
Allow loading symlinked certificates
by Jonathan Bennett
· 6 years ago
ee4ba54
Fix incrementing pointer instead of value
by Manuel Pégourié-Gonnard
· 6 years ago
2b9b780
Rename internal macro for consistency
by Manuel Pégourié-Gonnard
· 6 years ago
b7f7092
Remove preprocessor directive for consistency
by Manuel Pégourié-Gonnard
· 6 years ago
c40b685
Fix bug in record decompression
by Manuel Pégourié-Gonnard
· 6 years ago
9f25b8d
Fixes definition error when the deprecated MBEDTLS_ZLIB_SUPPORT and ENABLE_ZLIB_SUPPORT macro are defined/enabled for zlib support in mbedtls
by jiblime
· 6 years ago
4c53fc7
Added new macro to enable crypto accelerator
by Michael Thomas
· 6 years ago
8c2631b
Address review comments
by Jack Lloyd
· 6 years ago
a8ac016
whitespace fix
by Michael Thomas
· 6 years ago
ecb7284
Removed old vendor keytype usage
by Michael Thomas
· 6 years ago
80cc811
Parse RSA parameters DP, DQ and QP from PKCS1 private keys
by Jack Lloyd
· 6 years ago
cc0d0a2
More uncrustify undo
by Michael Thomas
· 6 years ago
153cd2f
removed unused weak functions
by Michael Thomas
· 6 years ago
b08e44f
Add missing return code check on call to mbedtls_md()
by Gilles Peskine
· 6 years ago
ff0e8b9
Added ECDSA sign and verify weak functions
by Michael Thomas
· 6 years ago
2e9f108
Bump version to Mbed TLS 2.20.0
by Janos Follath
· 6 years ago
a2bdcb9
Remove redundant block_size validity check
by Gilles Peskine
· 6 years ago
322752b
Minor comment improvement
by Gilles Peskine
· 6 years ago
1d573ec
Added ECC vendor macros Made vendor support more generic
by Michael Thomas
· 6 years ago
e2f563e
Improve comments in mpi_shrink
by Gilles Peskine
· 6 years ago
db42062
mpi_copy: make the 0 case slightly more robust
by Gilles Peskine
· 6 years ago
28cd416
Fix possible error code mangling in psa_mac_verify_finish
by Gilles Peskine
· 6 years ago
83f33d3
Bump version to Mbed TLS 2.20.0
by Janos Follath
· 6 years ago
7de9ac5
Updates to make the AES Wrapped support generic
by Michael Thomas
· 6 years ago
d27a884
Merge branch 'development' into development-restricted
by Janos Follath
· 6 years ago
17547bc
Wrapped key working now.
by Michael Thomas
· 6 years ago
2d73c20
Context setup for vendor defeind AES key
by Michael Thomas
· 6 years ago
6ef5072
Renamed to keep naming consistent Added macro to check AES key
by Michael Thomas
· 6 years ago
3e88b5c
Added vendor format key to aes context
by Michael Thomas
· 6 years ago
01d88e9
Updated aes gen signature
by Michael Thomas
· 6 years ago
4533607
Initial updates to support vendor defined keys
by Michael Thomas
· 6 years ago
2d88549
Improve readability of macro in selftest
by Manuel Pégourié-Gonnard
· 6 years ago
0b9db44
Make optional parameter validation more precise
by Manuel Pégourié-Gonnard
· 6 years ago
792b16d
Make more code paths conditional in psa_crypto.c
by Manuel Pégourié-Gonnard
· 6 years ago
d602084
Implement NO_SHA384 in MD layer and PSA
by Manuel Pégourié-Gonnard
· 6 years ago
39ea19a
Adapt sha512 selftest to NO_SHA384 option
by Manuel Pégourié-Gonnard
· 6 years ago
3df4e60
Implement SHA512_NO_SHA384 in sha512 module
by Manuel Pégourié-Gonnard
· 6 years ago
ad6cb11
Declare new config.h option MBEDTLS_SHA512_NO_SHA384
by Manuel Pégourié-Gonnard
· 6 years ago
180850a
Merge pull request #291 from gilles-peskine-arm/ctr_drbg-test_aes_128
by Gilles Peskine
· 6 years ago
mbedcrypto-3.0.0d0
73c616b
Put includes in alphabetical order
by Janos Follath
· 6 years ago
df587ee
Remove duplicate include statement
by Janos Follath
· 6 years ago
Next »