mbedtls/include/mbedtls
Andrzej Kurek 38c7f2d32f Refactor the immediate transmission feature
The original way or handling it did not cover
message fragmentation or retransmission.
Now, the messages are always appended
to the flight and sent immediately, using 
the same function as normal flight 
transmission.
Moreover, epoch handling is different for this feature,
with a possibility to perform the usual retransmission
using previous methods. 
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
2020-12-15 18:17:31 -05:00
..
aes.h masked-aes CI problems fixes 2020-11-26 10:54:19 +02:00
aesni.h Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 2019-01-30 16:09:08 +00:00
arc4.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
aria.h Leave behaviour on NULL input unspecified in ARIA 2018-12-19 12:51:00 +00:00
asn1.h Rename mbedtls_platform_memcmp() to mbedtls_platform_memequal() 2020-08-10 12:41:00 +02:00
asn1write.h Improve macro hygiene 2019-04-24 10:51:54 +02:00
base64.h Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 2019-01-30 16:09:08 +00:00
bignum.h Bignum: Document assumptions about the sign field 2020-03-13 15:25:40 +00:00
blowfish.h Minor Blowfish documentation improvements 2018-12-19 15:48:37 +00:00
bn_mul.h bn_mul.h: require at least ARMv6 to enable the ARM DSP code 2019-08-03 14:22:32 +02:00
camellia.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
ccm.h Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 2019-01-30 16:09:08 +00:00
certs.h Document origin of hardcoded certificates in library/certs.c 2019-05-30 10:27:49 +01:00
chacha20.h Minor improvements to ChaCha20/Poly1305/ChaChaPoly documentation 2018-12-18 15:30:30 +00:00
chachapoly.h Minor improvements to ChaCha20/Poly1305/ChaChaPoly documentation 2018-12-18 15:30:30 +00:00
check_config.h Adding early key computation config check 2020-12-03 17:35:50 +01:00
cipher.h Some minor struct optimizations. 2019-09-06 07:58:36 +03:00
cipher_internal.h Move definition to cipher.h 2018-07-01 10:22:53 +03:00
cmac.h Include configuration file to headers 2018-12-16 12:02:50 +02:00
compat-1.3.h Rename mbedtls_platform_memcmp() to mbedtls_platform_memequal() 2020-08-10 12:41:00 +02:00
config.h Move MBEDTLS_DELAYED_SERVER_CERT_VERIFICATION to baremetal config 2020-12-15 15:43:12 -05:00
crc.h Add a CRC module to mbedtls and baremetal config 2020-08-08 02:10:52 -04:00
ctr_drbg.h Note that mbedtls_ctr_drbg_seed() must not be called twice 2020-03-13 15:25:39 +00:00
debug.h Fixup debug.h and ssl_internal.h: Add missing include of ecdh.h 2019-09-04 16:19:49 +01:00
des.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
dhm.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
ecdh.h Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 2019-01-30 16:09:08 +00:00
ecdsa.h Add a safer deterministic ECDSA function 2019-03-06 14:41:44 +00:00
ecjpake.h Introduce MD handle type 2019-09-09 09:45:57 +01:00
ecp.h Fix typo in documentation 2019-02-21 16:58:20 +01:00
ecp_internal.h Include configuration file to headers 2018-12-16 12:02:50 +02:00
entropy.h Minor review fixes 2019-12-20 13:09:27 +02:00
entropy_poll.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
error.h Add new error code PLATFORM_ALLOC_FAILED for mbedtls_platform_memmove() 2020-06-10 13:51:32 +02:00
gcm.h Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 2019-01-30 16:09:08 +00:00
havege.h Include configuration file for all headers 2018-12-16 12:14:37 +02:00
hkdf.h Merge branch 'baremetal' into baremetal-2.16-20190909 2019-09-12 09:58:14 +02:00
hmac_drbg.h hmac_drbg: make no reseeding behaviour explicit 2020-07-19 09:00:18 -04:00
md.h MD: Implement config dep'n inlining of mbedtls_md_setup() 2019-09-09 09:45:57 +01:00
md2.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
md4.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
md5.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
md_internal.h Fixup: Don't assume that alt SHA256 impln's have trivial init/free 2019-09-09 09:45:57 +01:00
memory_buffer_alloc.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
net.h Include configuration file to headers 2018-12-16 12:02:50 +02:00
net_sockets.h Merge remote-tracking branch 'upstream-public/pr/1861' into development 2018-08-10 11:17:14 +01:00
nist_kw.h Add new error code PLATFORM_ALLOC_FAILED for mbedtls_platform_memmove() 2020-06-10 13:51:32 +02:00
oid.h Fixup: Remove trailing whitespace in oid.h 2019-09-04 16:17:25 +01:00
padlock.h Improve macro hygiene 2019-04-24 10:51:54 +02:00
pem.h Include configuration file to headers 2018-12-16 12:02:50 +02:00
pk.h Merge remote-tracking branch 'public/pr/2835' into baremetal 2019-09-24 15:28:35 +01:00
pk_internal.h Make sub-context statically allocated 2019-09-19 10:45:14 +02:00
pkcs5.h Merge remote-tracking branch 'origin/pr/1375' into mbedtls-2.16 2019-01-30 16:09:08 +00:00
pkcs11.h Allow to forward declare of public structs #1215 2018-07-24 10:02:47 +02:00
pkcs12.h Include configuration file for all headers 2018-12-16 12:14:37 +02:00
platform.h Add new error code PLATFORM_ALLOC_FAILED for mbedtls_platform_memmove() 2020-06-10 13:51:32 +02:00
platform_time.h Update Doxygen file blocks to remove copyright and license information 2018-01-23 15:44:39 +00:00
platform_util.h Move size checks outside of mbedtls_platform_random_in_range 2020-11-12 17:05:51 +01:00
poly1305.h Fix include file path 2018-12-28 11:11:10 +08:00
ripemd160.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
rsa.h Merge remote-tracking branch 'restricted/pr/582' into mbedtls-2.16-restricted 2019-06-24 11:40:59 +01:00
rsa_internal.h Merge remote-tracking branch 'upstream-public/pr/1457' into development-proposed 2018-04-04 09:19:27 +02:00
sha1.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
sha256.h Introduce sha256 security review fixes 2020-07-18 00:42:39 -04:00
sha512.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00
ssl.h Reorder structures 2020-11-04 15:16:22 +02:00
ssl_cache.h Remove peer CRT from mbedtls_ssl_session if !KEEP_PEER_CERT 2019-06-19 10:25:01 +01:00
ssl_ciphersuites.h Fixup: Add missing TinyCrypt guards 2019-09-04 16:17:45 +01:00
ssl_cookie.h Include configuration file to headers 2018-12-16 12:02:50 +02:00
ssl_internal.h Refactor the immediate transmission feature 2020-12-15 18:17:31 -05:00
ssl_ticket.h Some minor struct optimizations. 2019-09-06 07:58:36 +03:00
threading.h Deprecate hardware acceleration errors 2018-11-09 15:01:07 +00:00
timing.h Allow to forward declare of public structs #1215 2018-07-24 10:02:47 +02:00
version.h Merge mbedtls 2.16.6 into baremetal 2020-05-18 11:47:25 -04:00
x509.h Add redundancy (Hamming distance) to cert flags 2019-11-21 15:32:45 +01:00
x509_crl.h struct optimization for mbedtls_x509_crl 2019-09-05 08:54:13 +03:00
x509_crt.h Merge remote-tracking branch 'origin/pr/652' into baremetal 2019-09-25 16:37:07 +01:00
x509_csr.h Address review comments 2019-06-18 11:05:44 +01:00
x509_internal.h Add a x509 prerequisite in x509_internal.h 2020-05-21 10:13:38 -04:00
xtea.h Merge remote-tracking branch 'public/pr/975' into mbedtls-2.16 2019-01-08 16:34:19 +00:00