mbedtls/include/mbedtls
Andres Amaya Garcia 95869c4934 Do not start md accumulator in mbedtls_entropy_init
This change moves the calls to mbedtls_sha256_starts() and
mbedtls_sha512_starts() out of the mbedtls_entropy_init() function as
these now have return codes which need to be checked.
2017-06-29 16:31:44 +01:00
..
aes.h Change return type of AES decrypt and encrypt 2017-05-16 10:22:37 +01:00
aesni.h
arc4.h
asn1.h
asn1write.h Add mbedtls_asn1_write_len() support for 3 and 4 byte lengths 2016-08-25 15:42:27 +01:00
base64.h
bignum.h Merge remote-tracking branch 'hanno/mpi_read_file_underflow' into development 2017-06-08 19:48:03 +02:00
blowfish.h
bn_mul.h Fix segfault on x32 by using better register constraints in bn_mul.h 2016-05-23 14:29:28 +01:00
camellia.h
ccm.h
certs.h
check_config.h Remove obsolote ECP abstraction macros 2017-05-11 22:42:14 +01:00
cipher_internal.h
cipher.h Refactor and change CMAC interface 2016-10-13 13:51:11 +01:00
cmac.h Clarify CMAC API 2016-12-14 15:27:22 +00:00
compat-1.3.h Remove obsolete macros from compat-1.3.h 2017-05-16 10:22:37 +01:00
config.h SHA-1 deprecation: allow it in key exchange 2017-06-06 18:44:14 +02:00
ctr_drbg.h
debug.h Fix a typo that confuses check-names.sh 2016-03-18 16:47:10 +00:00
des.h
dhm.h Clarified function param in dhm.h 2016-05-25 00:59:37 +01:00
ecdh.h
ecdsa.h Clarify the use of ECDSA API 2017-03-10 11:31:41 +00:00
ecjpake.h Fix check-doxy-blocks.pl errors (cmac.c ecjpake.h) 2017-05-12 00:18:04 +01:00
ecp_internal.h Apply feedback to ECP internal interface documentation 2017-05-11 22:42:14 +01:00
ecp.h Apply review feedback on ECP interface 2017-05-11 22:42:14 +01:00
entropy_poll.h Add config macro for min bytes hw entropy 2016-10-13 13:48:48 +01:00
entropy.h Do not start md accumulator in mbedtls_entropy_init 2017-06-29 16:31:44 +01:00
error.h Remove CMAC as a separate and independent error group 2016-10-13 13:51:12 +01:00
gcm.h Fix documentation for mbedtls_gcm_finish() 2016-10-13 13:54:47 +01:00
havege.h
hmac_drbg.h
md2.h Rename md process functions with _internal_ 2017-06-28 12:52:16 +01:00
md4.h Rename md process functions with _internal_ 2017-06-28 12:52:16 +01:00
md5.h Rename md process functions with _internal_ 2017-06-28 12:52:16 +01:00
md_internal.h Change func ptrs to have ret val in MD layer 2017-06-28 14:12:44 +01:00
md.h Clean up comment formatting in md.h 2016-10-13 13:51:12 +01:00
memory_buffer_alloc.h Clarifies documentation on reported memory statistics 2016-05-23 14:29:29 +01:00
net_sockets.h Rename net.{c,h} to net_sockets.{c,h} 2016-10-13 13:48:48 +01:00
net.h Rename net.{c,h} to net_sockets.{c,h} 2016-10-13 13:48:48 +01:00
oid.h
padlock.h
pem.h
pk_internal.h
pk.h Fixes minor typos in comments in pk.h and ctr_drbg.c 2016-05-23 14:29:30 +01:00
pkcs5.h
pkcs11.h
pkcs12.h
platform_time.h Puts platform time abstraction into its own header 2016-07-13 14:46:18 +01:00
platform.h Puts platform time abstraction into its own header 2016-07-13 14:46:18 +01:00
ripemd160.h Rename md process functions with _internal_ 2017-06-28 12:52:16 +01:00
rsa.h Clarify Comments and Fix Typos (#651) 2016-11-06 12:45:15 +00:00
sha1.h Rename md process functions with _internal_ 2017-06-28 12:52:16 +01:00
sha256.h Rename md process functions with _internal_ 2017-06-28 12:52:16 +01:00
sha512.h Rename md process functions with _internal_ 2017-06-28 12:52:16 +01:00
ssl_cache.h Abstracts away time()/stdlib.h into platform 2016-04-26 14:49:59 +01:00
ssl_ciphersuites.h Remember suitable hash function for any signature algorithm. 2017-05-15 11:50:11 +01:00
ssl_cookie.h
ssl_internal.h Fix mbedtls_ssl_read 2017-06-08 10:12:16 +01:00
ssl_ticket.h
ssl.h Simplify retaining of messages for future processing 2017-06-08 10:12:16 +01:00
threading.h Apply review feedback on ECP interface 2017-05-11 22:42:14 +01:00
timing.h
version.h Update the version number to 2.5.1 2017-06-20 23:08:10 +01:00
x509_crl.h Reintroduce line deleted by accident 2016-01-04 12:40:15 +01:00
x509_crt.h Cleaned up negative test predicate for test case 2017-06-06 19:16:18 +02:00
x509_csr.h Fix typo in docs for mbedtls_x509write_csr_der() 2016-10-13 13:53:56 +01:00
x509.h Clarify Comments and Fix Typos (#651) 2016-11-06 12:45:15 +00:00
xtea.h