TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
af01b4b387c9817ef1464705cc857a293fbc3c07
af01b4b
Update crypto submodule to sibling commit
by Hanno Becker
· 7 years ago
a985111
Adapt ecdsa_verify_wrap() to new EC public key format
by Hanno Becker
· 7 years ago
2192c27
Update crypto submodule to sibling PR
by Hanno Becker
· 7 years ago
f99c2ec
PSA: Adapt pk.c, pk_wrap.c, cipher.c to new key policy init API
by Hanno Becker
· 7 years ago
e34f636
PSA: Adapt cipher.c, pk.c, pk_wrap.c to new key slot allocation API
by Hanno Becker
· 7 years ago
32809e8
PSA: Adapt ssl_server2 to modified key allocation API
by Hanno Becker
· 7 years ago
9bd8842
PSA: Adapt ssl_server2 to hew key policy initialization API
by Hanno Becker
· 7 years ago
1387124
PSA: Adapt ssl_client2 to new key policy initialization API
by Hanno Becker
· 7 years ago
37519ea
PSA: Adapt ssl_client2 to modified key slot allocation API
by Hanno Becker
· 7 years ago
8d865df
PSA: Adapt PK test suite to new key policy initialization API
by Hanno Becker
· 7 years ago
353295a
PSA: Adapt PK test suite to modified key slot allocation mechanism
by Hanno Becker
· 7 years ago
4a2949b
Update crypto submodule
by Hanno Becker
· 7 years ago
4b56865
Update crypto version to use new key allocation
by Andrzej Kurek
· 7 years ago
4687ea0
Revert .gitmodules update - point back to development
by Andrzej Kurek
· 7 years ago
dae1768
Update .gitmodules file to point to a sibling branch in mbed-crypto
by Andrzej Kurek
· 7 years ago
c847d9f
Change PSA submodule url
by Andrzej Kurek
· 7 years ago
7deba18
Remove unnecessary "#" sign from PSA macros
by Andrzej Kurek
· 7 years ago
e57c1ea
Switch to the public crypto submodule url
by Andrzej Kurek
· 7 years ago
c0a1be0
Fix indentation of documentation
by Andrzej Kurek
· 7 years ago
62594a8
pk_wrap: pass curve size instead of a larger size of the exported key
by Andrzej Kurek
· 7 years ago
93a38a3
pk: wrap curve_id before passing it to PSA
by Andrzej Kurek
· 7 years ago
a62a58e
cipher: fixed key ownership scope
by Andrzej Kurek
· 7 years ago
2349c4d
Adapt to the new key allocation mechanism
by Andrzej Kurek
· 7 years ago
a49a94a
Updating PSA submodule to commit 9e0feff
by Andrzej Kurek
· 7 years ago
3e24c26
Merge remote-tracking branch 'upstream-public/pr/2218' into development-psa
by Jaeden Amero
· 7 years ago
archive/mbedtls-2.15.1
mbedtls-2.15.1
5dfca1e
Update library version to 2.15.1
by Jaeden Amero
· 7 years ago
mbedtls-2.15.1
41f9519
Update ChangeLog for Crypto submodule update
by Simon Butcher
· 7 years ago
7d6f48a
Update crypto submodule with compilation guard fixes for CCM and GCM
by Gilles Peskine
· 7 years ago
5f62a57
Merge remote-tracking branch 'public/pr/2226' into development-psa-proposed
by Simon Butcher
· 7 years ago
mbedtls-2.15.0
3aad836
Update crypto submodule to mbedcrypto-0.1.0b
by Jaeden Amero
· 7 years ago
60ee838
Merge remote-tracking branch 'public/pr/2224' into development-psa-proposed
by Simon Butcher
· 7 years ago
bb225f7
Merge remote-tracking branch 'upstream-public/pr/2225' into development-psa-proposed
by Jaeden Amero
· 7 years ago
720d9a6
psa: Update submodule to include CMake fix
by Jaeden Amero
· 7 years ago
b1c48d3
psa: Include PSA headers for tests and programs
by Jaeden Amero
· 7 years ago
ee81756
Fix wrong cmake invocation in all.sh testing MBEDTLS_USE_PSA_CRYPTO
by Hanno Becker
· 7 years ago
ebeb6cb
Update library version to 2.15.0
by Simon Butcher
· 7 years ago
46b79c1
Merge remote-tracking branch 'remote_jaeden/dev/patater/avoid-check-files-todo-dev' into development-psa-proposed
by Hanno Becker
· 7 years ago
cdb3117
Temporarily update crypto-submodule target branch
by Hanno Becker
· 7 years ago
80a23a5
check-files: Don't check same-named files
by Jaeden Amero
· 7 years ago
3441d2e
Merge branch 'iotssl-2597-psa-hashing-x509' into development-psa-proposed
by Hanno Becker
· 7 years ago
4ae8b49
Merge branch 'iotssl-2578-psa-sig-verification' into development-psa-proposed
by Hanno Becker
· 7 years ago
a0a96a0
Merge branch 'psa_cipher_integration' into development-psa-proposed
by Hanno Becker
· 7 years ago
f8b5f27
Merge branch 'psa_cipher' into development-psa-proposed
by Hanno Becker
· 7 years ago
4855299
Merge branch 'opaque_psk_implementation' into development-psa-proposed
by Hanno Becker
· 7 years ago
b345ae6
Merge branch 'iotssl-2596-opaque-csr-creation' into development-psa-proposed
by Hanno Becker
· 7 years ago
ee618f7
Merge branch 'iotssl-2574-pk-opaque-tls' into development-psa-proposed
by Hanno Becker
· 7 years ago
9aa921f
Merge branch 'iotssl-2580-pk-opaque-psa' into development-psa-proposed
by Hanno Becker
· 7 years ago
b7f3ac6
pkwrite: add an explicit cast to size_t
by Andrzej Kurek
· 7 years ago
967cfd1
Remove trailing whitespace
by Andrzej Kurek
· 7 years ago
158c3d1
pkwrite: add a safety check before calculating the buffer size
by Andrzej Kurek
· 7 years ago
4b11407
Cosmetic changes
by Andrzej Kurek
· 7 years ago
5f7bad3
Add CSR write testing using opaque keys
by Andrzej Kurek
· 7 years ago
5fec086
pkwrite: add opaque key handling for public key exporting
by Andrzej Kurek
· 7 years ago
8b38ff5
Remove trailing whitespace
by Andrzej Kurek
· 7 years ago
a609337
x509: remove unnecessary calls to psa_hash_abort
by Andrzej Kurek
· 7 years ago
d4a6553
x509: use the PSA API to perform hashing operations
by Andrzej Kurek
· 7 years ago
ad5d581
pk_wrap.c: fix length mismatch check placement
by Andrzej Kurek
· 7 years ago
eeac03b
pk_wrap.c: tidy up signature extraction
by Andrzej Kurek
· 7 years ago
6cb63aa
Cosmetic changes
by Andrzej Kurek
· 7 years ago
9241d18
pk_wrap: rework and tidy up signature extraction
by Andrzej Kurek
· 7 years ago
b6016c5
pk_wrap: reuse a static buffer for signature extraction
by Andrzej Kurek
· 7 years ago
b7b0478
pk_wrap: rework signature extraction to work with small r and s values
by Andrzej Kurek
· 7 years ago
2baae9e
Add tests for ECDSA verify with short r, s values
by Manuel Pégourié-Gonnard
· 7 years ago
4f02539
pk_wrap: improve error codes returned from ecdsa_verify_wrap
by Andrzej Kurek
· 7 years ago
2122774
pk_wrap: switch to helper functions defined in psa_util.h
by Andrzej Kurek
· 7 years ago
c05ec9f
pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrap
by Andrzej Kurek
· 7 years ago
cef91af
pk_wrap: destroy key slot on errors with policy or key importing
by Andrzej Kurek
· 7 years ago
3f864c2
pk_wrap: add a check for equal signature parts
by Andrzej Kurek
· 7 years ago
b3d1b12
pk_wrap: check if curve conversion is successful
by Andrzej Kurek
· 7 years ago
ea84233
pk_wrap: nullify the signature pointer on error in extract_ecdsa_sig
by Andrzej Kurek
· 7 years ago
6376d63
pk_wrap: cosmetic changes
by Andrzej Kurek
· 7 years ago
8b036a6
pk_wrap.c: add support for ecdsa signature verification using PSA
by Andrzej Kurek
· 7 years ago
cfdf8f4
Implement key_opaque option to ssl_client2
by Manuel Pégourié-Gonnard
· 7 years ago
ef68be4
Add option key_opaque to ssl_client2 (skeleton)
by Manuel Pégourié-Gonnard
· 7 years ago
e9420c2
Rename PSA test in ssl-opt.sh
by Hanno Becker
· 7 years ago
a0dc9cf
Remove superfluous quotes in ssl-opt.sh
by Hanno Becker
· 7 years ago
cb1cc80
Use PSA-based ciphers for record protections in TLS-1.2 only
by Hanno Becker
· 7 years ago
679d8ce
Use PSA-based ciphers for SSL ticket protection
by Hanno Becker
· 7 years ago
d140d08
Introduce macros for constants in SSL ticket implementation
by Hanno Becker
· 7 years ago
9b5853c
Add runs for specific PSA-supported ciphersuites to ssl-opt.sh
by Hanno Becker
· 7 years ago
9d76d56
Omit tests from ssl-opt.sh which force a disabled ciphersuite
by Hanno Becker
· 7 years ago
f704bef
Setup PSA-based cipher context in mbedtls_ssl_derive_keys()
by Hanno Becker
· 7 years ago
7909c4c
Improve doc wording of PSA status field of mbedtls_cipher_context_t
by Hanno Becker
· 7 years ago
a654c3e
Return 'Feature unavailable' error for ciphers unsupported by PSA
by Hanno Becker
· 7 years ago
115e1a4
Don't use multiline comments in enums to silence check-names.sh
by Hanno Becker
· 7 years ago
b1b2c01
Add missing newline at the end of test_suite_cipher.gcm.data
by Hanno Becker
· 7 years ago
625f94b
Minor rewording in documentation of PSA-based cipher context
by Hanno Becker
· 7 years ago
ce61a32
Use enum for slot state in PSA-based cipher context
by Hanno Becker
· 7 years ago
8d88a6e
Check support for cipher in mbedtls_cipher_setup_psa()
by Hanno Becker
· 7 years ago
b0c05e2
Test PSA-based GCM cipher operations
by Hanno Becker
· 7 years ago
5cec718
Adapt existing Cipher-GCM test cases to new param for auth_crypt_tv
by Hanno Becker
· 7 years ago
a13272d
Test PSA-based CCM cipher operations
by Hanno Becker
· 7 years ago
56150af
Implement PSA-based AEAD enc/dec cipher operations
by Hanno Becker
· 7 years ago
f133640
Add AEAD tag length to new mbedtls_cipher_setup_psa()
by Hanno Becker
· 7 years ago
884f6af
Always configure PSA-based keys for encryption and decryption
by Hanno Becker
· 7 years ago
e43164e
Add AES-*-CBC test vectors for PSA-based cipher contexts
by Hanno Becker
· 7 years ago
3c852a9
Implement PSA-based version of mbedtls_cipher_crypt()
by Hanno Becker
· 7 years ago
d9ca5cf
Implement mbedtls_cipher_setkey() for PSA-based cipher contexts
by Hanno Becker
· 7 years ago
73f59fc
Add PSA-specific cipher context
by Hanno Becker
· 7 years ago
1cb3653
Add `psa_enabled` field to cipher ctx and add dummy implementations
by Hanno Becker
· 7 years ago
Next »