- 18 May, 2011 3 commits
-
-
Paul Bakker authored
- 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. - Network functions now return POLARSSL_ERR_NET_WANT_READ or POLARSSL_ERR_NET_WANT_WRITE instead of the ambiguous POLARSSL_ERR_NET_TRY_AGAIN
-
Paul Bakker authored
-
Paul Bakker authored
-
- 09 May, 2011 1 commit
-
-
Paul Bakker authored
- A error_strerror function() has been added to translate between error codes and their description. - The error codes have been remapped and combining error codes is now done with a PLUS instead of an OR as error codes used are negative. - Descriptions to all error codes have been added. - Generation script for error.c has been created to automatically generate error.c from the available error definitions in the headers.
-
- 05 May, 2011 3 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
- 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.
-
Paul Bakker authored
- Maximized mpi limb size
-
- 25 Apr, 2011 2 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-
- 24 Apr, 2011 8 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
- Made alarmed volatile for better Windows compatibility
-
Paul Bakker authored
-
Paul Bakker authored
- Major type rewrite of int to size_t for most variables and arguments used for buffer lengths and loops
-
- 23 Apr, 2011 1 commit
-
-
Paul Bakker authored
-
- 19 Apr, 2011 2 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-
- 18 Apr, 2011 4 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
-
- 04 Apr, 2011 1 commit
-
-
Paul Bakker authored
-
- 01 Apr, 2011 2 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-
- 26 Mar, 2011 4 commits
-
-
Paul Bakker authored
- Added flag to disable Chinese Remainder Theorem when using RSA private operation (POLARSSL_RSA_NO_CRT)
-
Paul Bakker authored
-
Paul Bakker authored
- Added mpi_fill_random() for centralized filling of big numbers with random data (Fixed ticket #10)
-
Paul Bakker authored
-
- 25 Mar, 2011 9 commits
-
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
the x509 header file
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
-
Paul Bakker authored
-