该项目从 https://github.com/Mbed-TLS/mbedtls 镜像。
拉取镜像更新于 。
- 4月 25, 2014
-
-
由 Paul Bakker 创作于
-
- 9月 18, 2013
-
-
由 Paul Bakker 创作于
-
由 Paul Bakker 创作于
e.g. x509parse_crtfile -> x509_crt_parse_file
-
由 Paul Bakker 创作于
-
- 9月 17, 2013
-
-
由 Paul Bakker 创作于
-
- 9月 15, 2013
-
-
由 Paul Bakker 创作于
-
由 Paul Bakker 创作于
-
- 8月 20, 2013
-
-
由 Paul Bakker 创作于
-
- 8月 16, 2013
-
-
由 Paul Bakker 创作于
Changes include: - Integers marked with '#' in the .function files. - Strings should have "" in .data files. - String comparison instead of preprocessor-like replace for e.g. '==' - Params and variables cannot have the same name in .function files
-
- 1月 03, 2013
-
-
由 Paul Bakker 创作于
-
- 12月 11, 2011
-
-
由 Paul Bakker 创作于
- Changed the behaviour of x509parse_parse_crt for permissive parsing. Now returns the number of 'failed certificates' instead of having a switch to enable it. - As a consequence all error code that were positive were changed. A lot of MALLOC_FAILED and FILE_IO_ERROR error codes added for different modules. - Programs and tests were adapted accordingly
-
- 12月 04, 2011
-
-
由 Paul Bakker 创作于
- Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error
-
- 7月 13, 2011
-
-
由 Paul Bakker 创作于
-
- 5月 26, 2011
-
-
由 Paul Bakker 创作于
-
- 5月 05, 2011
-
-
由 Paul Bakker 创作于
- mpi_init() and mpi_free() only accept a single argument and do not accept variable arguments anymore. This prevents unexpected memory corruption in a number of use cases.
-
- 3月 15, 2011
-
-
由 Paul Bakker 创作于
-
- 3月 17, 2010
-
-
由 Paul Bakker 创作于
-
- 2月 19, 2010
-
-
由 Paul Bakker 创作于
- Fixed bug resulting in failure to send the last certificate in the chain in ssl_write_certificate() and ssl_write_certificate_request()
-