Commit History

Author SHA1 Message Date
  Richard Levitte b646179229 Copyright year updates 6 months ago
  Tomas Mraz 98d6016afe Make OPENSSL_sk_push return only 0 or 1 9 months ago
  Matt Caswell da1c088f59 Copyright year updates 1 year ago
  Pauli eb0935fd21 stack: fix searching when the stack isn't sorted. 1 year ago
  Tomas Mraz 3a09dfb4f9 Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTO 1 year ago
  Tomas Mraz a8086e6bfc stack: Do not add error if pop/shift/value accesses outside of the stack 1 year ago
  Richard Levitte e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places 2 years ago
  Dr. David von Oheimb 30eba7f359 stack.c: add missing direct error reporting and improve coding style 2 years ago
  Pauli 7cc5738a56 Fix Coverity 1493746: constant expression result 2 years ago
  Pauli 8347bfa04f stack: increase the reallocation ratio 2 years ago
  Tomas Mraz 5fd7eb5c8a Improve the implementation of X509_STORE_CTX_get1_issuer() 3 years ago
  Matt Caswell a28d06f3e9 Update copyright year 3 years ago
  Dr. David von Oheimb d53b437f99 Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stack 3 years ago
  Matt Caswell 605856d72c Update copyright year 3 years ago
  Richard Levitte 9311d0c471 Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 3 years ago
  Richard Levitte 5c3f1e34b5 ossl_bsearch(): New generic internal binary search utility function 5 years ago
  Richard Levitte 4fc56f9022 Following the license change, modify the boilerplates in crypto/stack/ 5 years ago
  Matt Caswell 1049ae985e Revert "stack/stack.c: omit redundant NULL checks." 6 years ago
  Andy Polyakov 8839324450 stack/stack.c: omit redundant NULL checks. 6 years ago
  Rich Salz fe1128dc2a Fix last(?) batch of malloc-NULL places 6 years ago
  Richard Levitte 28428130db Update copyright year 6 years ago
  Rich Salz cdb10bae3f Set error code on alloc failures 6 years ago
  Paul Yang 3ceab379fb Add sk_TYPE_new_reserve() function 7 years ago
  Andy Polyakov fbb7b33b28 stack/stack.c: various cleanups. 7 years ago
  FdaSilvaYY 8e8e507ed7 Postpone allocation of STACK internal storage ... until a first push(), 7 years ago
  Pauli 1b3e2bbf64 Add a reserve call to the stack data structure. 7 years ago
  Matt Caswell 41bff723c6 Don't leak on an OPENSSL_realloc() failure 8 years ago
  Matt Caswell 9205ebeb8e Convert num_alloc to a size_t in stack.c and tweak style 8 years ago
  Guido Vranken 9731a9ce7d Prevent overflows in stack API 8 years ago
  Rich Salz 3663990760 Add some const casts 8 years ago