Lines Matching refs:programs

179    * Fix compilation error in C++ programs when MBEDTLS_ASN1_PARSE_C is
479 * Add missing md.h includes to some of the external programs from
480 the programs directory. Without this, even though the configuration
489 * Fix missing PSA initialization in sample programs when
694 could cause a crash in programs/test/benchmark.
719 * Fix behavior of certain sample programs which could, when run with no
773 * programs/x509/cert_write:
1117 * Add example programs cipher_aead_demo.c, md_hmac_demo.c, aead_demo.c
1248 * Removed the prompt to exit from all windows build programs, which was causing
1390 * Fix the build of sample programs when neither MBEDTLS_ERROR_C nor
1872 * Fix the setting of the read timeout in the DTLS sample programs.
1877 * Remove the AES sample application programs/aes/aescrypt2 which shows
1996 * Fix use-after-scope error in programs/ssl/ssl_client2.c and ssl_server2.c
2326 * The new utility programs/ssl/ssl_context_info prints a human-readable
2364 the example programs. Reported in #1430 and fix contributed by irwir.
2408 * Unify the example programs termination to call mbedtls_exit() instead of
2675 the example programs ssl_server2 and ssl_client2 to be run
2736 * Make `make clean` clean all programs always. Fixes #1862.
2828 This certificate is used in the demo server programs, which lead the
2829 client programs to fail at the peer's certificate verification
2976 programs/pkey/gen_key which previously led to compilation failure
3098 * Fix wrong order of freeing in programs/ssl/ssl_server2 example
3110 program programs/x509/cert_write. Fixes #1422.
3116 of sensitive data in the example programs aescrypt2 and crypt_and_hash.
3218 and pk_decrypt example programs. Reported by Brace Stout. Fixes #1128.
3753 * Fix issues in RSA key generation program programs/x509/rsa_genkey and the
3757 * Fix error message in programs/pkey/gen_key.c. Found and fixed by Chris Xue.
3758 * Fix programs/pkey/dh_server.c so that it actually works with dh_client.c.
3771 * Fix status handshake status message in programs/ssl/dtls_client.c. Found
3806 programs/aes/aescrypt2 and programs/aes/crypt_and_hash.
4326 * Fix bug in Makefile that caused programs not to be installed correctly
4345 * Fix memory corruption in pkey programs (found by yankuncheng) (#210)
4610 * Add missing dependency on SHA-256 in some x509 programs (reported by
4627 * Move from SHA-1 to SHA-256 in example programs using signatures
4708 * Example programs for SSL client and server now disable SSLv3 by default.
4709 * Example programs for SSL client and server now disable RC4 by default.
4710 * Use platform.h in all test suites and programs.
4892 * Some example server programs were not sending the close_notify alert.
5278 * Some example server programs were not sending the close_notify alert.
5467 example application (programs/ssl/o_p_test) (requires OpenSSL)
5647 a consequence in library code and programs
5648 * Moved all examples programs to use the new entropy and CTR_DRBG
5674 * Added rsa_encrypt and rsa_decrypt simple example programs.
5695 * Added ssl_mail_client and ssl_fork_server as example programs.
5789 + Additional example programs to show usage
6036 * Added a few demonstration programs: md5sum, sha1sum,