Commit History

Author SHA1 Message Date
  Bernd Edlinger fce78bd4ed Fix invalid function type casts. 6 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 6 years ago
  KaoruToda 208fb891e3 Since return is inconsistent, I removed unnecessary parentheses and 6 years ago
  Todd Short 2722ff506d Remove some #if 0 code in ssl, crypto/bio 7 years ago
  Matt Caswell 3befffa39d Create BIO_write_ex() which handles size_t arguments 7 years ago
  Matt Caswell d07aee2c7a Create BIO_read_ex() which handles size_t arguments 7 years ago
  Rich Salz b1322259d9 Copyright consolidation 09/10 8 years ago
  Davide Galassi a043d0b91d BIO socket connect failure was not handled correctly. 8 years ago
  David Benjamin 04f6b0fd91 RT4660: BIO_METHODs should be const. 8 years ago
  FdaSilvaYY a2d0baa2d9 GH678: Add a few more zalloc 8 years ago
  Richard Levitte 417be660e1 Refactoring BIO: adapt BIO_s_connect and BIO_s_accept 8 years ago
  Richard Levitte b00b21242a Temporary pragma to have GCC quiet down about deprecated functions 8 years ago
  Rich Salz 349807608f Remove /* foo.c */ comments 8 years ago
  Rich Salz 7644a9aef8 Rename some BUF_xxx to OPENSSL_xxx 8 years ago
  Richard Levitte 4b72d5f80c Have BIO_get_conn_int_port use BIO_ctrl instead BIO_int_ctrl 8 years ago
  Andy Polyakov b13fdc4860 Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows. 8 years ago
  Rich Salz b51bce9420 Add and use OPENSSL_zalloc 8 years ago
  Richard Levitte b39fc56061 Identify and move common internal libcrypto header files 9 years ago
  Rich Salz 75ebbd9aa4 Use p==NULL not !p (in if statements, mainly) 9 years ago
  Rich Salz 16f8d4ebf0 memset, memcpy, sizeof consistency fixes 9 years ago
  Rich Salz b4faea50c3 Use safer sizeof variant in malloc 9 years ago
  Rich Salz b548a1f11c free null cleanup finale 9 years ago
  Rich Salz b196e7d936 remove malloc casts 9 years ago
  Rich Salz ca3a82c3b3 free NULL cleanup 9 years ago
  Matt Caswell 0f113f3ee4 Run util/openssl-format-source -v -c . 9 years ago
  Rich Salz 6d23cf9744 RT3548: Remove unsupported platforms 9 years ago
  Rich Salz 5ad4fdce41 RT3548: Remove unsupported platforms. 9 years ago
  Ben Laurie c45a48c186 Constification. 10 years ago
  Nils Larsch d5fd72fd0d fix if statement: call conn_state() if the BIO is not in the BIO_CONN_S_OK state 18 years ago
  Nils Larsch df9e0bf507 add missing parentheses 19 years ago