..
aes.h
Add per-function override for AES
2015-05-12 15:41:08 +02:00
aesni.h
Rename boolean functions to be clearer
2015-06-02 10:38:50 +01:00
arc4.h
The Great Renaming
2015-04-08 13:25:31 +02:00
asn1.h
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
2015-05-28 16:25:05 +02:00
asn1write.h
The Great Renaming
2015-04-08 13:25:31 +02:00
base64.h
Avoid in-out length in base64
2015-06-02 16:30:35 +01:00
bignum.h
Avoid in-out length parameter in bignum
2015-06-02 15:41:48 +01:00
blowfish.h
Just use stdint.h even with MSVC
2015-04-15 11:58:31 +02:00
bn_mul.h
Move from asm to __asm by default
2015-05-29 10:18:09 +02:00
camellia.h
Just use stdint.h even with MSVC
2015-04-15 11:58:31 +02:00
ccm.h
Split mbedtls_ccm_init() -> setkey()
2015-04-28 18:02:54 +02:00
certs.h
The Great Renaming
2015-04-08 13:25:31 +02:00
check_config.h
Test assumptions we make about the platform
2015-05-29 12:25:40 +02:00
cipher.h
Rename cipher_init_ctx() to cipher_setup()
2015-05-14 21:58:34 +02:00
cipher_internal.h
Rename _wrap headers to _internal
2015-05-26 11:06:12 +02:00
compat-1.3.h
Rename boolean functions to be clearer
2015-06-02 10:38:50 +01:00
config.h
Add option for even smaller SHA-256
2015-05-28 16:45:23 +02:00
ctr_drbg.h
Make xxx_drbg_random() thread-safe
2015-05-11 14:35:41 +02:00
debug.h
Fix SSL_DEBUG macros
2015-05-20 11:14:57 +02:00
des.h
Create function-level MBETLS_DES_xxx_ALT
2015-05-12 15:17:15 +02:00
dhm.h
Avoid in-out length in dhm_calc_secret()
2015-06-02 16:17:08 +01:00
ecdh.h
Rename ecp_use_known_dp -> mbedtls_ecp_group_load()
2015-05-11 18:46:47 +02:00
ecdsa.h
The Great Renaming
2015-04-08 13:25:31 +02:00
ecp.h
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
2015-05-28 16:25:05 +02:00
entropy.h
The Great Renaming
2015-04-08 13:25:31 +02:00
entropy_poll.h
The Great Renaming
2015-04-08 13:25:31 +02:00
error.h
Remove individual mdX_file() and shaX_file()
2015-05-28 17:28:38 +02:00
gcm.h
Split mbedtls_gcm_init() -> gcm_setkey()
2015-04-28 21:42:17 +02:00
havege.h
The Great Renaming
2015-04-08 13:25:31 +02:00
hmac_drbg.h
Make xxx_drbg_random() thread-safe
2015-05-11 14:35:41 +02:00
md.h
Implement md_file in the MD layer
2015-05-28 17:28:38 +02:00
md2.h
Remove individual mdX_file() and shaX_file()
2015-05-28 17:28:38 +02:00
md4.h
Remove individual mdX_file() and shaX_file()
2015-05-28 17:28:38 +02:00
md5.h
Remove individual mdX_file() and shaX_file()
2015-05-28 17:28:38 +02:00
md_internal.h
Implement md_file in the MD layer
2015-05-28 17:28:38 +02:00
memory_buffer_alloc.h
Fix typos/style in doxygen documentation
2015-05-29 12:53:47 +02:00
net.h
Fix typos/style in doxygen documentation
2015-05-29 12:53:47 +02:00
oid.h
The Great Renaming
2015-04-08 13:25:31 +02:00
padlock.h
Rename boolean functions to be clearer
2015-06-02 10:38:50 +01:00
pem.h
Rename ERR_xxx_MALLOC_FAILED to ..._ALLOC_FAILED
2015-05-28 16:25:05 +02:00
pk.h
Fix typos/style in doxygen documentation
2015-05-29 12:53:47 +02:00
pk_internal.h
Rename _wrap headers to _internal
2015-05-26 11:06:12 +02:00
pkcs5.h
Just use stdint.h even with MSVC
2015-04-15 11:58:31 +02:00
pkcs11.h
Rename pkcs11_xxx_init() to bind()
2015-04-29 02:08:34 +02:00
pkcs12.h
The Great Renaming
2015-04-08 13:25:31 +02:00
platform.h
Merge branch 'mbedtls-1.3' into development
2015-06-03 10:33:55 +01:00
ripemd160.h
Remove individual mdX_file() and shaX_file()
2015-05-28 17:28:38 +02:00
rsa.h
Fix typos/style in doxygen documentation
2015-05-29 12:53:47 +02:00
sha1.h
Remove individual mdX_file() and shaX_file()
2015-05-28 17:28:38 +02:00
sha256.h
Remove individual mdX_file() and shaX_file()
2015-05-28 17:28:38 +02:00
sha512.h
Remove individual mdX_file() and shaX_file()
2015-05-28 17:28:38 +02:00
ssl.h
Add ssl_conf_dhm_min_bitlen()
2015-06-17 11:37:04 +02:00
ssl_cache.h
The Great Renaming
2015-04-08 13:25:31 +02:00
ssl_ciphersuites.h
The Great Renaming
2015-04-08 13:25:31 +02:00
ssl_cookie.h
Make ssl_cookie.c thread-safe
2015-05-28 17:28:39 +02:00
ssl_internal.h
Move some defines to ssl_internal.h
2015-05-26 15:01:37 +02:00
ssl_ticket.h
Fix typos/style in doxygen documentation
2015-05-29 12:53:47 +02:00
threading.h
Move from gmtime_r to gmtime + mutexes
2015-05-29 10:18:09 +02:00
timing.h
Remove timing_m_sleep() -> net_usleep()
2015-05-14 21:58:34 +02:00
version.h
Cosmetics in doxygen doc
2015-06-02 10:28:09 +01:00
x509.h
Create cert profile API (unimplemented yet)
2015-06-17 14:27:38 +02:00
x509_crl.h
Fix use of pem_read_buffer() in PK, DHM and X509
2015-05-12 11:26:43 +02:00
x509_crt.h
Change data structure of profiles to bitfields
2015-06-17 14:27:38 +02:00
x509_csr.h
Fix typos/style in doxygen documentation
2015-05-29 12:53:47 +02:00
xtea.h
Just use stdint.h even with MSVC
2015-04-15 11:58:31 +02:00