Lines Matching refs:program
41 * Added an example program showing how to hash with the PSA API.
103 * The benchmark program now reports times for both ephemeral and static
181 * Fix possible NULL dereference issue in X509 cert_req program if an entry
183 * Fix possible NULL dereference issue in X509 cert_write program if an entry
481 was sufficient for a particular program to work, it would only print
1206 * Fix a bug in the x25519 example program where the removal of
1207 MBEDTLS_ECDH_LEGACY_CONTEXT caused the program not to run. Fixes #4901 and
1218 * Silence a warning from GCC 12 in the selftest program. Fixes #5974.
2388 * Fix building library/net_sockets.c and the ssl_mail_client program on
2884 * Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
2975 * Add explicit integer to enumeration type casts to example program
3110 program programs/x509/cert_write. Fixes #1422.
3448 a file in pk_sign program. Found by kevlut in #1142.
3642 * The selftest program can execute a subset of the tests based on command
3753 * Fix issues in RSA key generation program programs/x509/rsa_genkey and the
3775 * Extend cert_write example program by options to set the certificate version
4069 * Fix incorrect handling of block lengths in crypt_and_hash.c sample program,
4075 * Fixed cert_app.c sample program for debug output and for use when no root
4316 * Fix segfault in the benchmark program when benchmarking DHM.
4478 * Removed test program o_p_test, the script compat.sh does more.
4479 * Removed test program ssl_test, superseded by ssl-opt.sh.
4566 * The benchmark program also prints heap usage for public-key primitives
4600 * Fix hardclock() (only used in the benchmarking program) with some
5153 * Fix hardclock() (only used in the benchmarking program) with some
5747 * Added crl_app program to allow easy reading and
5836 * Added cert_app program to allow easy reading and
6014 * Added an SSL/TLS stress testing program (ssl_test.c)
6039 * Rewrote README.txt in program/ssl/ca to better explain