74 Cometimentos (4b0d0e4c5ef19055b3ff17ed3d760f9b10d76641)

Autor SHA1 Mensagem Data
  David Benjamin 455919dda2 Add CBS_get_any_asn1. há 8 anos
  David Benjamin 54091230cd Use C99 for size_t loops. há 8 anos
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. há 8 anos
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. há 8 anos
  David Benjamin 1db42fb3ca Clarify CBS/CBB with respect to high tag number form. há 8 anos
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. há 8 anos
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h há 8 anos
  David Benjamin 22edd87755 Resolve a small handful of size_t truncation warnings. há 8 anos
  David Benjamin 4ff41f614c Check for overflow in CBB_add_u24. há 8 anos
  David Benjamin 93a034a7d7 CBBs are in an undefined state after an operation failed. há 8 anos
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." há 8 anos
  Adam Langley d2b5af56cf Revert scoped_types.h change. há 8 anos
  Adam Langley 8c3c3135a2 Remove scoped_types.h. há 8 anos
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. há 8 anos
  David Benjamin bb076e334c Add CBB_add_u32. há 8 anos
  David Benjamin a7810c12e9 Make tls_open_record always in-place. há 8 anos
  Nick Harper 6f621bd8f7 Merge documentation from chromium's net/der into cbs.c há 8 anos
  Matt Mueller 897be6afe3 Add CBS_ASN1_UTF8STRING define. há 8 anos
  David Benjamin bd42603943 Add a convenience function for i2d compatibility wrappers. há 8 anos
  David Benjamin 375124b162 Parse BER for PKCS#12 more accurately. há 8 anos
  David Benjamin 11aac10987 Fix theoretical memory leak on malloc error in CBS_asn1_ber_to_der. há 8 anos
  David Benjamin 2a0b391ac9 Rewrite ssl3_send_server_key_exchange to use CBB. há 8 anos
  David Benjamin 4cc671cbf4 Add CBB_reserve and CBB_did_write. há 8 anos
  David Benjamin a01deee96b Make CBB_len relative to its argument. há 9 anos
  David Benjamin 2077cf9152 Use UINT64_C instead of OPENSSL_U64. há 9 anos
  Adam Langley f9c77dedfa Drop CBB allocation failure test. há 9 anos
  Adam Langley a33915d690 Have |CBB_init| zero the |CBB| before any possible failures. há 9 anos
  David Benjamin ef14b2d86e Remove stl_compat.h. há 9 anos
  Matt Braithwaite fa9eb568b0 Correct the spelling of "primitive". há 9 anos
  David Benjamin 301afaf223 Add a run_tests target to run all tests. há 9 anos
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. há 9 anos
  David Benjamin dbb0321014 Clarify that only top-level CBBs get CBB_cleanup. há 9 anos
  Paul Lietar 23b185a3cf Allow out_present to be NULL in CBS_get_optional_asn1 há 9 anos
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. há 9 anos
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. há 9 anos
  David Benjamin d822ed811a Make CBB_len return a length, not remaining. há 9 anos
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. há 9 anos
  David Benjamin d13a5e15d4 Fix crypto/bytestring test for too long lengths. há 9 anos
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. há 9 anos
  Adam Langley 521d4b805a Export |CBS_get_any_ber_asn1_element|. há 9 anos
  Adam Langley cc1e3df75c Make CBS_get_any_asn1_element accept only DER. há 9 anos
  Adam Langley 0976096224 bytestring: Test out_header_len != NULL before writing. há 9 anos
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. há 9 anos
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. há 9 anos
  David Benjamin 22ccc2d8f1 Remove unnecessary NULL checks, part 1. há 9 anos
  David Benjamin 5933723b7b Check for leading zeros in CBS_get_asn1_uint64. há 9 anos
  David Benjamin f8c2c9e9f0 Convert bytestring_test to C++. há 9 anos
  David Benjamin c9a202fee3 Add in missing curly braces part 1. há 9 anos
  Doug Hogan 5ba305643f Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1. há 9 anos
  Doug Hogan a84f06fc1e Move free from cbb_init() to only CBB_init(). há 9 anos