Commit History

Author SHA1 Message Date
  Matt Caswell 0f48050b5a Fix BIO_f_asn1() to properly report some errors 1 year ago
  Richard Levitte e077455e9e Stop raising ERR_R_MALLOC_FAILURE in most places 2 years ago
  Oliver Mihatsch 3a1d2b5952 Fix memory leak in i2d_ASN1_bio_stream 3 years ago
  Pauli 10dbfcc91e asn.1: remove TODOs 3 years ago
  Matt Caswell f5afac4bda Update copyright year 3 years ago
  Shane Lontis 42e7d2f10e Add more negative checks for integers passed to OPENSSL_malloc(). 3 years ago
  FdaSilvaYY 89947af2c5 crypto: raise error on malloc failure 6 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 365a2d9991 Following the license change, modify the boilerplates in crypto/asn1/ 5 years ago
  Richard Levitte 28428130db Update copyright year 6 years ago
  Rich Salz cdb10bae3f Set error code on alloc failures 6 years ago
  Bernd Edlinger fce78bd4ed Fix invalid function type casts. 6 years ago
  KaoruToda 26a7d938c9 Remove parentheses of return. 7 years ago
  Rich Salz 176db6dc51 Use "" not <> for internal/ includes 7 years ago
  Matt Caswell 297c1149f6 Remove OPENSSL_assert() from crypto/asn1/bio_asn1.c 7 years ago
  Jon Spillett f125430063 Exit the loop on failure 7 years ago
  Matt Caswell 3befffa39d Create BIO_write_ex() which handles size_t arguments 8 years ago
  Matt Caswell d07aee2c7a Create BIO_read_ex() which handles size_t arguments 8 years ago
  Rich Salz f3b3d7f003 Add -Wswitch-enum 8 years ago
  FdaSilvaYY f59f23c383 Add more zalloc 8 years ago
  FdaSilvaYY 8e89e85f55 Fix some missing inits 8 years ago
  Rich Salz b1322259d9 Copyright consolidation 09/10 8 years ago
  Matt Caswell a146ae55ba Make BIO opaque 8 years ago
  David Benjamin 04f6b0fd91 RT4660: BIO_METHODs should be const. 8 years ago
  Rich Salz 349807608f Remove /* foo.c */ comments 8 years ago
  Matt Caswell 90945fa31a Continue standardising malloc style for libcrypto 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 ca3a82c3b3 free NULL cleanup 9 years ago