aboutsummaryrefslogtreecommitdiff
path: root/src/rust/external
AgeCommit message (Expand)Author
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-10-30Merge remote-tracking branch 'tor-github/pr/381' into maint-0.3.5Nick Mathewson
2018-10-01Remove rlib+staticlib configuration for Rust cratesAlex Crichton
2018-10-01Fix segfaults related to sanitizers+jemallocAlex Crichton
2018-09-24rust: run rustfmtcypherpunks
2018-09-16Don't try to link C from rust doctests for nss detectionNick Mathewson
2018-09-16When Tor is compiled with NSS, don't claim support for LinkAuth=1Nick Mathewson
2018-08-16rust: run rustfmtcypherpunks
2018-07-05Fix everything that previously referred to src/orNick Mathewson
2018-06-21Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-20Fix memory leak in CryptoDigest typeNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-15rust: Remove unused N_DIGEST_ALGORITHMS constant from crypto_digest.rs.Isis Lovecruft
2018-06-15rust: Add comment and pragma on "unused" smartlist_t type.Isis Lovecruft
2018-05-15rust: Export crypto_rand::* functions from our external crate.Isis Lovecruft
2018-05-08rust: Add crypto crate and implement Rust wrappers for SHA2 code.Isis Lovecruft
2018-05-02rust: Expose crypto_rand() as an impl of rand_core::RngCore.Isis Lovecruft
2018-04-20rust: Expose our (P)RNGs in Rust and provide safe wrappers.Isis Lovecruft
2018-03-21maint: Update Rust libc dependency from 0.2.22 to 0.2.39.Isis Lovecruft
2017-10-27Add missing copyright/license statements on all .rs filesNick Mathewson
2017-10-27use tor allocator for string allocation in rustChelsea Holland Komlo
2017-10-27minimize scope for unsafeChelsea Holland Komlo
2017-10-27rust implementation of protoverChelsea Holland Komlo