Histórico de Commits

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