TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
refs/heads/lcov
/
library
/
ssl_tls.c
a0d3a26
Exclude a few lines from lcov coverage stats:
by Manuel Pégourié-Gonnard
· 11 years ago
archive/lcov
lcov
588ad50
Fix a fairly common typo in comments
by Tillmann Karras
· 10 years ago
5793e7e
Merge 'development' into iotssl-411-port-reuse
by Simon Butcher
· 10 years ago
ea5370d
Don't allow reconnect during handshake
by Manuel Pégourié-Gonnard
· 10 years ago
d0bf6a3
Update ssl_tls.c
by Simon Butcher
· 10 years ago
74ca8d0
Update ssl_tls.c
by Simon Butcher
· 10 years ago
0789aed
Update ssl_tls.c
by Simon Butcher
· 10 years ago
ddfe5d2
Tune dependencies
by Manuel Pégourié-Gonnard
· 10 years ago
2ed05a0
Fix typos
by Manuel Pégourié-Gonnard
· 10 years ago
62c74bb
Stop wasting resources
by Manuel Pégourié-Gonnard
· 10 years ago
2088e2e
fix const-ness of argument to mbedtls_ssl_conf_cert_profile
by Nicholas Wilson
· 10 years ago
3f09b6d
Fix API
by Manuel Pégourié-Gonnard
· 10 years ago
be619c1
Clean up error codes
by Manuel Pégourié-Gonnard
· 10 years ago
11331fc
First working dirty version
by Manuel Pégourié-Gonnard
· 10 years ago
9650205
Start detecting epoch 0 ClientHellos
by Manuel Pégourié-Gonnard
· 10 years ago
37ff140
Change main license to Apache 2.0
by Manuel Pégourié-Gonnard
· 10 years ago
ed51594
Merge pull request #265 from ARMmbed/iotssl-460-bugfixes
by Simon Butcher
· 10 years ago
f81ee2e
Add NULL checks to top-level SSL functions
by Manuel Pégourié-Gonnard
· 10 years ago
a2cda6b
Add mbedtls_ssl_get_max_frag_len()
by Manuel Pégourié-Gonnard
· 10 years ago
c6b5d83
Fix handling of long PSK identities
by Manuel Pégourié-Gonnard
· 10 years ago
ea35666
Fix -Wshadow warnings
by Manuel Pégourié-Gonnard
· 10 years ago
c98204e
Fix missing break in switch for SSL presets
by Manuel Pégourié-Gonnard
· 10 years ago
0a88574
DTLS: treat bad MAC on Finished as an error
by Manuel Pégourié-Gonnard
· 10 years ago
6fb8187
Update date in copyright line
by Manuel Pégourié-Gonnard
· 10 years ago
cb0d212
Fix level of some debug messages
by Manuel Pégourié-Gonnard
· 10 years ago
001f2b6
Use xxx_clone() instead of memcpy() in SSL
by Manuel Pégourié-Gonnard
· 10 years ago
c0bf01e
Undo overzealous renaming of internal variables
by Manuel Pégourié-Gonnard
· 10 years ago
b9d64e5
Fix missing calls to md/shaxxx_free()
by Manuel Pégourié-Gonnard
· 10 years ago
9de64f5
Fix MSVC warnings in library and programs
by Manuel Pégourié-Gonnard
· 10 years ago
0761733
Fix potential NULL dereference
by Manuel Pégourié-Gonnard
· 10 years ago
fd47423
Change SSL debug API in the library
by Manuel Pégourié-Gonnard
· 10 years ago
79c4e3e
Rm obsolete comments
by Manuel Pégourié-Gonnard
· 10 years ago
14bf706
Add SSL "assertions" to help static analyzers
by Manuel Pégourié-Gonnard
· 10 years ago
cdc26ae
Add mbedtls_ssl_set_hs_authmode
by Manuel Pégourié-Gonnard
· 10 years ago
12ad798
Rename ssl_session.length to id_len
by Manuel Pégourié-Gonnard
· 10 years ago
898e0aa
Rename key_length in cipher_info
by Manuel Pégourié-Gonnard
· 10 years ago
b31c5f6
Add SSL presets.
by Manuel Pégourié-Gonnard
· 10 years ago
7bfc122
Implement sig_hashes
by Manuel Pégourié-Gonnard
· 10 years ago
36a8b57
Create API for mbedtls_ssl_conf_sig_hashes().
by Manuel Pégourié-Gonnard
· 10 years ago
9d412d8
Small internal changes in curve checking
by Manuel Pégourié-Gonnard
· 10 years ago
b541da6
Fix define for ssl_conf_curves()
by Manuel Pégourié-Gonnard
· 10 years ago
6e3ee3a
Add mbedtls_ssl_conf_cert_profile()
by Manuel Pégourié-Gonnard
· 10 years ago
bd990d6
Add ssl_conf_dhm_min_bitlen()
by Manuel Pégourié-Gonnard
· 10 years ago
3335205
Avoid in-out length in dhm_calc_secret()
by Manuel Pégourié-Gonnard
· 10 years ago
cb46fd8
Avoid non-standard strcasecmp()
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
1b8de57
Remove a few redundant memset after calloc.
by Manuel Pégourié-Gonnard
· 10 years ago
b2a18a2
Remove references to malloc in strings/names
by Manuel Pégourié-Gonnard
· 10 years ago
7551cb9
Replace malloc with calloc
by Manuel Pégourié-Gonnard
· 10 years ago
5e94dde
Create ssl_internal.h and move some functions
by Manuel Pégourié-Gonnard
· 10 years ago
e057d3b
Relax some dependencies
by Manuel Pégourié-Gonnard
· 10 years ago
b596abf
Refine cli/srv ifdefs for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
cf141ca
Fix #ifdefs on ssl_cli.c or ssl_srv.c
by Manuel Pégourié-Gonnard
· 10 years ago
d59675d
Move to callback for session tickets
by Manuel Pégourié-Gonnard
· 10 years ago
b0394be
Further adapt prototypes of ticket functions
by Manuel Pégourié-Gonnard
· 10 years ago
151dc77
Fix some old names that remained
by Manuel Pégourié-Gonnard
· 10 years ago
8473f87
Rename cipher_init_ctx() to cipher_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
0de074f
Use rarely used conf function to cover them
by Manuel Pégourié-Gonnard
· 10 years ago
66dc555
mbedtls_ssl_conf_arc4_support() depends on ARC4_C
by Manuel Pégourié-Gonnard
· 10 years ago
6ab9b00
Fix warnings from armcc
by Manuel Pégourié-Gonnard
· 10 years ago
545102e
No timer -> to timeout (optional for TLS)
by Manuel Pégourié-Gonnard
· 10 years ago
286a136
SSL timer fixes: not DTLS only, start cancelled
by Manuel Pégourié-Gonnard
· 10 years ago
e3c41ad
Use the new timer callback API in programs
by Manuel Pégourié-Gonnard
· 10 years ago
2e01291
Prepare the SSL modules for using timer callbacks
by Manuel Pégourié-Gonnard
· 10 years ago
ec4b089
Fix issue in ssl_free() vs ssl_config_free()
by Manuel Pégourié-Gonnard
· 10 years ago
e6ef16f
Change X.509 verify flags to uint32_t
by Manuel Pégourié-Gonnard
· 10 years ago
55fab2d
Fix a few more #ifdef's
by Manuel Pégourié-Gonnard
· 10 years ago
8b431fb
Fix dependency issues
by Manuel Pégourié-Gonnard
· 10 years ago
06939ce
Fix order of ssl_conf vs ssl_setup in programs
by Manuel Pégourié-Gonnard
· 10 years ago
01e5e8c
Change a few ssl_conf return types to void
by Manuel Pégourié-Gonnard
· 10 years ago
6729e79
Rename ssl_set_xxx() to ssl_conf_xxx()
by Manuel Pégourié-Gonnard
· 10 years ago
22bfa4b
Add ssl_set_hs_ca_chain()
by Manuel Pégourié-Gonnard
· 10 years ago
1897af9
Make conf const inside ssl_context (finally)
by Manuel Pégourié-Gonnard
· 10 years ago
17a40cd
Change ssl_own_cert to work on ssl_config
by Manuel Pégourié-Gonnard
· 10 years ago
1af6c85
Add ssl_set_hs_own_cert()
by Manuel Pégourié-Gonnard
· 10 years ago
8f618a8
Rework ssl_set_own_cert() internals
by Manuel Pégourié-Gonnard
· 10 years ago
120fdbd
Change ssl_set_psk() to act on ssl_config
by Manuel Pégourié-Gonnard
· 10 years ago
4b68296
Use a specific function in the PSK callback
by Manuel Pégourié-Gonnard
· 10 years ago
750e4d7
Move ssl_set_rng() to act on config
by Manuel Pégourié-Gonnard
· 10 years ago
5cb3308
Merge contexts for session cache
by Manuel Pégourié-Gonnard
· 10 years ago
ae31914
Rename ssl_legacy_renegotiation() to ssl_set_...
by Manuel Pégourié-Gonnard
· 10 years ago
662c6e8
Disable truncated HMAC by default
by Manuel Pégourié-Gonnard
· 10 years ago
1028b74
Upgrade default DHM params size
by Manuel Pégourié-Gonnard
· 10 years ago
8836994
Move WANT_READ/WANT_WRITE codes to SSL
by Manuel Pégourié-Gonnard
· 10 years ago
1b511f9
Rename ssl_set_bio_timeout() to set_bio()
by Manuel Pégourié-Gonnard
· 10 years ago
97fd52c
Split ssl_set_read_timeout() out of bio_timeout()
by Manuel Pégourié-Gonnard
· 10 years ago
bc2b771
Move ssl_set_ca_chain() to work on config
by Manuel Pégourié-Gonnard
· 10 years ago
ba26c24
Change how hostname is stored internally
by Manuel Pégourié-Gonnard
· 10 years ago
2b49445
Move session ticket keys to conf
by Manuel Pégourié-Gonnard
· 10 years ago
684b059
Move ssl_set_fallback() to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
6bf89d6
Move ssl_set_max_fragment_len to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
17eab2b
Move set_cbc_record_splitting() to conf
by Manuel Pégourié-Gonnard
· 10 years ago
d36e33f
Move easy ssl_set_xxx() functions to work on conf
by Manuel Pégourié-Gonnard
· 10 years ago
419d5ae
Make endpoint+transport args of config_defaults()
by Manuel Pégourié-Gonnard
· 10 years ago
def0bbe
Allocate ssl_config out of ssl_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
cd523e2
Introduce mbedtls_ssl_config_{init,defaults,free}()
by Manuel Pégourié-Gonnard
· 10 years ago
7ca4e4d
Move things to conf substructure
by Manuel Pégourié-Gonnard
· 10 years ago
8a81e84
Merge branch 'mbedtls-1.3' into development
by Manuel Pégourié-Gonnard
· 10 years ago
41d479e
Split ssl_init() -> ssl_setup()
by Manuel Pégourié-Gonnard
· 10 years ago
47fede0
Add countermeasure against cache-based lucky 13
by Manuel Pégourié-Gonnard
· 10 years ago
Next »