94 コミット (1908667015d5cc28876971b789c338f81447aaee)

作成者 SHA1 メッセージ 日付
  David Benjamin ce45588695 Speculatively remove __STDC_*_MACROS. 6年前
  David Benjamin 681ff27720 Flatten most of the crypto target. 6年前
  David Benjamin 8803c0589d Properly advance the CBS when parsing BER structures. 6年前
  David Benjamin b06f92da7b Add new character encoding functions. 6年前
  Adam Langley d096c06b34 bytestring: document that |CBS_get_optional_asn1| can have a NULL output. 6年前
  Adam Langley c61b577197 Add some more utility functions to bytestring. 6年前
  David Benjamin 92e332501a Add a function for encoding SET OF. 6年前
  David Benjamin d9f49974e3 Support high tag numbers in CBS/CBB. 6年前
  David Benjamin 2fc4f362cd Revert "Support high tag numbers in CBS/CBB." 6年前
  David Benjamin 095b6c9baa Also add a decoupled OBJ_obj2txt. 6年前
  David Benjamin 47b8f00fdc Reimplement OBJ_txt2obj and add a lower-level function. 7年前
  David Benjamin 66801feb17 Support high tag numbers in CBS/CBB. 7年前
  David Benjamin 808f832917 Run the comment converter on libcrypto. 7年前
  David Benjamin 2c45fa0b90 Convert bytestring_test to GTest. 7年前
  David Benjamin 76dd18008c Convert base64_test to GTest. 7年前
  Victor Vasiliev 438229a8d7 Correct a typo in ASN.1 type name. 7年前
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7年前
  David Benjamin 48e2be247a Include the type in empty vector literals. 7年前
  David Benjamin fcd714d52b Add CBS functions for working with BIT STRINGs. 7年前
  David Benjamin aac1e2dd73 Remove the remaining bssl::Main wrappers. 7年前
  David Benjamin 455919dda2 Add CBS_get_any_asn1. 8年前
  David Benjamin 54091230cd Use C99 for size_t loops. 8年前
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8年前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8年前
  David Benjamin 1db42fb3ca Clarify CBS/CBB with respect to high tag number form. 8年前
  Steven Valdez cb96654404 Adding ARRAY_SIZE macro for getting the size of constant arrays. 8年前
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h 8年前
  David Benjamin 22edd87755 Resolve a small handful of size_t truncation warnings. 8年前
  David Benjamin 4ff41f614c Check for overflow in CBB_add_u24. 8年前
  David Benjamin 93a034a7d7 CBBs are in an undefined state after an operation failed. 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 bb076e334c Add CBB_add_u32. 8年前
  David Benjamin a7810c12e9 Make tls_open_record always in-place. 8年前
  Nick Harper 6f621bd8f7 Merge documentation from chromium's net/der into cbs.c 8年前
  Matt Mueller 897be6afe3 Add CBS_ASN1_UTF8STRING define. 8年前
  David Benjamin bd42603943 Add a convenience function for i2d compatibility wrappers. 8年前
  David Benjamin 375124b162 Parse BER for PKCS#12 more accurately. 8年前
  David Benjamin 11aac10987 Fix theoretical memory leak on malloc error in CBS_asn1_ber_to_der. 8年前
  David Benjamin 2a0b391ac9 Rewrite ssl3_send_server_key_exchange to use CBB. 8年前
  David Benjamin 4cc671cbf4 Add CBB_reserve and CBB_did_write. 8年前
  David Benjamin a01deee96b Make CBB_len relative to its argument. 9年前
  David Benjamin 2077cf9152 Use UINT64_C instead of OPENSSL_U64. 9年前
  Adam Langley f9c77dedfa Drop CBB allocation failure test. 9年前
  Adam Langley a33915d690 Have |CBB_init| zero the |CBB| before any possible failures. 9年前
  David Benjamin ef14b2d86e Remove stl_compat.h. 9年前
  Matt Braithwaite fa9eb568b0 Correct the spelling of "primitive". 9年前
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9年前