26 #if !defined(MBEDTLS_CONFIG_FILE)
29 #include MBEDTLS_CONFIG_FILE
37 #if defined(MBEDTLS_X509_CRT_PARSE_C)
42 #if defined(MBEDTLS_DHM_C)
46 #if defined(MBEDTLS_ECDH_C)
50 #if defined(MBEDTLS_ZLIB_SUPPORT)
54 #if defined(MBEDTLS_HAVE_TIME)
59 #if defined(MBEDTLS_KEY_EXCHANGE_PSK_ENABLED) || \
60 defined(MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED) || \
61 defined(MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED) || \
62 defined(MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED)
63 #define MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED
66 #if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED) || \
67 defined(MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED) || \
68 defined(MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED)
69 #define MBEDTLS_KEY_EXCHANGE__SOME__ECDHE_ENABLED
72 #if defined(MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED) || \
73 defined(MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED) || \
74 defined(MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED)
75 #define MBEDTLS_KEY_EXCHANGE__SOME__SIGNATURE_ENABLED
81 #define MBEDTLS_ERR_SSL_FEATURE_UNAVAILABLE -0x7080
82 #define MBEDTLS_ERR_SSL_BAD_INPUT_DATA -0x7100
83 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180
84 #define MBEDTLS_ERR_SSL_INVALID_RECORD -0x7200
85 #define MBEDTLS_ERR_SSL_CONN_EOF -0x7280
86 #define MBEDTLS_ERR_SSL_UNKNOWN_CIPHER -0x7300
87 #define MBEDTLS_ERR_SSL_NO_CIPHER_CHOSEN -0x7380
88 #define MBEDTLS_ERR_SSL_NO_RNG -0x7400
89 #define MBEDTLS_ERR_SSL_NO_CLIENT_CERTIFICATE -0x7480
90 #define MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE -0x7500
91 #define MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED -0x7580
92 #define MBEDTLS_ERR_SSL_PRIVATE_KEY_REQUIRED -0x7600
93 #define MBEDTLS_ERR_SSL_CA_CHAIN_REQUIRED -0x7680
94 #define MBEDTLS_ERR_SSL_UNEXPECTED_MESSAGE -0x7700
95 #define MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE -0x7780
96 #define MBEDTLS_ERR_SSL_PEER_VERIFY_FAILED -0x7800
97 #define MBEDTLS_ERR_SSL_PEER_CLOSE_NOTIFY -0x7880
98 #define MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO -0x7900
99 #define MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO -0x7980
100 #define MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE -0x7A00
101 #define MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_REQUEST -0x7A80
102 #define MBEDTLS_ERR_SSL_BAD_HS_SERVER_KEY_EXCHANGE -0x7B00
103 #define MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO_DONE -0x7B80
104 #define MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE -0x7C00
105 #define MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_RP -0x7C80
106 #define MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_CS -0x7D00
107 #define MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_VERIFY -0x7D80
108 #define MBEDTLS_ERR_SSL_BAD_HS_CHANGE_CIPHER_SPEC -0x7E00
109 #define MBEDTLS_ERR_SSL_BAD_HS_FINISHED -0x7E80
110 #define MBEDTLS_ERR_SSL_ALLOC_FAILED -0x7F00
111 #define MBEDTLS_ERR_SSL_HW_ACCEL_FAILED -0x7F80
112 #define MBEDTLS_ERR_SSL_HW_ACCEL_FALLTHROUGH -0x6F80
113 #define MBEDTLS_ERR_SSL_COMPRESSION_FAILED -0x6F00
114 #define MBEDTLS_ERR_SSL_BAD_HS_PROTOCOL_VERSION -0x6E80
115 #define MBEDTLS_ERR_SSL_BAD_HS_NEW_SESSION_TICKET -0x6E00
116 #define MBEDTLS_ERR_SSL_SESSION_TICKET_EXPIRED -0x6D80
117 #define MBEDTLS_ERR_SSL_PK_TYPE_MISMATCH -0x6D00
118 #define MBEDTLS_ERR_SSL_UNKNOWN_IDENTITY -0x6C80
119 #define MBEDTLS_ERR_SSL_INTERNAL_ERROR -0x6C00
120 #define MBEDTLS_ERR_SSL_COUNTER_WRAPPING -0x6B80
121 #define MBEDTLS_ERR_SSL_WAITING_SERVER_HELLO_RENEGO -0x6B00
122 #define MBEDTLS_ERR_SSL_HELLO_VERIFY_REQUIRED -0x6A80
123 #define MBEDTLS_ERR_SSL_BUFFER_TOO_SMALL -0x6A00
124 #define MBEDTLS_ERR_SSL_NO_USABLE_CIPHERSUITE -0x6980
125 #define MBEDTLS_ERR_SSL_WANT_READ -0x6900
126 #define MBEDTLS_ERR_SSL_WANT_WRITE -0x6880
127 #define MBEDTLS_ERR_SSL_TIMEOUT -0x6800
132 #define MBEDTLS_SSL_MAJOR_VERSION_3 3
133 #define MBEDTLS_SSL_MINOR_VERSION_0 0
134 #define MBEDTLS_SSL_MINOR_VERSION_1 1
135 #define MBEDTLS_SSL_MINOR_VERSION_2 2
136 #define MBEDTLS_SSL_MINOR_VERSION_3 3
138 #define MBEDTLS_SSL_TRANSPORT_STREAM 0
139 #define MBEDTLS_SSL_TRANSPORT_DATAGRAM 1
143 #define MBEDTLS_SSL_MAX_FRAG_LEN_NONE 0
144 #define MBEDTLS_SSL_MAX_FRAG_LEN_512 1
145 #define MBEDTLS_SSL_MAX_FRAG_LEN_1024 2
146 #define MBEDTLS_SSL_MAX_FRAG_LEN_2048 3
147 #define MBEDTLS_SSL_MAX_FRAG_LEN_4096 4
148 #define MBEDTLS_SSL_MAX_FRAG_LEN_INVALID 5
150 #define MBEDTLS_SSL_IS_CLIENT 0
151 #define MBEDTLS_SSL_IS_SERVER 1
153 #define MBEDTLS_SSL_IS_NOT_FALLBACK 0
154 #define MBEDTLS_SSL_IS_FALLBACK 1
156 #define MBEDTLS_SSL_EXTENDED_MS_DISABLED 0
157 #define MBEDTLS_SSL_EXTENDED_MS_ENABLED 1
159 #define MBEDTLS_SSL_ETM_DISABLED 0
160 #define MBEDTLS_SSL_ETM_ENABLED 1
162 #define MBEDTLS_SSL_COMPRESS_NULL 0
163 #define MBEDTLS_SSL_COMPRESS_DEFLATE 1
165 #define MBEDTLS_SSL_VERIFY_NONE 0
166 #define MBEDTLS_SSL_VERIFY_OPTIONAL 1
167 #define MBEDTLS_SSL_VERIFY_REQUIRED 2
168 #define MBEDTLS_SSL_VERIFY_UNSET 3
170 #define MBEDTLS_SSL_LEGACY_RENEGOTIATION 0
171 #define MBEDTLS_SSL_SECURE_RENEGOTIATION 1
173 #define MBEDTLS_SSL_RENEGOTIATION_DISABLED 0
174 #define MBEDTLS_SSL_RENEGOTIATION_ENABLED 1
176 #define MBEDTLS_SSL_ANTI_REPLAY_DISABLED 0
177 #define MBEDTLS_SSL_ANTI_REPLAY_ENABLED 1
179 #define MBEDTLS_SSL_RENEGOTIATION_NOT_ENFORCED -1
180 #define MBEDTLS_SSL_RENEGO_MAX_RECORDS_DEFAULT 16
182 #define MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION 0
183 #define MBEDTLS_SSL_LEGACY_ALLOW_RENEGOTIATION 1
184 #define MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE 2
186 #define MBEDTLS_SSL_TRUNC_HMAC_DISABLED 0
187 #define MBEDTLS_SSL_TRUNC_HMAC_ENABLED 1
188 #define MBEDTLS_SSL_TRUNCATED_HMAC_LEN 10
190 #define MBEDTLS_SSL_SESSION_TICKETS_DISABLED 0
191 #define MBEDTLS_SSL_SESSION_TICKETS_ENABLED 1
193 #define MBEDTLS_SSL_CBC_RECORD_SPLITTING_DISABLED 0
194 #define MBEDTLS_SSL_CBC_RECORD_SPLITTING_ENABLED 1
196 #define MBEDTLS_SSL_ARC4_ENABLED 0
197 #define MBEDTLS_SSL_ARC4_DISABLED 1
199 #define MBEDTLS_SSL_PRESET_DEFAULT 0
200 #define MBEDTLS_SSL_PRESET_SUITEB 2
206 #define MBEDTLS_SSL_DTLS_TIMEOUT_DFL_MIN 1000
207 #define MBEDTLS_SSL_DTLS_TIMEOUT_DFL_MAX 60000
217 #if !defined(MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME)
218 #define MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME 86400
232 #if !defined(MBEDTLS_SSL_MAX_CONTENT_LEN)
233 #define MBEDTLS_SSL_MAX_CONTENT_LEN 16384
241 #if defined(MBEDTLS_SSL_PROTO_SSL3)
242 #define MBEDTLS_SSL_VERIFY_DATA_MAX_LEN 36
244 #define MBEDTLS_SSL_VERIFY_DATA_MAX_LEN 12
250 #define MBEDTLS_SSL_EMPTY_RENEGOTIATION_INFO 0xFF
251 #define MBEDTLS_SSL_FALLBACK_SCSV_VALUE 0x5600
257 #define MBEDTLS_SSL_HASH_NONE 0
258 #define MBEDTLS_SSL_HASH_MD5 1
259 #define MBEDTLS_SSL_HASH_SHA1 2
260 #define MBEDTLS_SSL_HASH_SHA224 3
261 #define MBEDTLS_SSL_HASH_SHA256 4
262 #define MBEDTLS_SSL_HASH_SHA384 5
263 #define MBEDTLS_SSL_HASH_SHA512 6
265 #define MBEDTLS_SSL_SIG_ANON 0
266 #define MBEDTLS_SSL_SIG_RSA 1
267 #define MBEDTLS_SSL_SIG_ECDSA 3
273 #define MBEDTLS_SSL_CERT_TYPE_RSA_SIGN 1
274 #define MBEDTLS_SSL_CERT_TYPE_ECDSA_SIGN 64
279 #define MBEDTLS_SSL_MSG_CHANGE_CIPHER_SPEC 20
280 #define MBEDTLS_SSL_MSG_ALERT 21
281 #define MBEDTLS_SSL_MSG_HANDSHAKE 22
282 #define MBEDTLS_SSL_MSG_APPLICATION_DATA 23
284 #define MBEDTLS_SSL_ALERT_LEVEL_WARNING 1
285 #define MBEDTLS_SSL_ALERT_LEVEL_FATAL 2
287 #define MBEDTLS_SSL_ALERT_MSG_CLOSE_NOTIFY 0
288 #define MBEDTLS_SSL_ALERT_MSG_UNEXPECTED_MESSAGE 10
289 #define MBEDTLS_SSL_ALERT_MSG_BAD_RECORD_MAC 20
290 #define MBEDTLS_SSL_ALERT_MSG_DECRYPTION_FAILED 21
291 #define MBEDTLS_SSL_ALERT_MSG_RECORD_OVERFLOW 22
292 #define MBEDTLS_SSL_ALERT_MSG_DECOMPRESSION_FAILURE 30
293 #define MBEDTLS_SSL_ALERT_MSG_HANDSHAKE_FAILURE 40
294 #define MBEDTLS_SSL_ALERT_MSG_NO_CERT 41
295 #define MBEDTLS_SSL_ALERT_MSG_BAD_CERT 42
296 #define MBEDTLS_SSL_ALERT_MSG_UNSUPPORTED_CERT 43
297 #define MBEDTLS_SSL_ALERT_MSG_CERT_REVOKED 44
298 #define MBEDTLS_SSL_ALERT_MSG_CERT_EXPIRED 45
299 #define MBEDTLS_SSL_ALERT_MSG_CERT_UNKNOWN 46
300 #define MBEDTLS_SSL_ALERT_MSG_ILLEGAL_PARAMETER 47
301 #define MBEDTLS_SSL_ALERT_MSG_UNKNOWN_CA 48
302 #define MBEDTLS_SSL_ALERT_MSG_ACCESS_DENIED 49
303 #define MBEDTLS_SSL_ALERT_MSG_DECODE_ERROR 50
304 #define MBEDTLS_SSL_ALERT_MSG_DECRYPT_ERROR 51
305 #define MBEDTLS_SSL_ALERT_MSG_EXPORT_RESTRICTION 60
306 #define MBEDTLS_SSL_ALERT_MSG_PROTOCOL_VERSION 70
307 #define MBEDTLS_SSL_ALERT_MSG_INSUFFICIENT_SECURITY 71
308 #define MBEDTLS_SSL_ALERT_MSG_INTERNAL_ERROR 80
309 #define MBEDTLS_SSL_ALERT_MSG_INAPROPRIATE_FALLBACK 86
310 #define MBEDTLS_SSL_ALERT_MSG_USER_CANCELED 90
311 #define MBEDTLS_SSL_ALERT_MSG_NO_RENEGOTIATION 100
312 #define MBEDTLS_SSL_ALERT_MSG_UNSUPPORTED_EXT 110
313 #define MBEDTLS_SSL_ALERT_MSG_UNRECOGNIZED_NAME 112
314 #define MBEDTLS_SSL_ALERT_MSG_UNKNOWN_PSK_IDENTITY 115
315 #define MBEDTLS_SSL_ALERT_MSG_NO_APPLICATION_PROTOCOL 120
317 #define MBEDTLS_SSL_HS_HELLO_REQUEST 0
318 #define MBEDTLS_SSL_HS_CLIENT_HELLO 1
319 #define MBEDTLS_SSL_HS_SERVER_HELLO 2
320 #define MBEDTLS_SSL_HS_HELLO_VERIFY_REQUEST 3
321 #define MBEDTLS_SSL_HS_NEW_SESSION_TICKET 4
322 #define MBEDTLS_SSL_HS_CERTIFICATE 11
323 #define MBEDTLS_SSL_HS_SERVER_KEY_EXCHANGE 12
324 #define MBEDTLS_SSL_HS_CERTIFICATE_REQUEST 13
325 #define MBEDTLS_SSL_HS_SERVER_HELLO_DONE 14
326 #define MBEDTLS_SSL_HS_CERTIFICATE_VERIFY 15
327 #define MBEDTLS_SSL_HS_CLIENT_KEY_EXCHANGE 16
328 #define MBEDTLS_SSL_HS_FINISHED 20
333 #define MBEDTLS_TLS_EXT_SERVERNAME 0
334 #define MBEDTLS_TLS_EXT_SERVERNAME_HOSTNAME 0
336 #define MBEDTLS_TLS_EXT_MAX_FRAGMENT_LENGTH 1
338 #define MBEDTLS_TLS_EXT_TRUNCATED_HMAC 4
340 #define MBEDTLS_TLS_EXT_SUPPORTED_ELLIPTIC_CURVES 10
341 #define MBEDTLS_TLS_EXT_SUPPORTED_POINT_FORMATS 11
343 #define MBEDTLS_TLS_EXT_SIG_ALG 13
345 #define MBEDTLS_TLS_EXT_ALPN 16
347 #define MBEDTLS_TLS_EXT_ENCRYPT_THEN_MAC 22
348 #define MBEDTLS_TLS_EXT_EXTENDED_MASTER_SECRET 0x0017
350 #define MBEDTLS_TLS_EXT_SESSION_TICKET 35
352 #define MBEDTLS_TLS_EXT_RENEGOTIATION_INFO 0xFF01
357 #if !defined(MBEDTLS_PSK_MAX_LEN)
358 #define MBEDTLS_PSK_MAX_LEN 32
364 #if defined(MBEDTLS_KEY_EXCHANGE_RSA_ENABLED)
367 #if defined(MBEDTLS_KEY_EXCHANGE_DHE_RSA_ENABLED)
370 #if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED) || \
371 defined(MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED) || \
372 defined(MBEDTLS_KEY_EXCHANGE_ECDH_RSA_ENABLED) || \
373 defined(MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED)
376 #if defined(MBEDTLS_KEY_EXCHANGE_PSK_ENABLED)
379 #if defined(MBEDTLS_KEY_EXCHANGE_DHE_PSK_ENABLED)
383 #if defined(MBEDTLS_KEY_EXCHANGE_RSA_PSK_ENABLED)
386 #if defined(MBEDTLS_KEY_EXCHANGE_ECDHE_PSK_ENABLED)
392 #define MBEDTLS_PREMASTER_SIZE sizeof( union mbedtls_ssl_premaster_secret )
433 #if defined(MBEDTLS_X509_CRT_PARSE_C)
436 #if defined(MBEDTLS_SSL_PROTO_DTLS)
445 #if defined(MBEDTLS_HAVE_TIME)
451 unsigned char id[32];
454 #if defined(MBEDTLS_X509_CRT_PARSE_C)
459 #if defined(MBEDTLS_SSL_SESSION_TICKETS) && defined(MBEDTLS_SSL_CLI_C)
465 #if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH)
469 #if defined(MBEDTLS_SSL_TRUNCATED_HMAC)
473 #if defined(MBEDTLS_SSL_ENCRYPT_THEN_MAC)
492 void (*
f_dbg)(
void *, int,
const char *, int,
const char *);
496 int (*
f_rng)(
void *,
unsigned char *, size_t);
505 #if defined(MBEDTLS_SSL_SERVER_NAME_INDICATION)
511 #if defined(MBEDTLS_X509_CRT_PARSE_C)
517 #if defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED)
519 int (*
f_psk)(
void *, mbedtls_ssl_context *,
const unsigned char *, size_t);
523 #if defined(MBEDTLS_SSL_DTLS_HELLO_VERIFY) && defined(MBEDTLS_SSL_SRV_C)
526 const unsigned char *, size_t );
529 const unsigned char *, size_t );
533 #if defined(MBEDTLS_SSL_SESSION_TICKETS) && defined(MBEDTLS_SSL_SRV_C)
536 unsigned char *,
const unsigned char *,
size_t *, uint32_t * );
542 #if defined(MBEDTLS_X509_CRT_PARSE_C)
549 #if defined(MBEDTLS_KEY_EXCHANGE__SOME__SIGNATURE_ENABLED)
553 #if defined(MBEDTLS_ECP_C)
557 #if defined(MBEDTLS_DHM_C)
562 #if defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED)
569 #if defined(MBEDTLS_SSL_ALPN)
579 #if defined(MBEDTLS_SSL_PROTO_DTLS)
586 #if defined(MBEDTLS_SSL_RENEGOTIATION)
592 #if defined(MBEDTLS_SSL_DTLS_BADMAC_LIMIT)
596 #if defined(MBEDTLS_DHM_C) && defined(MBEDTLS_SSL_CLI_C)
614 #if defined(MBEDTLS_ARC4_C)
617 #if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH)
620 #if defined(MBEDTLS_SSL_ENCRYPT_THEN_MAC)
623 #if defined(MBEDTLS_SSL_EXTENDED_MASTER_SECRET)
626 #if defined(MBEDTLS_SSL_DTLS_ANTI_REPLAY)
629 #if defined(MBEDTLS_SSL_CBC_RECORD_SPLITTING)
632 #if defined(MBEDTLS_SSL_RENEGOTIATION)
635 #if defined(MBEDTLS_SSL_TRUNCATED_HMAC)
638 #if defined(MBEDTLS_SSL_SESSION_TICKETS)
641 #if defined(MBEDTLS_SSL_FALLBACK_SCSV) && defined(MBEDTLS_SSL_CLI_C)
655 #if defined(MBEDTLS_SSL_RENEGOTIATION)
665 #if defined(MBEDTLS_SSL_DTLS_BADMAC_LIMIT)
672 int (*
f_send)(
void *,
const unsigned char *, size_t);
673 int (*
f_recv)(
void *,
unsigned char *, size_t);
719 #if defined(MBEDTLS_SSL_PROTO_DTLS)
724 #if defined(MBEDTLS_SSL_DTLS_ANTI_REPLAY)
748 #if defined(MBEDTLS_ZLIB_SUPPORT)
749 unsigned char *compress_buf;
751 #if defined(MBEDTLS_SSL_CBC_RECORD_SPLITTING)
763 #if defined(MBEDTLS_X509_CRT_PARSE_C)
768 #if defined(MBEDTLS_SSL_ALPN)
775 #if defined(MBEDTLS_SSL_DTLS_HELLO_VERIFY) && defined(MBEDTLS_SSL_SRV_C)
786 #if defined(MBEDTLS_SSL_RENEGOTIATION)
793 #if defined(MBEDTLS_SSL_HW_RECORD_ACCEL)
795 #define MBEDTLS_SSL_CHANNEL_OUTBOUND 0
796 #define MBEDTLS_SSL_CHANNEL_INBOUND 1
799 const unsigned char *key_enc,
const unsigned char *key_dec,
801 const unsigned char *iv_enc,
const unsigned char *iv_dec,
803 const unsigned char *mac_enc,
const unsigned char *mac_dec,
930 #if defined(MBEDTLS_X509_CRT_PARSE_C)
955 int (*f_rng)(
void *,
unsigned char *,
size_t),
973 void (*f_dbg)(
void *,
int,
const char *,
int,
const char *),
1001 int (*f_send)(
void *,
const unsigned char *,
size_t),
1002 int (*f_recv)(
void *,
unsigned char *,
size_t),
1003 int (*f_recv_timeout)(
void *,
unsigned char *,
size_t, uint32_t) );
1040 void (*f_set_timer)(
void *, uint32_t int_ms, uint32_t fin_ms),
1041 int (*f_get_timer)(
void *) );
1064 unsigned char *start,
1065 const unsigned char *end,
1067 uint32_t *lifetime );
1097 #if defined(MBEDTLS_SSL_SESSION_TICKETS) && defined(MBEDTLS_SSL_SRV_C)
1133 unsigned char **p,
unsigned char *end,
1134 const unsigned char *info,
size_t ilen );
1150 const unsigned char *cookie,
size_t clen,
1151 const unsigned char *info,
size_t ilen );
1153 #if defined(MBEDTLS_SSL_DTLS_HELLO_VERIFY) && defined(MBEDTLS_SSL_SRV_C)
1202 const unsigned char *info,
1207 #if defined(MBEDTLS_SSL_DTLS_ANTI_REPLAY)
1226 #if defined(MBEDTLS_SSL_DTLS_BADMAC_LIMIT)
1253 #if defined(MBEDTLS_SSL_PROTO_DTLS)
1273 #if defined(MBEDTLS_SSL_SRV_C)
1317 #if defined(MBEDTLS_SSL_CLI_C)
1351 const int *ciphersuites );
1373 const int *ciphersuites,
1374 int major,
int minor );
1376 #if defined(MBEDTLS_X509_CRT_PARSE_C)
1425 #if defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED)
1441 const unsigned char *psk,
size_t psk_len,
1442 const unsigned char *psk_identity,
size_t psk_identity_len );
1458 const unsigned char *psk,
size_t psk_len );
1490 #if defined(MBEDTLS_DHM_C) && defined(MBEDTLS_SSL_SRV_C)
1516 #if defined(MBEDTLS_DHM_C) && defined(MBEDTLS_SSL_CLI_C)
1526 unsigned int bitlen );
1529 #if defined(MBEDTLS_ECP_C)
1563 #if defined(MBEDTLS_KEY_EXCHANGE__SOME__SIGNATURE_ENABLED)
1583 const int *hashes );
1586 #if defined(MBEDTLS_X509_CRT_PARSE_C)
1600 #if defined(MBEDTLS_SSL_SERVER_NAME_INDICATION)
1674 #if defined(MBEDTLS_SSL_ALPN)
1736 #if defined(MBEDTLS_SSL_FALLBACK_SCSV) && defined(MBEDTLS_SSL_CLI_C)
1759 #if defined(MBEDTLS_SSL_ENCRYPT_THEN_MAC)
1774 #if defined(MBEDTLS_SSL_EXTENDED_MASTER_SECRET)
1789 #if defined(MBEDTLS_ARC4_C)
1806 #if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH)
1825 #if defined(MBEDTLS_SSL_TRUNCATED_HMAC)
1837 #if defined(MBEDTLS_SSL_CBC_RECORD_SPLITTING)
1852 #if defined(MBEDTLS_SSL_SESSION_TICKETS) && defined(MBEDTLS_SSL_CLI_C)
1866 #if defined(MBEDTLS_SSL_RENEGOTIATION)
1916 #if defined(MBEDTLS_SSL_RENEGOTIATION)
1974 const unsigned char period[8] );
2029 #if defined(MBEDTLS_SSL_MAX_FRAGMENT_LENGTH)
2049 #if defined(MBEDTLS_X509_CRT_PARSE_C)
2067 #if defined(MBEDTLS_SSL_CLI_C)
2118 #if defined(MBEDTLS_SSL_RENEGOTIATION)
2187 unsigned char level,
2188 unsigned char message );
2232 int endpoint,
int transport,
int preset );
mbedtls_x509_crt * peer_cert
void mbedtls_ssl_set_hs_ca_chain(mbedtls_ssl_context *ssl, mbedtls_x509_crt *ca_chain, mbedtls_x509_crl *ca_crl)
Set the data required to verify peer certificate for the current handshake.
int mbedtls_ssl_ticket_parse_t(void *p_ticket, mbedtls_ssl_session *session, unsigned char *buf, size_t len)
Callback type: parse and load session ticket.
char peer_verify_data[MBEDTLS_SSL_VERIFY_DATA_MAX_LEN]
unsigned char max_minor_ver
const char * mbedtls_ssl_get_ciphersuite_name(const int ciphersuite_id)
Return the name of the ciphersuite associated with the given ID.
void mbedtls_ssl_conf_encrypt_then_mac(mbedtls_ssl_config *conf, char etm)
Enable or disable Encrypt-then-MAC (Default: MBEDTLS_SSL_ETM_ENABLED)
unsigned char min_minor_ver
int mbedtls_ssl_cookie_write_t(void *ctx, unsigned char **p, unsigned char *end, const unsigned char *info, size_t ilen)
Callback type: generate a cookie.
unsigned int dhm_min_bitlen
int mbedtls_ssl_cookie_check_t(void *ctx, const unsigned char *cookie, size_t clen, const unsigned char *info, size_t ilen)
Callback type: verify a cookie.
int(* f_get_timer)(void *)
int(* f_recv_timeout)(void *, unsigned char *, size_t, uint32_t)
void mbedtls_ssl_conf_extended_master_secret(mbedtls_ssl_config *conf, char ems)
Enable or disable Extended Master Secret negotiation.
mbedtls_ssl_transform * transform_in
unsigned int badmac_limit
void mbedtls_ssl_conf_fallback(mbedtls_ssl_config *conf, char fallback)
Set the fallback flag (client-side only).
const mbedtls_ecp_group_id * curve_list
Elliptic curves over GF(p)
void mbedtls_ssl_conf_cbc_record_splitting(mbedtls_ssl_config *conf, char split)
Enable / Disable 1/n-1 record splitting (Default: MBEDTLS_SSL_CBC_RECORD_SPLITTING_ENABLED) ...
int(* f_cookie_write)(void *, unsigned char **, unsigned char *, const unsigned char *, size_t)
Callback to create & write a cookie for ClientHello veirifcation.
Certificate revocation list structure.
int(* f_get_cache)(void *, mbedtls_ssl_session *)
Callback to retrieve a session from the cache.
unsigned char _pms_dhm[MBEDTLS_MPI_MAX_SIZE]
void(* f_dbg)(void *, int, const char *, int, const char *)
Callback for printing debug output.
int(* f_sni)(void *, mbedtls_ssl_context *, const unsigned char *, size_t)
Callback for setting cert according to SNI extension.
void mbedtls_ssl_conf_verify(mbedtls_ssl_config *conf, int(*f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *), void *p_vrfy)
Set the verification callback (Optional).
unsigned char _pms_rsa[48]
unsigned char _pms_ecdh[MBEDTLS_ECP_MAX_BYTES]
unsigned char renego_period[8]
void mbedtls_ssl_conf_renegotiation(mbedtls_ssl_config *conf, int renegotiation)
Enable / Disable renegotiation support for connection when initiated by peer (Default: MBEDTLS_SSL_RE...
mbedtls_ssl_session * session_in
void mbedtls_ssl_conf_dtls_anti_replay(mbedtls_ssl_config *conf, char mode)
Enable or disable anti-replay protection for DTLS.
Compatibility names (set of defines)
void mbedtls_ssl_conf_max_version(mbedtls_ssl_config *conf, int major, int minor)
Set the maximum supported version sent from the client side and/or accepted at the server side (Defau...
uint32_t mbedtls_ssl_get_verify_result(const mbedtls_ssl_context *ssl)
Return the result of the certificate verification.
void mbedtls_ssl_conf_session_tickets_cb(mbedtls_ssl_config *conf, mbedtls_ssl_ticket_write_t *f_ticket_write, mbedtls_ssl_ticket_parse_t *f_ticket_parse, void *p_ticket)
Configure SSL session ticket callbacks (server only).
mbedtls_x509_crl * ca_crl
mbedtls_ssl_session * session_out
const mbedtls_x509_crt * mbedtls_ssl_get_peer_cert(const mbedtls_ssl_context *ssl)
Return the peer certificate from the current connection.
int mbedtls_ssl_send_alert_message(mbedtls_ssl_context *ssl, unsigned char level, unsigned char message)
Send an alert message.
SSL Ciphersuites for mbed TLS.
int(* f_ticket_write)(void *, const mbedtls_ssl_session *, unsigned char *, const unsigned char *, size_t *, uint32_t *)
Callback to create & write a session ticket.
mbedtls_ssl_transform * transform_out
void mbedtls_ssl_conf_renegotiation_period(mbedtls_ssl_config *conf, const unsigned char period[8])
Set record counter threshold for periodic renegotiation.
int(* f_recv)(void *, unsigned char *, size_t)
int(* f_set_cache)(void *, const mbedtls_ssl_session *)
Callback to store a session into the cache.
Multi-precision integer library.
int mbedtls_ssl_conf_psk(mbedtls_ssl_config *conf, const unsigned char *psk, size_t psk_len, const unsigned char *psk_identity, size_t psk_identity_len)
Set the Pre Shared Key (PSK) and the expected identity name.
int mbedtls_ssl_conf_max_frag_len(mbedtls_ssl_config *conf, unsigned char mfl_code)
Set the maximum fragment length to emit and/or negotiate (Default: MBEDTLS_SSL_MAX_CONTENT_LEN, usually 2^14 bytes) (Server: set maximum fragment length to emit, usually negotiated by the client during handshake (Client: set maximum fragment length to emit and negotiate with the server during handshake)
int mbedtls_ssl_write(mbedtls_ssl_context *ssl, const unsigned char *buf, size_t len)
Try to write exactly 'len' application data bytes.
void mbedtls_ssl_conf_min_version(mbedtls_ssl_config *conf, int major, int minor)
Set the minimum accepted SSL/TLS protocol version (Default: TLS 1.0)
int(* f_cookie_check)(void *, const unsigned char *, size_t, const unsigned char *, size_t)
Callback to verify validity of a ClientHello cookie.
int mbedtls_ssl_close_notify(mbedtls_ssl_context *ssl)
Notify the peer that the connection is being closed.
void mbedtls_ssl_conf_session_tickets(mbedtls_ssl_config *conf, int use_tickets)
Enable / Disable session tickets (client only).
void mbedtls_ssl_conf_ciphersuites_for_version(mbedtls_ssl_config *conf, const int *ciphersuites, int major, int minor)
Set the list of allowed ciphersuites and the preference order for a specific version of the protocol...
mbedtls_ssl_transform * transform
mbedtls_ssl_handshake_params * handshake
void mbedtls_ssl_free(mbedtls_ssl_context *ssl)
Free referenced items in an SSL context and clear memory.
void mbedtls_ssl_conf_cert_profile(mbedtls_ssl_config *conf, mbedtls_x509_crt_profile *profile)
Set the X.509 security profile used for verification.
void mbedtls_ssl_conf_endpoint(mbedtls_ssl_config *conf, int endpoint)
Set the current endpoint type.
void mbedtls_ssl_session_free(mbedtls_ssl_session *session)
Free referenced items in an SSL session including the peer certificate and clear memory.
void mbedtls_ssl_conf_arc4_support(mbedtls_ssl_config *conf, char arc4)
Disable or enable support for RC4 (Default: MBEDTLS_SSL_ARC4_DISABLED)
int(* f_send)(void *, const unsigned char *, size_t)
void mbedtls_ssl_conf_sig_hashes(mbedtls_ssl_config *conf, const int *hashes)
Set the allowed hashes for signatures during the handshake.
unsigned char min_major_ver
const char * mbedtls_ssl_get_alpn_protocol(const mbedtls_ssl_context *ssl)
Get the name of the negotiated Application Layer Protocol.
const int * ciphersuite_list[4]
int(* f_rng)(void *, unsigned char *, size_t)
Callback for getting (pseudo-)random numbers.
void mbedtls_ssl_conf_dhm_min_bitlen(mbedtls_ssl_config *conf, unsigned int bitlen)
Set the minimum length for Diffie-Hellman parameters.
void(* f_set_timer)(void *, uint32_t, uint32_t)
void mbedtls_ssl_conf_dtls_cookies(mbedtls_ssl_config *conf, mbedtls_ssl_cookie_write_t *f_cookie_write, mbedtls_ssl_cookie_check_t *f_cookie_check, void *p_cookie)
Register callbacks for DTLS cookies (Server only.
mbedtls_ssl_key_cert * key_cert
int mbedtls_ssl_get_ciphersuite_id(const char *ciphersuite_name)
Return the ID of the ciphersuite associated with the given name.
void mbedtls_ssl_conf_transport(mbedtls_ssl_config *conf, int transport)
Set the transport type (TLS or DTLS).
mbedtls_ssl_session * session_negotiate
void mbedtls_ssl_conf_sni(mbedtls_ssl_config *conf, int(*f_sni)(void *, mbedtls_ssl_context *, const unsigned char *, size_t), void *p_sni)
Set server side ServerName TLS extension callback (optional, server-side only).
const int * mbedtls_ssl_list_ciphersuites(void)
Returns the list of ciphersuites supported by the SSL/TLS module.
void mbedtls_ssl_conf_renegotiation_enforced(mbedtls_ssl_config *conf, int max_records)
Enforce renegotiation requests.
int mbedtls_ssl_set_client_transport_id(mbedtls_ssl_context *ssl, const unsigned char *info, size_t ilen)
Set client's transport-level identification info.
unsigned int encrypt_then_mac
unsigned int cbc_record_splitting
void mbedtls_ssl_conf_rng(mbedtls_ssl_config *conf, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng)
Set the random number generator callback.
int mbedtls_ssl_conf_alpn_protocols(mbedtls_ssl_config *conf, const char **protos)
Set the supported Application Layer Protocols.
unsigned char _pms_ecdhe_psk[4+MBEDTLS_ECP_MAX_BYTES+MBEDTLS_PSK_MAX_LEN]
const mbedtls_x509_crt_profile * cert_profile
Diffie-Hellman-Merkle key exchange.
void mbedtls_ssl_conf_session_cache(mbedtls_ssl_config *conf, void *p_cache, int(*f_get_cache)(void *, mbedtls_ssl_session *), int(*f_set_cache)(void *, const mbedtls_ssl_session *))
Set the session cache callbacks (server-side only) If not set, no session resuming is done (except if...
#define MBEDTLS_PSK_MAX_LEN
unsigned int session_tickets
void mbedtls_ssl_conf_truncated_hmac(mbedtls_ssl_config *conf, int truncate)
Activate negotiation of truncated HMAC (Default: MBEDTLS_SSL_TRUNC_HMAC_DISABLED) ...
mbedtls_ssl_session * session
char own_verify_data[MBEDTLS_SSL_VERIFY_DATA_MAX_LEN]
void mbedtls_ssl_init(mbedtls_ssl_context *ssl)
Initialize an SSL context Just makes the context ready for mbetls_ssl_setup() or mbedtls_ssl_free() ...
mbedtls_ssl_transform * transform_negotiate
const char * mbedtls_ssl_get_ciphersuite(const mbedtls_ssl_context *ssl)
Return the name of the current ciphersuite.
mbedtls_ecp_group_id
Domain parameters (curve, subgroup and generator) identifiers.
const mbedtls_ssl_config * conf
void mbedtls_ssl_conf_dbg(mbedtls_ssl_config *conf, void(*f_dbg)(void *, int, const char *, int, const char *), void *p_dbg)
Set the debug callback.
int(* f_psk)(void *, mbedtls_ssl_context *, const unsigned char *, size_t)
Callback to retrieve PSK key from identity.
unsigned char max_major_ver
void mbedtls_ssl_config_init(mbedtls_ssl_config *conf)
Initialize an SSL configuration context Just makes the context ready for mbedtls_ssl_config_defaults(...
int mbedtls_ssl_get_record_expansion(const mbedtls_ssl_context *ssl)
Return the (maximum) number of bytes added by the record layer: header + encryption/MAC overhead (inc...
Elliptic curve Diffie-Hellman.
int mbedtls_ssl_conf_dh_param_ctx(mbedtls_ssl_config *conf, mbedtls_dhm_context *dhm_ctx)
Set the Diffie-Hellman public P and G values, read from existing context (server-side only) ...
int mbedtls_ssl_set_session(mbedtls_ssl_context *ssl, const mbedtls_ssl_session *session)
Request resumption of session (client-side only) Session data is copied from presented session struct...
#define MBEDTLS_MPI_MAX_SIZE
Maximum number of bytes for usable MPIs.
unsigned int disable_renegotiation
int mbedtls_ssl_set_hs_own_cert(mbedtls_ssl_context *ssl, mbedtls_x509_crt *own_cert, mbedtls_pk_context *pk_key)
Set own certificate and key for the current handshake.
int mbedtls_ssl_conf_dh_param(mbedtls_ssl_config *conf, const char *dhm_P, const char *dhm_G)
Set the Diffie-Hellman public P and G values, read as hexadecimal strings (server-side only) (Default...
void mbedtls_ssl_set_timer_cb(mbedtls_ssl_context *ssl, void *p_timer, void(*f_set_timer)(void *, uint32_t int_ms, uint32_t fin_ms), int(*f_get_timer)(void *))
Set the timer callbacks (Mandatory for DTLS.)
int mbedtls_ssl_conf_own_cert(mbedtls_ssl_config *conf, mbedtls_x509_crt *own_cert, mbedtls_pk_context *pk_key)
Set own certificate chain and private key.
int mbedtls_ssl_setup(mbedtls_ssl_context *ssl, const mbedtls_ssl_config *conf)
Set up an SSL context for use.
void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy)
Prevent or allow legacy renegotiation.
unsigned char _pms_rsa_psk[52+MBEDTLS_PSK_MAX_LEN]
int mbedtls_ssl_renegotiate(mbedtls_ssl_context *ssl)
Initiate an SSL renegotiation on the running connection.
int(* f_ticket_parse)(void *, mbedtls_ssl_session *, unsigned char *, size_t)
Callback to parse a session ticket into a session structure.
int(* f_vrfy)(void *, mbedtls_x509_crt *, int, uint32_t *)
Callback to customize X.509 certificate chain verification.
unsigned int arc4_disabled
SSL/TLS configuration to be shared between mbedtls_ssl_context structures.
void mbedtls_ssl_conf_psk_cb(mbedtls_ssl_config *conf, int(*f_psk)(void *, mbedtls_ssl_context *, const unsigned char *, size_t), void *p_psk)
Set the PSK callback (server-side only).
Container for an X.509 certificate.
mbedtls_x509_crt * ca_chain
void mbedtls_ssl_conf_read_timeout(mbedtls_ssl_config *conf, uint32_t timeout)
Set the timeout period for mbedtls_ssl_read() (Default: no timeout.)
void mbedtls_ssl_config_free(mbedtls_ssl_config *conf)
Free an SSL configuration context.
unsigned char * psk_identity
int mbedtls_ssl_read(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len)
Read at most 'len' application data bytes.
size_t mbedtls_ssl_get_bytes_avail(const mbedtls_ssl_context *ssl)
Return the number of data bytes available to read.
unsigned char _pms_dhe_psk[4+MBEDTLS_MPI_MAX_SIZE+MBEDTLS_PSK_MAX_LEN]
size_t next_record_offset
void mbedtls_ssl_session_init(mbedtls_ssl_session *session)
Initialize SSL session structure.
Security profile for certificate verification.
int mbedtls_ssl_ticket_write_t(void *p_ticket, const mbedtls_ssl_session *session, unsigned char *start, const unsigned char *end, size_t *tlen, uint32_t *lifetime)
Callback type: generate and write session ticket.
void mbedtls_ssl_conf_handshake_timeout(mbedtls_ssl_config *conf, uint32_t min, uint32_t max)
Set retransmit timeout values for the DTLS handshale.
int mbedtls_ssl_config_defaults(mbedtls_ssl_config *conf, int endpoint, int transport, int preset)
Load reasonnable default SSL configuration values.
void mbedtls_ssl_conf_ca_chain(mbedtls_ssl_config *conf, mbedtls_x509_crt *ca_chain, mbedtls_x509_crl *ca_crl)
Set the data required to verify peer certificate.
void mbedtls_ssl_conf_curves(mbedtls_ssl_config *conf, const mbedtls_ecp_group_id *curves)
Set the allowed curves in order of preference.
void mbedtls_ssl_conf_dtls_badmac_limit(mbedtls_ssl_config *conf, unsigned limit)
Set a limit on the number of records with a bad MAC before terminating the connection.
unsigned char _pms_psk[4+2 *MBEDTLS_PSK_MAX_LEN]
int mbedtls_ssl_handshake(mbedtls_ssl_context *ssl)
Perform the SSL handshake.
void mbedtls_ssl_set_hs_authmode(mbedtls_ssl_context *ssl, int authmode)
Set authmode for the current handshake.
unsigned int allow_legacy_renegotiation
int mbedtls_ssl_handshake_step(mbedtls_ssl_context *ssl)
Perform a single step of the SSL handshake.
void mbedtls_ssl_set_bio(mbedtls_ssl_context *ssl, void *p_bio, int(*f_send)(void *, const unsigned char *, size_t), int(*f_recv)(void *, unsigned char *, size_t), int(*f_recv_timeout)(void *, unsigned char *, size_t, uint32_t))
Set the underlying BIO callbacks for write, read and read-with-timeout.
const char * mbedtls_ssl_get_version(const mbedtls_ssl_context *ssl)
Return the current SSL version (SSLv3/TLSv1/etc)
void mbedtls_ssl_conf_authmode(mbedtls_ssl_config *conf, int authmode)
Set the certificate verification mode Default: NONE on server, REQUIRED on client.
int mbedtls_ssl_session_reset(mbedtls_ssl_context *ssl)
Reset an already initialized SSL context for re-use while retaining application-set variables...
int mbedtls_ssl_set_hostname(mbedtls_ssl_context *ssl, const char *hostname)
Set hostname for ServerName TLS extension (client-side only)
#define MBEDTLS_ECP_MAX_BYTES
int mbedtls_ssl_set_hs_psk(mbedtls_ssl_context *ssl, const unsigned char *psk, size_t psk_len)
Set the Pre Shared Key (PSK) for the current handshake.
int mbedtls_ssl_get_session(const mbedtls_ssl_context *ssl, mbedtls_ssl_session *session)
Save session in order to resume it later (client-side only) Session data is copied to presented sessi...
void mbedtls_ssl_conf_ciphersuites(mbedtls_ssl_config *conf, const int *ciphersuites)
Set the list of allowed ciphersuites and the preference order.
size_t mbedtls_ssl_get_max_frag_len(const mbedtls_ssl_context *ssl)
Return the maximum fragment length (payload, in bytes).
#define MBEDTLS_SSL_VERIFY_DATA_MAX_LEN