57 Commitit (f01fb5dc0e9d2227a20fe33f7bf76c2160ecf9c9)

Tekijä SHA1 Viesti Päivämäärä
  Matt Mueller 897be6afe3 Add CBS_ASN1_UTF8STRING define. 8 vuotta sitten
  David Benjamin bd42603943 Add a convenience function for i2d compatibility wrappers. 8 vuotta sitten
  David Benjamin 375124b162 Parse BER for PKCS#12 more accurately. 8 vuotta sitten
  David Benjamin 11aac10987 Fix theoretical memory leak on malloc error in CBS_asn1_ber_to_der. 8 vuotta sitten
  David Benjamin 2a0b391ac9 Rewrite ssl3_send_server_key_exchange to use CBB. 8 vuotta sitten
  David Benjamin 4cc671cbf4 Add CBB_reserve and CBB_did_write. 8 vuotta sitten
  David Benjamin a01deee96b Make CBB_len relative to its argument. 9 vuotta sitten
  David Benjamin 2077cf9152 Use UINT64_C instead of OPENSSL_U64. 9 vuotta sitten
  Adam Langley f9c77dedfa Drop CBB allocation failure test. 9 vuotta sitten
  Adam Langley a33915d690 Have |CBB_init| zero the |CBB| before any possible failures. 9 vuotta sitten
  David Benjamin ef14b2d86e Remove stl_compat.h. 9 vuotta sitten
  Matt Braithwaite fa9eb568b0 Correct the spelling of "primitive". 9 vuotta sitten
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9 vuotta sitten
  David Benjamin e8d53508ca Convert ssl3_send_client_hello to CBB. 9 vuotta sitten
  David Benjamin dbb0321014 Clarify that only top-level CBBs get CBB_cleanup. 9 vuotta sitten
  Paul Lietar 23b185a3cf Allow out_present to be NULL in CBS_get_optional_asn1 9 vuotta sitten
  David Benjamin b8d28cf532 Factor out the buffering and low-level record code. 9 vuotta sitten
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9 vuotta sitten
  David Benjamin d822ed811a Make CBB_len return a length, not remaining. 9 vuotta sitten
  David Benjamin a8653208ec Add CBB_zero to set a CBB to the zero state. 9 vuotta sitten
  David Benjamin d13a5e15d4 Fix crypto/bytestring test for too long lengths. 9 vuotta sitten
  Adam Langley 614c66a2f8 Add infrastructure for better extension handling. 9 vuotta sitten
  Adam Langley 521d4b805a Export |CBS_get_any_ber_asn1_element|. 9 vuotta sitten
  Adam Langley cc1e3df75c Make CBS_get_any_asn1_element accept only DER. 9 vuotta sitten
  Adam Langley 0976096224 bytestring: Test out_header_len != NULL before writing. 9 vuotta sitten
  David Benjamin 3fa65f0f05 Fix some malloc test crashs. 9 vuotta sitten
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9 vuotta sitten
  David Benjamin 22ccc2d8f1 Remove unnecessary NULL checks, part 1. 9 vuotta sitten
  David Benjamin 5933723b7b Check for leading zeros in CBS_get_asn1_uint64. 9 vuotta sitten
  David Benjamin f8c2c9e9f0 Convert bytestring_test to C++. 9 vuotta sitten
  David Benjamin c9a202fee3 Add in missing curly braces part 1. 9 vuotta sitten
  Doug Hogan 5ba305643f Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1. 9 vuotta sitten
  Doug Hogan a84f06fc1e Move free from cbb_init() to only CBB_init(). 9 vuotta sitten
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 vuotta sitten
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9 vuotta sitten
  Adam Langley af7e74ba9f Remove variable shadowing. 10 vuotta sitten
  Piotr Sikora 3b73c18fca Fix "integer constant is too large for 'long' type" errors. 10 vuotta sitten
  Adam Langley 7571292eac Extended master secret support. 10 vuotta sitten
  David Benjamin 83fd6b686f Reimplement d2i_SSL_SESSION with CBS. 10 vuotta sitten
  David Benjamin fbe6f498cd The empty contents are not a valid ASN.1 INTEGER. 10 vuotta sitten
  David Benjamin b5b6854968 Add CBB_add_asn1_uint64. 10 vuotta sitten
  David Benjamin b698617007 Add CBS_peek_asn1_tag. 10 vuotta sitten
  David Benjamin a70c75cfc0 Add a CRYPTO_library_init and static-initializer-less build option. 10 vuotta sitten
  David Benjamin 9b04d657be Export CBS_get_any_asn1_element. 10 vuotta sitten
  Adam Langley 1f3591d4c7 Export CBS_asn1_ber_to_der. 10 vuotta sitten
  Adam Langley 58f90951eb Remove hack in parsing PKCS#12. 10 vuotta sitten
  Adam Langley 9c01e00c2e Rework support for ASN.1 BER. 10 vuotta sitten
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10 vuotta sitten
  David Benjamin c10dde465e Only allow indefinite lengths for constructed types. 10 vuotta sitten
  David Benjamin 98e882ead1 Clean up s23_srvr.c. 10 vuotta sitten