88 Commits (9a5f49eec089f080e7fac41c387086f6fc0ae6a5)

Autor SHA1 Mensagem Data
  Alessandro Ghedini 1fc7e9ccd2 Remove trailing ';' from macros 8 anos atrás
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8 anos atrás
  David Benjamin c72e6f9c69 Fix off by 1 in ASN1_STRING_set() 8 anos atrás
  David Benjamin 2a795a1775 Check for errors in a2d_ASN1_OBJECT() 8 anos atrás
  David Benjamin 55d9038de5 Delete d2i_ASN1_bytes and i2d_ASN1_bytes. 8 anos atrás
  David Benjamin da53b59e75 Purge some a2i functions. 8 anos atrás
  David Benjamin 6a98349314 Check for overflows in ASN1_object_size(). 8 anos atrás
  Alessandro Ghedini 057b678dca Remove spurious ';' and fix indentation for macro arguments in one file 8 anos atrás
  David Benjamin 9f55b53fa0 Purge the remainder of asn1_mac.h. 8 anos atrás
  David Benjamin ac6a84bc7a Always check that the value returned by asn1_do_adb() is non-NULL. 8 anos atrás
  David Benjamin abaef2e869 Fix omitted selector handling. 8 anos atrás
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." 8 anos atrás
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8 anos atrás
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8 anos atrás
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. 8 anos atrás
  David Benjamin 7af3140a82 Remove ASN.1 BIOs. 8 anos atrás
  David Benjamin ae0bf3b7c1 Remove ASN1_parse and ASN1_parse_dump. 8 anos atrás
  David Benjamin e77b16ef71 Remove ASN.1 print hooks. 8 anos atrás
  David Benjamin 0a45822afe Fix some missing inits 8 anos atrás
  David Benjamin f0bba61663 Fix ASN1_INTEGER handling. 8 anos atrás
  David Benjamin eb3257211e Don't free ret->data if malloc fails. 8 anos atrás
  Steven Valdez ede2e2c5ce Fix buffer overrun in ASN1_parse() and signed/unsigned warning. 8 anos atrás
  Steven Valdez 14b07a02a6 Harden ASN.1 BIO handling of large amounts of data. 8 anos atrás
  Brian Smith dc6c1b8381 Fix build when using Visual Studio 2015 Update 1. 8 anos atrás
  Piotr Sikora c6d3029eda Add missing internal includes. 8 anos atrás
  Piotr Sikora 9bb8ba6ba1 Make local functions static. 8 anos atrás
  David Benjamin a2f2bc3a40 Align with upstream's error strings, take two. 8 anos atrás
  David Benjamin fb8e678897 Match upstream's error codes for the old sigalg code. 8 anos atrás
  David Benjamin df1dc98409 Add a few more large tag tests to asn1_test. 8 anos atrás
  David Benjamin fb2c6f8c85 ASN1_get_object should not accept large universal tags. 8 anos atrás
  Adam Langley 7e8ed44013 Fix possible memory leak on BUF_MEM_grow_clean failure 8 anos atrás
  Adam Langley c4eec0c16b Fix encoding bug in i2c_ASN1_INTEGER 8 anos atrás
  David Benjamin f4e447c16d Move ASN1_bn_print to a static function in evp/print.c. 8 anos atrás
  Adam Langley 57707c70dc OpenSSL reformat x509/, x509v3/, pem/ and asn1/. 8 anos atrás
  David Benjamin 70ab223490 Remove ASN1_R_MALLOC_FAILURE. 8 anos atrás
  David Benjamin c100ef4379 Limit depth of ASN1 parse printing. 9 anos atrás
  David Benjamin cb852981cd Fix leak with ASN.1 combine. 9 anos atrás
  David Benjamin 20c373118c Become partially -Wmissing-variable-declarations-clean. 9 anos atrás
  Adam Langley d9e817309a Fix several warnings that arise in Android. 9 anos atrás
  David Benjamin 15e4deb165 d2i: don't update input pointer on failure 9 anos atrás
  David Benjamin ba13402c1b Fix the type of ASN1_i2d_bio's last argument. 9 anos atrás
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9 anos atrás
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 anos atrás
  David Benjamin 34248d4cb7 Get rid of err function codes. 9 anos atrás
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9 anos atrás
  David Benjamin 5c20c444c4 Don't set *pval to NULL in asn1_item_ex_combine_new. 9 anos atrás
  David Benjamin c85573ccd8 Ensure BN_asc2bn, BN_dec2bn, and BN_hex2bn never give -0. 9 anos atrás
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 anos atrás
  Brian Smith a039d70270 Enable MSVC warning C4701, use of potentially uninitialized variable. 9 anos atrás
  David Benjamin 2f18c1babb Prune away (almost) all of asn1_mac.h 9 anos atrás