TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
03a85bca4c1e2ce4e74e0c9ecd6a5bb64e5cc29f
/
library
/
error.c
03a85bc
pem_read_buffer() already update use_len after header and footer are read
by Paul Bakker
· 12 years ago
cb60e7c
Allow enabling of dummy error_strerror() to support some use-cases
by Paul Bakker
· 12 years ago
9406c12
Fixed typo
by Paul Bakker
· 13 years ago
5aef1e1
Fixed comments / typos
by Paul Bakker
· 13 years ago
e2e36d3
- Merged changes from trunk to PolarSSL 1.1 branch
by Paul Bakker
· 14 years ago
polarssl-1.1.1
d567aa2
- Merged Trunk changes for 1.1 into branch
by Paul Bakker
· 14 years ago
polarssl-1.1.0
732e1a8
- Merged trunk into 1.1 branch
by Paul Bakker
· 14 years ago
polarssl-1.1.0-rc1
6c0ceb3
- Added permissive certificate parsing to x509parse_crt() and x509parse_crtfile(). With permissive parsing the parsing does not stop on encountering a parse-error
by Paul Bakker
· 14 years ago
6083fd2
- Added a generic entropy accumulator that provides support for adding custom entropy sources and added some generic and platform dependent entropy sources
by Paul Bakker
· 14 years ago
880ac7e
- Added handling for CTR_DRBG module
by Paul Bakker
· 14 years ago
dceecd8
- Adapted error generation to include ASN.1 changes and have Windows snprintf macro
by Paul Bakker
· 14 years ago
9db7742
- Fixed error file after changed codes
by Paul Bakker
· 14 years ago
9c021ad
- Added regular error codes for generic message digest layer
by Paul Bakker
· 14 years ago
ff61a78
- Added and updated cipher error codes and documentation
by Paul Bakker
· 14 years ago
831a755
- Changed behaviour of net_recv(), ssl_fetch_input() and ssl_read(). net_recv() now returns 0 on EOF instead of POLARSSL_ERR_NET_CONN_RESET. ssl_fetch_input() returns POLARSSL_ERR_SSL_CONN_EOF on an EOF from its f_recv() function. ssl_read() returns 0 if a POLARSSL_ERR_SSL_CONN_EOF is received after the handshake.
by Paul Bakker
· 14 years ago
9d78140
- A error_strerror function() has been added to translate between error codes and their description.
by Paul Bakker
· 14 years ago