mbedtls/library
Janos Follath 865b3ebf84 Initialize return values to an error
Initializing the return values to an error is best practice and makes
the library more robust against programmer errors.
2019-12-16 15:15:16 +00:00
..
.gitignore Split libs with make + general make cleanups 2015-06-25 10:59:56 +02:00
certs.c Add support for all SHA modes in cert_write 2019-07-14 09:17:57 +03:00
CMakeLists.txt Bump Mbed TLS version to 2.19.1 2019-09-18 13:42:36 +01:00
debug.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
error.c Add two error codes to the Error module 2019-12-16 15:15:16 +00:00
Makefile Makefile: add path prefixes to other versions of libmbedcrypto library 2019-10-08 10:10:43 -04:00
net_sockets.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
pkcs11.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl_cache.c Remove peer CRT from cache if !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE 2019-02-26 14:38:09 +00:00
ssl_ciphersuites.c Reduce priority of 3DES ciphersuites 2019-03-01 10:19:27 +01:00
ssl_cli.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
ssl_cookie.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
ssl_srv.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
ssl_ticket.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
ssl_tls.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
version.c Fix missing void argument declarations #678 2016-11-04 23:05:56 +01:00
version_features.c Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION 2019-08-23 12:52:29 +03:00
x509.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
x509_create.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
x509_crl.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
x509_crt.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
x509_csr.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
x509write_crt.c Initialize return values to an error 2019-12-16 15:15:16 +00:00
x509write_csr.c Initialize return values to an error 2019-12-16 15:15:16 +00:00