1. 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
  2. 1a207ec - Set sane start values for structures that are closed or freed. by Paul Bakker · 15 years ago
  3. e3166ce - Renamed ciphers member of ssl_context and cipher member of ssl_session to ciphersuites and ciphersuite respectively. This clarifies the difference with the generic cipher layer and is better naming altogether by Paul Bakker · 15 years ago
  4. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  5. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  6. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  7. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  8. 4fc4552 - Added cert_app application by Paul Bakker · 15 years ago