Switch Sha256 to using bitcoin_hashes and our own HKDF
[rust-lightning] / fuzz / Cargo.toml
2018-12-19 Matt CoralloSwitch Sha256 to using bitcoin_hashes and our own HKDF
2018-11-23 Matt CoralloMerge pull request #259 from TheBlueMatt/2018-11-256...
2018-11-21 Matt CoralloMerge pull request #246 from TheBlueMatt/2018-11-fuzz...
2018-11-20 Matt CoralloMerge pull request #231 from philipr-za/philip-204...
2018-11-18 Matt CoralloEnsure fuzz release builds use codegen-units=1 and LTO 2018-11-fuzz-crash-redux
2018-11-16 Matt CoralloMerge pull request #253 from TheBlueMatt/2018-11-misc...
2018-11-15 Matt CoralloMerge pull request #249 from stevenroose/bitcoin-0.15
2018-11-14 Steven RooseUpdate to rust-bitcoin v0.15
2018-09-20 Matt CoralloMerge pull request #192 from TheBlueMatt/2018-09-docs...
2018-09-20 Matt CoralloRemove fuzz channel_target.
2018-09-12 Matt CoralloMerge pull request #167 from TheBlueMatt/2018-09-dup...
2018-09-12 Matt CoralloMerge pull request #170 from TheBlueMatt/2018-09-119...
2018-09-12 Yuntai KyongAdd fuzz targets for Writeable messages/migrate fuzz...
2018-08-29 Matt CoralloMerge pull request #136 from TheBlueMatt/2018-08-excess...
2018-08-29 Matt CoralloUpdate msg_targets with new, must-roundtrip, and hole...
2018-08-27 Matt CoralloMerge pull request #132 from TheBlueMatt/2018-08-bolt...
2018-08-27 Matt CoralloReturn a malformed HTLC message when ephemeral pubkey...
2018-08-26 Matt CoralloMerge pull request #131 from TheBlueMatt/2018-08-bolt...
2018-08-25 Matt CoralloUpdate error deserialization in compliance with BOLT #1 2018-08-bolt-1-compliance
2018-08-23 Matt CoralloMerge pull request #123 from TheBlueMatt/2018-08-secp...
2018-08-23 Matt CoralloUpdate to rust-secp256k1 v0.11 and rust-bitcoin v0.14 2018-08-secp-0.10
2018-08-20 Matt CoralloMerge pull request #111 from TheBlueMatt/2018-08-full...
2018-08-20 Matt CoralloUpgrade AFL to 0.4 with persistent mode fuzzing
2018-07-31 Matt CoralloMerge pull request #100 from TheBlueMatt/2018-07-htlc...
2018-07-31 Matt CoralloMerge pull request #102 from savil/hex-version
2018-07-31 Savil Srivastavachange hex version to 0.3, and leave out the minor...
2018-07-28 Matt CoralloMerge pull request #95 from savil/rm-bitcoin-util-hexbytes
2018-07-28 Savil Srivastavause hex::decode instead of extend_vec_from_hex
2018-07-26 Matt CoralloMerge pull request #84 from savil/sort_outputs
2018-07-25 Matt CoralloMerge pull request #87 from savil/editorconfig
2018-07-25 Matt CoralloMerge pull request #88 from TheBlueMatt/2018-07-new...
2018-07-25 Matt CoralloAdd router_target to fuzzing which fuzzes router msgs...
2018-07-23 Matt CoralloMerge pull request #78 from TheBlueMatt/2018-07-43...
2018-07-23 Antoine RiardImplement ErrorMessage msg and ErrorAction::SendErrorMe...
2018-07-23 Matt CoralloMerge pull request #75 from TheBlueMatt/2018-07-68...
2018-07-23 Savil Srivastava[msgs::ChannelReestablish] implement encoding and decoding 2018-07-68-rebased
2018-07-23 Matt CoralloMerge pull request #69 from savil/gen-target-fix
2018-07-20 Matt CoralloMerge pull request #65 from TheBlueMatt/master
2018-07-20 Matt CoralloBump version for API overhauls, update deps and docs
2018-07-20 Matt CoralloMerge pull request #47 from ariard/block_disconnected_c...
2018-07-18 Matt CoralloMerge pull request #49 from ariard/bad_failure_codes
2018-07-18 Matt CoralloMerge pull request #51 from TheBlueMatt/master
2018-07-18 Matt CoralloShorten channelmonitor_deserialize_target's name for AFL
2018-07-18 Matt CoralloMerge pull request #48 from TheBlueMatt/2018-07-monitor...
2018-07-17 Matt CoralloTest channelmonitor serialization roundtrip doesn't... 2018-07-monitor-serialize
2018-06-17 Matt CoralloMerge pull request #30 from TheBlueMatt/master
2018-06-17 Matt CoralloAdd ping/pong fuzz targets
2018-06-05 Matt CoralloMerge pull request #28 from TheBlueMatt/master
2018-06-05 Matt Corallofuzztarget sha -> XOR, crates secp256k1
2018-05-13 Matt CoralloMerge pull request #24 from yuntai/master
2018-05-12 Yuntai Kyongadd fuzz target for messages
2018-05-12 Yuntai KyongUpdate dependency on secp256k1 pointing to https:/...
2018-04-17 Matt CoralloMerge pull request #20 from TheBlueMatt/master
2018-04-17 Matt CoralloProvide fallback for crypto's fixed_time_eq on non...
2018-04-17 Matt CoralloSwitch back to crates.io rust-bitcoin for 0.13 release
2018-04-02 Matt CoralloMerge pull request #18 from TheBlueMatt/2018-04-fuzzing...
2018-04-02 Matt CoralloMerge pull request #17 from TheBlueMatt/2017-04-channel...
2018-04-02 Matt CoralloExpand full_stack_target from uselessly-large to laugha...
2018-04-02 Matt CoralloUpdate for new rust-bitcoin API, avoid some duplicate...
2018-03-23 Matt CoralloMerge pull request #15 from TheBlueMatt/master
2018-03-23 Matt CoralloAdd some fuzz targets.