16 Commits (b22c9fea475251b5f83aaa444ed3db3dc1161556)

Author SHA1 Message Date
  David Benjamin 14c611cf91 Don't pass NULL,0 to qsort. 5 years ago
  David Benjamin ce00828c89 Test the binary search more aggressively. 6 years ago
  David Benjamin 52483994c8 Mostly fix undefined casts around STACK_OF's comparator. 6 years ago
  David Benjamin fb4e2e0f0c Fix undefined casts in sk_*_pop_free and sk_*_deep_copy. 6 years ago
  David Benjamin 8d2f4b993f Const-correct sk_find and sk_delete_ptr. 6 years ago
  Steven Valdez acddb8c134 Avoid modifying stack in sk_find. 6 years ago
  David Benjamin 808f832917 Run the comment converter on libcrypto. 7 years ago
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7 years ago
  David Benjamin 54091230cd Use C99 for size_t loops. 8 years ago
  Steven Valdez fd26b7a015 If no comparison function is set, sk_sort is a NOP 8 years ago
  David Benjamin d8b65c8844 Remove unnecessary NULL checks, part 4. 9 years ago
  Doug Hogan 41846c74f1 Modify sk_find() so it returns 1 on success and 0 otherwise. 9 years ago
  Adam Langley a1048a772f Add sk_deep_copy and its macro. 9 years ago
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 years ago
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10 years ago
  Adam Langley 95c29f3cd1 Inital import. 10 years ago