Lines Matching refs:c
70 * Remove unused headers included in x509.c. Found by Chris Hanson and fixed
146 platform_util.h (and its associated platform_util.c) only contain
205 * Fix a spurious uninitialized variable warning in cmac.c. Fix independently
210 * Fix C89 incompatibility in benchmark.c. Contributed by Brendan Shanks.
243 * Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.
344 * Fix memory allocation corner cases in memory_buffer_alloc.c module. Found
361 * Fix typo in a comment ctr_drbg.c. Contributed by Paul Sokolovsky.
519 * Fix word size check in in pk.c to not depend on MBEDTLS_HAVE_INT64.
533 * Fix error message in programs/pkey/gen_key.c. Found and fixed by Chris Xue.
534 * Fix programs/pkey/dh_server.c so that it actually works with dh_client.c.
540 * Fix the entropy.c module to not call mbedtls_sha256_starts() or
542 * Fix the entropy.c module to ensure that mbedtls_sha256_init() or
547 * Fix status handshake status message in programs/ssl/dtls_client.c. Found
564 everywhere except some locations in the ssl_tls.c module.
768 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and
769 x509_csr.c that are reported when building mbed TLS with a config.h that
845 * Fix incorrect handling of block lengths in crypt_and_hash.c sample program,
851 * Fixed cert_app.c sample program for debug output and for use when no root
857 * Fixed the sample applications gen_key.c, cert_req.c and cert_write.c for
862 subramanyam-c. #622
869 Found by subramanyam-c. #626
885 * Renamed source file library/net.c to library/net_sockets.c to avoid
887 net.c. For consistency, the corresponding header file, net.h, is marked as
1048 * Fix compile error in net.c with musl libc. Found and patch provided by
1219 * Test certificates in certs.c are no longer guaranteed to be nul-terminated
1356 * Fix bug in entropy.c when THREADING_C is also enabled that caused
1378 * Fix warnings from mingw64 in timing.c (found by kxjklele).
1505 * Fix compile error in timing.c when POLARSSL_NET_C and POLARSSL_SELFTEST
1622 * Typos in platform.c and pkcs11.c (found by Daniel Phillips and Steffan
1634 * Some parts of ssl_tls.c were compiled even when the module was disabled.
1635 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
1671 * Fixed malloc/free default #define in platform.c (found by Gergely Budai).
1707 that prevented bignum.c from compiling. (Reported by Rafael Baptista.)
1785 * Split off curves from ecp.c into ecp_curves.c
1908 * Support for AIX header locations in net.c module
1931 * Fix warnings from mingw64 in timing.c (found by kxjklele).
2011 that prevented bignum.c from compiling. (Reported by Rafael Baptista.)
2063 * Fix detection of DragonflyBSD in net.c (found by Markus Pfeiffer)
2125 * Fixed bignum.c and bn_mul.h to support Thumb2 and LLVM compiler
2643 * Changed typo in #ifdef in x509parse.c (found
2735 * Enabled support for large files by default in aescrypt2.c
2750 Robson-Garth; some x509write.c fixes by Pascal Vizeli, thanks to
2790 * Added an SSL/TLS stress testing program (ssl_test.c)
2805 * Fixed a bug in ssl_tls.c which sometimes prevented SSL
2829 * Fixed a bug introduced in xyssl-0.5/timing.c: hardclock
2854 * Fixed a couple memory leak in x509_read.c
2864 * Updated timing.c for improved compatibility with i386
2869 * Updated timing.c to support ARM and MIPS arch