TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls.git
/
e6c3aa7e7b2bc4294cc3653c7132bc97eb7f7250
/
library
/
pk.c
e3c4ee5
Rename mbedtls_platform_memcmp() to mbedtls_platform_memequal()
by Piotr Nowicki
· 5 years ago
3403969
Add a comment regarding remaining space check
by Andrzej Kurek
· 5 years ago
a798e5d
Introduce additional buffer size checks to pk.c
by Andrzej Kurek
· 5 years ago
f523c47
Merge pull request #3403 from piotr-now/sca_memmove
by Piotr Nowicki
· 5 years ago
ce0aab4
Add new error code PLATFORM_ALLOC_FAILED for mbedtls_platform_memmove()
by Piotr Nowicki
· 5 years ago
5d5841f
Add mbedtls_platform_memmove() as a secured memcmp()
by Piotr Nowicki
· 5 years ago
e048b91
Add returning a FAULT_DETECTED error on suspected FI attacks
by Piotr Nowicki
· 5 years ago
fd56f40
Change the default value of status variables to an error
by Andrzej Kurek
· 5 years ago
ac6d226
Update signature of mbedtls_platform_random_delay
by Arto Kinnunen
· 6 years ago
7195571
Replace mbedtls_platform_enforce_volatile_reads 2
by Arto Kinnunen
· 6 years ago
e91f0dc
Replace mbedtls_platform_enforce_volatile_reads
by Arto Kinnunen
· 6 years ago
91dbb79
Fix error return code
by Jarno Lamsa
· 6 years ago
b83a213
Protect the return value from mbedtls_pk_verify
by Jarno Lamsa
· 6 years ago
9d6a535
Return and propagate UECC_FAULT_DETECTED
by Manuel Pégourié-Gonnard
· 6 years ago
4d6186b
Rename ATTACK_DETECTED to FAULT_DETECTED
by Manuel Pégourié-Gonnard
· 6 years ago
1a53371
Remove curve parameter from public functions
by Manuel Pégourié-Gonnard
· 6 years ago
677b7f6
Fix direct use of struct instead of abstract type
by Manuel Pégourié-Gonnard
· 6 years ago
72a8c9e
Force some compilers to respect volatile reads
by Manuel Pégourié-Gonnard
· 6 years ago
ca7b5ab
Use double-checking of critical value in pk_verify()
by Manuel Pégourié-Gonnard
· 6 years ago
10d8e8e
Use safer return values in uECC_verify()
by Manuel Pégourié-Gonnard
· 6 years ago
91d7938
Changed every memcpy to SCA equivalent mbedtls_platform_memcpy
by Teppo Järvelin
· 6 years ago
e2bf54d
Merge remote-tracking branch 'public/pr/2877' into baremetal
by Simon Butcher
· 6 years ago
6bf30be
Use plain memset() for signature transcoding
by Manuel Pégourié-Gonnard
· 6 years ago
9941933
Use plain memset() in context init functions
by Manuel Pégourié-Gonnard
· 6 years ago
7a346b8
Replace memset() with mbedtls_platform_memset()
by Manuel Pégourié-Gonnard
· 6 years ago
61f412e
Changed every memcmp to SCA equivalent mbedtls_platform_memcmp
by Teppo Järvelin
· 6 years ago
8b5e6bd
Improve some internal documentation
by Manuel Pégourié-Gonnard
· 6 years ago
a77e9b5
Make sub-context statically allocated
by Manuel Pégourié-Gonnard
· 6 years ago
073c1e1
Remove pk_info from pk_context_t with SINGLE_TYPE
by Manuel Pégourié-Gonnard
· 6 years ago
4223ce4
Introduce macro-based read access to ctx->pk_info
by Manuel Pégourié-Gonnard
· 6 years ago
f8b7c7f
Implement two-valued handle type
by Manuel Pégourié-Gonnard
· 6 years ago
020d9ba
Introduce abstraction mbedtls_pk_handle_t
by Manuel Pégourié-Gonnard
· 6 years ago
08620cb
Implement static dispatch with SINGLE_PK_TYPE
by Manuel Pégourié-Gonnard
· 6 years ago
8cd2889
Clean up merged pk_wrap in pk.c
by Manuel Pégourié-Gonnard
· 6 years ago
4ed179f
Merge pk_wrap into pk.c
by Manuel Pégourié-Gonnard
· 6 years ago
57d96cd
Move NULL check inside accessor function
by Manuel Pégourié-Gonnard
· 6 years ago
2d9466f
Minor preparatory changes in mbedtls_pk_check_pair()
by Manuel Pégourié-Gonnard
· 6 years ago
c10f092
Add accessor functions for members of pk_info
by Manuel Pégourié-Gonnard
· 6 years ago
a5cedbc
Introduce MD handle type
by Hanno Becker
· 6 years ago
adf11e1
Fixup: Impl. MBEDTLS_PK_ECKEY, not MBEDTLS_PK_ECDSA, via TinyCrypt
by Hanno Becker
· 6 years ago
42b83db
Verify sign wrapper functionality for uECC
by Jarno Lamsa
· 6 years ago
b6cdf98
Merge remote-tracking branch 'public/pr/1721' into development-restricted
by Simon Butcher
· 7 years ago
6af45ec
PK: document context validity requirements
by Gilles Peskine
· 7 years ago
ee3cfec
PK sign/verify: hash=NULL is ok if md_alg=0 and hash_len=0
by Gilles Peskine
· 7 years ago
1f19fa6
PK: Fix free(NULL) in library and tests
by Gilles Peskine
· 7 years ago
e97dc60
Implement parameter validation in pk, pkparse and pkwrite
by Gilles Peskine
· 7 years ago
b843b15
Fix function name to fit conventions
by Manuel Pégourié-Gonnard
· 7 years ago
ee68cff
Fix or improve some comments (and whitespace)
by Manuel Pégourié-Gonnard
· 7 years ago
c8c12b6
Add NULL pointer check for consistency
by Manuel Pégourié-Gonnard
· 7 years ago
da19f4c
Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted
by Manuel Pégourié-Gonnard
· 7 years ago
2239a86
Clear pk context and other minor changes in *_free() procedures
by irwir
· 7 years ago
1f6301b
Rename mbedtls_zeroize to mbedtls_platform_zeroize
by Andres Amaya Garcia
· 7 years ago
e32df08
Remove individual copies of mbedtls_zeroize()
by Andres Amaya Garcia
· 8 years ago
d55f776
Skip context allocation if restart disabled
by Manuel Pégourié-Gonnard
· 8 years ago
aaa9814
Uniformize ifdefs to ECDSA_C+ECP_RESTARTABLE
by Manuel Pégourié-Gonnard
· 8 years ago
0bbc66c
Dynamically allocate/free restart subcontext in PK
by Manuel Pégourié-Gonnard
· 8 years ago
15d7df2
Introduce mbedtls_pk_restart_ctx and use it
by Manuel Pégourié-Gonnard
· 8 years ago
1f59606
Make PK EC sign/verify actually restartable
by Manuel Pégourié-Gonnard
· 8 years ago
82cb27b
PK: declare restartable sign/verify functions
by Manuel Pégourié-Gonnard
· 8 years ago
7c02c50
Change PK module preprocessor check on word size
by Andres Amaya Garcia
· 8 years ago
7284987
Fix data loss in unsigned int cast in PK
by Andres AG
· 9 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
097c7bb
Rename relevant global symbols from size to bitlen
by Manuel Pégourié-Gonnard
· 10 years ago
39a48f4
Internal renamings in PK
by Manuel Pégourié-Gonnard
· 10 years ago
6a8ca33
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
by Manuel Pégourié-Gonnard
· 10 years ago
50518f4
Rename _wrap headers to _internal
by Manuel Pégourié-Gonnard
· 10 years ago
d9e6a3a
Rename pk_init_ctx() -> pk_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
348bcb3
Make RSA_ALT support optionnal
by Manuel Pégourié-Gonnard
· 10 years ago
ca878db
Make md_info_t an opaque structure
by Manuel Pégourié-Gonnard
· 10 years ago
0db107e
Fix pk_can_do() constness issue
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
00ab470
cleanup library and some basic tests. Includes, add guards to includes
by Rich Evans
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 11 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 11 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 11 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 11 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 11 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 11 years ago
a1efcb0
Implement pk_check_pair() for RSA-alt
by Manuel Pégourié-Gonnard
· 11 years ago
70bdadf
Add pk_check_pair()
by Manuel Pégourié-Gonnard
· 11 years ago
ef5087d
Added explicit casts to prevent compiler warnings when trying to build for iOS
by Sander Niemeijer
· 11 years ago
66d5d07
Fix formatting in various code to match spacing from coding style
by Paul Bakker
· 11 years ago
d8bb826
Fix code styling for return statements
by Paul Bakker
· 11 years ago
3461772
Introduce polarssl_zeroize() instead of memset() for zeroization
by Paul Bakker
· 11 years ago
20422e9
Add pk_verify_ext()
by Manuel Pégourié-Gonnard
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
75342a6
Fixed typos in code
by Paul Bakker
· 11 years ago
0148875
Add tests and fix bugs for RSA-alt contexts
by Manuel Pégourié-Gonnard
· 11 years ago
42099c3
Revert "Add pk_rsa_set_padding() and rsa_set_padding()"
by Paul Bakker
· 12 years ago
dfab4c1
Add forgotten #ifdef and depends_on
by Manuel Pégourié-Gonnard
· 12 years ago
b4fae57
Add pk_rsa_set_padding() and rsa_set_padding()
by Manuel Pégourié-Gonnard
· 12 years ago
8053da4
x509write_csr() now fully using PK internally
by Manuel Pégourié-Gonnard
· 12 years ago
bfe32ef
pk_{sign,verify}() now accept hash_len = 0
by Manuel Pégourié-Gonnard
· 12 years ago
c40b4c3
Add configuration item for the PK module
by Manuel Pégourié-Gonnard
· 12 years ago
12c1ff0
Add RSA-alt to the PK layer
by Manuel Pégourié-Gonnard
· 12 years ago
a2d3f22
Add and use pk_encrypt(), pk_decrypt()
by Manuel Pégourié-Gonnard
· 12 years ago
8df2769
Introduce pk_sign() and use it in ssl
by Manuel Pégourié-Gonnard
· 12 years ago
Next »