TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
55427964b1073e566acfa36786bc4ab3ad901b9c
/
library
/
ssl_ciphersuites.c
5d8aade
Reduce priority of 3DES ciphersuites
by Andres Amaya Garcia
· 7 years ago
cac0c1a
Merge remote-tracking branch 'upstream-public/pr/1378' into development
by Jaeden Amero
· 7 years ago
755bb6a
Add ecc extensions only if ecc ciphersuite is used
by Ron Eldor
· 7 years ago
ce66d5e
Declare ChaCha-Poly ciphersuites
by Manuel Pégourié-Gonnard
· 7 years ago
af37f0f
Add remaining ARIA suites to priority list
by Manuel Pégourié-Gonnard
· 7 years ago
c06e101
ARIA ciphersuites for TLS 1.2
by Markku-Juhani O. Saarinen
· 8 years ago
d300a57
Undo API change
by Hanno Becker
· 8 years ago
7e5437a
Remember suitable hash function for any signature algorithm.
by Hanno Becker
· 8 years ago
1aa267c
Introduce macros and functions to characterize certain ciphersuites.
by Hanno Becker
· 8 years ago
b5b6af2
Puts platform time abstraction into its own header
by Simon Butcher
· 9 years ago
d5800b7
Abstracts away time()/stdlib.h into platform
by SimonB
· 9 years ago
538cb7b
Add the ECJPAKE ciphersuite
by Manuel Pégourié-Gonnard
· 10 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
f78e4de
Fix warnings from -pedantic
by Manuel Pégourié-Gonnard
· 10 years ago
cb46fd8
Avoid non-standard strcasecmp()
by Manuel Pégourié-Gonnard
· 10 years ago
2cf5a7c
The Great Renaming
by Manuel Pégourié-Gonnard
· 10 years ago
7f80997
Rename include directory to mbedtls
by Manuel Pégourié-Gonnard
· 10 years ago
998897b
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
fe44643
Rename website and repository
by Manuel Pégourié-Gonnard
· 10 years ago
d901d17
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
a273371
Fix "int vs enum" warnings from armcc v5
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
2a0718d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
860b516
Fix url again
by Manuel Pégourié-Gonnard
· 10 years ago
df6411d
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
085ab04
Fix website url to use https.
by Manuel Pégourié-Gonnard
· 10 years ago
9698f58
Remove maintainer line.
by Manuel Pégourié-Gonnard
· 10 years ago
19f6b5d
Remove redundant "all rights reserved"
by Manuel Pégourié-Gonnard
· 10 years ago
eab72e2
Merge branch 'development' into dtls
by Manuel Pégourié-Gonnard
· 10 years ago
a658a40
Update copyright
by Manuel Pégourié-Gonnard
· 10 years ago
b4fe3cb
Rename to mbed TLS in the documentation/comments
by Manuel Pégourié-Gonnard
· 10 years ago
967a2a5
Change name to mbed TLS in the copyright notice
by Manuel Pégourié-Gonnard
· 10 years ago
d666451
Add a ciphersuite NODTLS flag
by Manuel Pégourié-Gonnard
· 11 years ago
82788fb
Fix minor style issues
by Paul Bakker
· 11 years ago
polarssl-1.3.9
a04fa4f
RSA-PSK key exchange requires TLS 1.x
by Manuel Pégourié-Gonnard
· 11 years ago
8d4ad07
SHA-2 ciphersuites now require TLS 1.x
by Manuel Pégourié-Gonnard
· 11 years ago
dfc7df0
Add SSL_CIPHERSUITES config option
by Manuel Pégourié-Gonnard
· 11 years ago
791684c
Save RAM when only a few ciphersuites are defined
by Manuel Pégourié-Gonnard
· 11 years ago
01edb10
Add POLARSSL_REMOVE_RC4_CIPHERSUITES
by Manuel Pégourié-Gonnard
· 11 years ago
2a45d1c
Merge changes to config examples and configuration issues
by Paul Bakker
· 11 years ago
42b5374
Switch CCM and GCM in default suite order
by Manuel Pégourié-Gonnard
· 11 years ago
ac2ccf8
Fix CCM ciphersuites definition: PSK <-> DHE-PSK!
by Manuel Pégourié-Gonnard
· 11 years ago
d8bb826
Fix code styling for return statements
by Paul Bakker
· 11 years ago
6768da9
Register CCM ciphersuites (not implemented yet)
by Manuel Pégourié-Gonnard
· 11 years ago
b9e4e2c
Fix formatting: fix some 'easy' > 80 length lines
by Paul Bakker
· 11 years ago
9af723c
Fix formatting: remove trailing spaces, #endif with comments (> 10 lines)
by Paul Bakker
· 11 years ago
cef4ad2
Adapt sources to configurable config.h name
by Manuel Pégourié-Gonnard
· 11 years ago
c16f4e1
Move RC4 ciphersuites down the list
by Manuel Pégourié-Gonnard
· 11 years ago
280f95b
Add #ifs arround ssl_ciphersuite_uses_XXX()
by Manuel Pégourié-Gonnard
· 11 years ago
25781b2
Add ECDH_RSA and ECDH_ECDSA ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
20b9af7
Fix min_version (TLS 1.0) for ECDHE-PSK suites
by Manuel Pégourié-Gonnard
· 12 years ago
a5bdfcd
Relax some SHA2 ciphersuite's version requirements
by Manuel Pégourié-Gonnard
· 12 years ago
6edcd41
Addition conditions for UEFI environment under MSVC
by Paul Bakker
· 12 years ago
fa6a620
Defines for UEFI environment under MSVC added
by Paul Bakker
· 12 years ago
1642122
Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer
by Paul Bakker
· 12 years ago
21ef42f
Don't select a PSK ciphersuite if no key available
by Manuel Pégourié-Gonnard
· 12 years ago
98d9a2c
Fix missing or wrong ciphersuite definitions
by Manuel Pégourié-Gonnard
· 12 years ago
6fb0f74
Rank GCM before CBC in ciphersuite_preference
by Manuel Pégourié-Gonnard
· 12 years ago
8d01eea
Add Camellia-GCM ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
f34673e
Merged RSA-PSK key-exchange and ciphersuites
by Paul Bakker
· 12 years ago
376e815
Merged ECDHE-PSK ciphersuites
by Paul Bakker
· 12 years ago
ef0eb1e
Add two missing RSA-PSK ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
057e0cf
Fix ciphersuites dependencies on MD5 and SHA1
by Manuel Pégourié-Gonnard
· 12 years ago
225d6aa
Add ECDHE_PSK ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
9654fb1
Fix missing MSVC define
by Manuel Pégourié-Gonnard
· 12 years ago
1a48383
SSL_TLS doesn't depend on PK any more
by Manuel Pégourié-Gonnard
· 12 years ago
51451f8
Replace EC flag with ssl_ciphersuite_uses_ec()
by Manuel Pégourié-Gonnard
· 12 years ago
f7dc378
Make CBC an option, step 1: ssl ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
bc4b7f0
Fix possible race in ssl_list_ciphersuites()
by Manuel Pégourié-Gonnard
· 12 years ago
57a8783
Make more room for ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
09edda8
Check key type against selected key exchange
by Manuel Pégourié-Gonnard
· 12 years ago
32ea60a
Declare ECDSA key exchange and ciphersuites
by Manuel Pégourié-Gonnard
· 12 years ago
0f2f0bf
CAMELLIA-based PSK and DHE-PSK ciphersuites added
by Paul Bakker
· 12 years ago
9e36f04
SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly
by Paul Bakker
· 12 years ago
40afb4b
Added PSK GCM, SHA256 and SHA384 ciphers from RFC5487
by Paul Bakker
· 12 years ago
a1bf92d
Added PSK NULL ciphers from RFC4785
by Paul Bakker
· 12 years ago
e07f41d
Introduced defines to control availability of specific SSL Key Exchange methods.
by Paul Bakker
· 12 years ago
ed27a04
More granular define selections within code to allow for smaller code sizes
by Paul Bakker
· 12 years ago
d4a56ec
Added pre-shared key handling for the client side of SSL / TLS
by Paul Bakker
· 12 years ago
27714b1
Added Camellia ECDHE-based CBC ciphersuites
by Paul Bakker
· 12 years ago
a54e493
Added ECDHE-based SHA256 and SHA384 ciphersuites
by Paul Bakker
· 12 years ago
41c83d3
Added Ephemeral Elliptic Curve Diffie Hellman ciphersuites to SSL/TLS
by Paul Bakker
· 12 years ago
68884e3
Moved to advanced ciphersuite representation and more dynamic SSL code
by Paul Bakker
· 13 years ago