summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Run "cargo update".Nick Mathewson2020-06-214-5/+5
* Use "cargo upgrade" from cargo-edit to list current versionsNick Mathewson2020-06-126-59/+48
* Upgrade to latest version of rsa crateNick Mathewson2020-06-121-13/+13
* Merge remote-tracking branch 'official/main' into mainNick Mathewson2020-06-121-14/+14
|\
| * curate WANT_FROM_OTHER_CRATESNick Mathewson2020-06-121-14/+14
* | Mark a variable unusedNick Mathewson2020-06-121-1/+1
* | Add documentation for authcert parsing.Nick Mathewson2020-06-112-2/+22
|/
* update to use latest rust-crypto traits and modulesNick Mathewson2020-06-1011-42/+45
* Add a couple of commits missing from previous.Nick Mathewson2020-06-092-0/+6
* netdoc: initial implementation of authority certs.Nick Mathewson2020-06-092-0/+242
* netdoc: note a forward-compatibility issue with RSA signatures.Nick Mathewson2020-06-092-0/+2
* netdoc: when parsing from a string, detect extra tokensNick Mathewson2020-06-093-4/+15
* Netdoc: allow parsing multiple routerdescs from a string.Nick Mathewson2020-06-095-30/+182
* netdoc: report microdesc errors at correct offsets.Nick Mathewson2020-06-091-2/+5
* netdoc: fix microdesc digest calculation at last.Nick Mathewson2020-06-092-13/+21
* Add a "first_item" entry for Section.Nick Mathewson2020-06-091-2/+19
* Add a "last_item" entry for Section.Nick Mathewson2020-06-091-1/+20
* netdoc: recover from microdesc parsing errorsNick Mathewson2020-06-082-3/+56
* netdoc: add an iterator that can parse annotated microdescsNick Mathewson2020-06-072-1/+127
* Implement parsing for microdescriptor annotationsNick Mathewson2020-06-062-4/+53
* netdoc: fix behavior when using a fancy closure with PauseAt.Nick Mathewson2020-06-061-14/+54
* netdoc: add annotation fields for microdescriptorsNick Mathewson2020-06-061-1/+8
* note that microdescriptor sha256 calculation is wrongNick Mathewson2020-06-031-0/+2
* Restore a pause_at() method, but for NetDocReader.Nick Mathewson2020-06-032-4/+24
* Remove the Pausable trait as busted.Nick Mathewson2020-06-032-41/+14
* netdoc: Refactor iteration over tokens.Nick Mathewson2020-06-034-22/+52
* Netdoc: tweak definition for keywords to accommodate annotationsNick Mathewson2020-05-274-7/+23
* llcrypto: test vectors for sha2Nick Mathewson2020-05-211-2/+44
* netdoc: exit an object if we encounter non-base64.Nick Mathewson2020-05-201-0/+24
* netdoc: tokenizer should always consume bytes if they exist.Nick Mathewson2020-05-201-7/+14
* netdoc: Teach tokenizer about annotations.Nick Mathewson2020-05-192-11/+27
* netdoc: Add convenience methods for pausing iteratorsNick Mathewson2020-05-192-11/+39
* netdoc: move keyword into Item type.Nick Mathewson2020-05-195-51/+61
* netdoc: Extract keyword into its own file.Nick Mathewson2020-05-197-46/+50
* start a test for microdesc parsing.Nick Mathewson2020-05-182-0/+21
* tor-netdoc: add a peek() method to util::Pausable.Nick Mathewson2020-05-161-0/+19
* Implement microdescriptor parsing.Nick Mathewson2020-05-157-1/+200
* tor-netdoc: Move RelayFamily into its own module.Nick Mathewson2020-05-153-22/+30
* tor-proto: use caret_int!() for cell and relay commands.Nick Mathewson2020-05-154-175/+157
* tor_cert: use caret_int!() to make real types for cert elementsNick Mathewson2020-05-155-68/+75
* Add a new caret_int!() macro for use with integer-wrapping typesNick Mathewson2020-05-152-119/+202
* tor-netdoc: extract fingerprint logic from routerdesc.rsNick Mathewson2020-05-152-20/+57
* netdoc: Improve parsing implementation for RelayFamily.Nick Mathewson2020-05-151-5/+5
* netdoc: Relax error types that can be used when parsing.Nick Mathewson2020-05-152-7/+34
* netdoc: teach MaybeItem about parse_args_as_str().Nick Mathewson2020-05-152-13/+13
* tor-netdoc: Extract family parsing into its own function.Nick Mathewson2020-05-152-20/+25
* Extract RelayPlatform parsing.Nick Mathewson2020-05-151-13/+17
* netdoc: get positions right in version parsing.Nick Mathewson2020-05-151-6/+6
* netdoc: use improved API for parsing ed25519 certificates.Nick Mathewson2020-05-153-34/+80
* netdoc: use new router object parsing API for RSA public keys.Nick Mathewson2020-05-151-28/+12