1 file changed
+1
-1
lines changed- ChangeLog+28
- include/mbedtls/asn1write.h+22
- include/mbedtls/check_config.h+3-2
- include/mbedtls/psa_util.h+125
- include/mbedtls/ssl_internal.h+14-1
- include/mbedtls/x509_crt.h+51-7
- include/mbedtls/x509_csr.h+8
- include/psa/crypto_extra.h+2
- library/asn1write.c+60-11
- library/psa_crypto.c+16-17
- library/ssl_cli.c+255-42
- library/ssl_tls.c+116-68
- library/x509_crt.c+45-24
- library/x509write_crt.c+24-10
- library/x509write_csr.c+6-4
- programs/.gitignore+1
- programs/Makefile+9-4
- programs/ssl/CMakeLists.txt+2
- programs/ssl/query_config.c+2.6k
- programs/ssl/ssl_client2.c+10
- programs/ssl/ssl_server2.c+10
- programs/test/CMakeLists.txt+5-1
- programs/test/query_compile_time_config.c+56
- programs/x509/cert_req.c+30-2
- scripts/bump_version.sh+3
- scripts/data_files/query_config.fmt+139
- scripts/data_files/vs2010-app-template.vcxproj+1-2
- scripts/generate_query_config.pl+75
- scripts/generate_visualc_files.pl+7-1
- tests/data_files/Makefile+14-2
- tests/data_files/server1.cert_type.crt+6-6
- tests/data_files/server1.cert_type_noauthid.crt+7-7
- tests/data_files/server1.der
- tests/data_files/server1.key_usage.crt+7-7
- tests/data_files/server1.key_usage_noauthid.crt+7-7
- tests/data_files/server1.req.cert_type+7-7
- tests/data_files/server1.req.cert_type_empty+17
- tests/data_files/server1.req.key_usage+7-7
- tests/data_files/server1.req.key_usage_empty+17
- tests/data_files/server1.req.ku-ct+7-7
- tests/data_files/server2.der
- tests/data_files/server5.req.ku.sha1+3-3
- tests/data_files/test-ca.der
- tests/scripts/all.sh+2-1
- tests/scripts/check-generated-files.sh+1
- tests/ssl-opt.sh+66-7
- tests/suites/test_suite_asn1write.data+72
- tests/suites/test_suite_asn1write.function+44
- tests/suites/test_suite_ecp.function+2
- tests/suites/test_suite_psa_crypto.function+204-45
- tests/suites/test_suite_timing.data+12-36
- tests/suites/test_suite_timing.function+31-360
- tests/suites/test_suite_x509parse.data+12
- tests/suites/test_suite_x509parse.function+15-1
- tests/suites/test_suite_x509write.data+27-19
- tests/suites/test_suite_x509write.function+8-6
- visualc/VS2010/mbedTLS.sln+13
- visualc/VS2010/query_compile_time_config.vcxproj+175
- visualc/VS2010/ssl_client2.vcxproj+1
- visualc/VS2010/ssl_server2.vcxproj+1
0 commit comments