893 コミット (ac6900b0d3ca57d8b37137209c484a11549a116b)
 

作成者 SHA1 メッセージ 日付
  David Benjamin ac6900b0d3 Disallow peer-initiated renegotiations in DTLS. 9年前
  David Benjamin c39be857a8 Reformat dtls1.h. 9年前
  David Benjamin b3774b9619 Add initial handshake reassembly tests. 9年前
  Doug Hogan 5ba305643f Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1. 9年前
  Doug Hogan 2683af70e7 Fix typo and ASN.1 tag number range comment in bytestring.h. 9年前
  Doug Hogan a84f06fc1e Move free from cbb_init() to only CBB_init(). 9年前
  David Benjamin d660b57208 runner: Refactor handshake fragmenting slightly. 9年前
  David Benjamin 79ae85e4f7 Remove NETSCAPE_HANG_BUG. 9年前
  David Benjamin e33b9b0a87 Remove dtls1_timeout_st. 9年前
  David Benjamin 83f9040339 Add DTLS timeout and retransmit tests. 9年前
  David Benjamin d9b091b5e2 Revert "Drop retransmits in DTLS tests." 9年前
  David Benjamin 377fc3160c Document DTLS timeout API and add current_time_cb hook. 9年前
  Adam Langley 868c7ef1f4 Don't assume alignment of ChaCha key on ARM. 9年前
  Adam Langley 64b17ccf15 Fix patch collision of d062c8af and 2b2d66d4. 9年前
  Adam Langley 23343e4b12 Fix AES-256 NIDs. 9年前
  Adam Langley d062c8afba Probe for NEON support if getauxval is missing. 9年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9年前
  Brian Smith efed2210e8 Enable more warnings & treat warnings as errors on Windows. 9年前
  Douglas Katzman 0bb81fcd66 Fix misleading comment. 9年前
  Adam Langley ab21891e34 Add a script to generate the ChaCha ARM asm. 9年前
  Adam Langley be629e0e92 Another fix for the regenerated chacha_vec_arm.S. 9年前
  Adam Langley 9115755006 Convert latin-1 files to UTF-8. 9年前
  David Benjamin ba90d7c56e Test HMAC_CTX initial state and remove now unneccessary code. 9年前
  Adam Langley d5c0980e33 Update the command line for generating the ChaCha asm. 9年前
  Adam Langley 8de7597af3 Don't require alignment in ChaCha20 on ARM. 9年前
  Adam Langley 267253470a Align pointers by hand. 9年前
  Brian Smith a87de9b39b Define WIN32_LEAN_AND_MEAN in the build system, not in the code. 9年前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9年前
  Brian Smith 2e38008558 Define _HAS_EXCEPTIONS=0 to avoid MSVC C4530 warning. 9年前
  Eric Roman bcc4fa87af Add unit-tests for PBKDF2. 9年前
  David Benjamin 507c1eec51 Honor the standard BUILD_SHARED_LIBS cmake variable. 9年前
  David Benjamin f4600adb0e Add missing OPENSSL_EXPORTs. 9年前
  David Benjamin f058dae8fc Revert "Add a test for CONF_parse_list." 9年前
  Brian Smith dc94b54708 Clean up use of Windows Platform SDK headers. 9年前
  Brian Smith 33970e6ce0 Enable bssl client/s_client and server/s_server on Windows. 9年前
  David Benjamin 9a9a193388 Build with -fvisibility=hidden. 9年前
  Brian Smith afdaeee7ed Enable bssl (md5sum, sha256sum, etc.) on Windows. 9年前
  Eric Roman 2fe7f2d0d9 Initialize HMAC keys to zero. 9年前
  Brian Smith 1d75c8be73 Improve compatibility with CMake 3.0 and later 9年前
  Brian Smith ed30c0d6cf Improve the documentation in BUILDING 9年前
  David Benjamin b7f3144a20 Add a style guide. 9年前
  David Benjamin 69ad27fdd8 Run x86 perlasm on UNIX with -fPIC. 9年前
  David Benjamin 36eb7d5fbc Fix buffer size in aead_test.c. 9年前
  David Benjamin 53cbd6c8a0 Fix unused variable warning in OPENSSL_NO_ASM build. 9年前
  Adam Langley bed8f7307e Fix build after mistake addressing comments in cca4d599. 9年前
  Adam Langley cca4d5991f Add digest sum handling to the tool. 9年前
  David Benjamin cd5c892a87 Add a test for CONF_parse_list. 9年前
  Adam Langley fd4eb60497 Remove duplication of common DH parameters. 9年前
  Adam Langley b4a494cc32 Reformat SSL/TLS headers. 9年前
  David Benjamin 347f025d75 Remove unused modexp512-x86_64.pl. 9年前