Historique des commits

Auteur SHA1 Message Date
  Bernd Edlinger c911e5da3c Fix bio callback backward compatibility il y a 6 ans
  Matt Caswell 6738bf1417 Update copyright year il y a 6 ans
  Richard Levitte 7f55808fe7 BIO: at the end of BIO_new, declare the BIO inited if no create method present il y a 6 ans
  Bernd Edlinger fce78bd4ed Fix invalid function type casts. il y a 7 ans
  KaoruToda 26a7d938c9 Remove parentheses of return. il y a 7 ans
  Matt Caswell 82cb311fa0 Fix a typo in bio_read_intern il y a 8 ans
  Kurt Roeckx 2f545ae45d Add support for reference counting using C11 atomics il y a 8 ans
  Benjamin Kaduk 4e3973b457 Try to unify BIO read/write parameter names il y a 8 ans
  Matt Caswell d62bf89cbb Fix more shadowed variable warnings il y a 8 ans
  Matt Caswell 7bf79e33c9 Fix some feedback issues for BIO size_t-ify il y a 8 ans
  Matt Caswell fbba62f6c9 Add some sanity checks for BIO_read* and BIO_gets il y a 8 ans
  Matt Caswell 42c6046064 More parameter naming of BIO_read*/BIO_write* related functions il y a 8 ans
  Matt Caswell bb5310bed5 Ensure that BIO_read_ex() and BIO_write_ex() only return 0 or 1 il y a 8 ans
  Matt Caswell 47263ace13 Fix some bogus uninit variable warnings il y a 8 ans
  Matt Caswell 98e553d2ce Ensure all BIO functions call the new style callback il y a 8 ans
  Matt Caswell 3befffa39d Create BIO_write_ex() which handles size_t arguments il y a 8 ans
  Matt Caswell d07aee2c7a Create BIO_read_ex() which handles size_t arguments il y a 8 ans
  Rich Salz 5a7ad1f08b Move BIO index lock creation il y a 8 ans
  Rich Salz 8b8d963db5 Add BIO_get_new_index() il y a 8 ans
  FdaSilvaYY 9d7bfb14dd Discard BIO_set(BIO* bio) method il y a 8 ans
  Rich Salz b1322259d9 Copyright consolidation 09/10 il y a 8 ans
  FdaSilvaYY a14a740dbe BIO_free should call method->destroy before free'ing member fields il y a 8 ans
  FdaSilvaYY 25a807bcb9 Add checks on CRYPTO_new_ex_data return value il y a 8 ans
  Matt Caswell 1ee7b8b97c Fix ex_data locks issue il y a 8 ans
  Matt Caswell ff2344052b Ensure all locks are properly cleaned up il y a 8 ans
  Matt Caswell a146ae55ba Make BIO opaque il y a 8 ans
  David Benjamin 04f6b0fd91 RT4660: BIO_METHODs should be const. il y a 8 ans
  Alessandro Ghedini fb46be0348 Convert CRYPTO_LOCK_BIO to new multi-threading API il y a 8 ans
  Rich Salz f3f1cf8444 Move to REF_DEBUG, for consistency. il y a 8 ans
  Richard Levitte 417be660e1 Refactoring BIO: adapt BIO_s_connect and BIO_s_accept il y a 8 ans