1. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  2. 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
  3. a9507c0 - Added crl_app program to allow easy reading and printing of X509 CRLs from file by Paul Bakker · 14 years ago
  4. 1a207ec - Set sane start values for structures that are closed or freed. by Paul Bakker · 15 years ago
  5. 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
  6. b06819b - Adapted CMake files for the PKCS#11 support by Paul Bakker · 15 years ago
  7. 547f73d - Added install targets to the CMake files by Paul Bakker · 15 years ago
  8. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  9. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  10. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  11. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  12. 4fc4552 - Added cert_app application by Paul Bakker · 15 years ago