88 コミット (f3fbadeae053aaa897df8433912bec59eb483521)

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