index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-cert
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-4
/
+4
*
Use the type system to enforce use of blinded keys.
Gabriela Moldovan
2023-03-27
1
-4
/
+6
*
Remove semver.md files now that 1.1.2 is out.
Nick Mathewson
2023-02-28
1
-2
/
+0
*
Patchlevel bumps for remaining changed crates.
Nick Mathewson
2023-02-28
1
-4
/
+4
*
Merge branch 'ticket_525_part2' into 'main'
Nick Mathewson
2023-02-09
3
-12
/
+18
|
\
|
*
Change tor_bytes::Error::BadMessage to a Cow.
Nick Mathewson
2023-02-09
3
-12
/
+18
*
|
Rename key identifiers that have changed in the spec
Nick Mathewson
2023-02-08
1
-2
/
+2
|
/
*
tor-cert: document hs-related certificate types.
Nick Mathewson
2023-02-07
1
-4
/
+25
*
tor-cert: Implement Timebound for Ed25519Cert
Nick Mathewson
2023-02-07
2
-4
/
+18
*
Bump the patch version of every crate that had API additions
Nick Mathewson
2023-02-01
1
-2
/
+2
*
Bump the patch-level version of crates with _minor_ changes.
Nick Mathewson
2023-02-01
1
-1
/
+1
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
2
-0
/
+2
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Do not .gitignore crates/*/fuzz/corpus
Ian Jackson
2023-01-20
1
-1
/
+0
*
Complete our migration to base64ct.
Nick Mathewson
2023-01-20
2
-3
/
+3
*
tor-cert: add a few hs TODOs
Nick Mathewson
2023-01-06
1
-0
/
+3
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
2
-0
/
+17
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
2
-0
/
+17
*
|
Tackling issue #663 (Use humantime in tests)
coral
2022-12-12
2
-6
/
+7
|
/
*
Bump the minor version of every crate.
Nick Mathewson
2022-11-30
1
-5
/
+5
*
bump rust-version to 1.60 in every crate.
Nick Mathewson
2022-11-10
1
-1
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
set all crate edition to 2021
trinity-1686a
2022-11-01
1
-1
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-51
/
+1
*
Upgrade all fuzzers to newer libfuzzer-sys version.
Nick Mathewson
2022-10-03
1
-1
/
+1
*
Bump crates that have had backward compatible API changes.
Nick Mathewson
2022-10-03
1
-1
/
+1
*
Bump crates that have had no API changes.
Nick Mathewson
2022-10-03
1
-1
/
+1
*
Work around a new nightly clippy warning
Nick Mathewson
2022-09-30
1
-1
/
+1
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-2
/
+2
*
Update patch-versions on crates without API changes.
Nick Mathewson
2022-09-01
1
-1
/
+1
*
add feature annotation not added by doc_auto_cfg
trinity-1686a
2022-08-24
1
-0
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
2
-0
/
+4
*
Fix typos
Dimitris Apostolou
2022-08-01
1
-1
/
+1
*
Now that versions have bumped, remove semver.md files.
Nick Mathewson
2022-08-01
1
-2
/
+0
*
Bump patch versions on crates that have new APIs.
Nick Mathewson
2022-08-01
1
-1
/
+1
*
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
use Ed25519 identity instead of PublicKey in tor-cert::rsa
trinity-1686a
2022-07-25
1
-2
/
+2
*
change usage of PublicKey to Ed25519 in tor-cert
trinity-1686a
2022-07-23
6
-29
/
+29
*
change check_key to take a Option<&_> instead of &Option<_>
trinity-1686a
2022-07-23
6
-8
/
+9
*
tor-cert: Remove all usage of infallible writers.
Nick Mathewson
2022-07-11
1
-1
/
+1
*
tor-cert: Encoding now uses Writeable trait.
Nick Mathewson
2022-07-11
3
-25
/
+26
*
Rename "write" methods on tor-bytes to "write_infallible".
Nick Mathewson
2022-07-11
1
-1
/
+1
*
Implement functionality to construct signed Ed25519 certs.
Nick Mathewson
2022-07-06
4
-79
/
+246
*
Remove semver.md files now that 0.5.0 is out
Nick Mathewson
2022-06-24
1
-1
/
+0
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-3
/
+3
*
Merge branch 'clippy' into 'main'
Ian Jackson
2022-06-24
1
-0
/
+3
|
\
|
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
|
tor-proto: split and elaborate tor_bytes::Error instances
Nick Mathewson
2022-06-23
5
-29
/
+56
|
/
*
tor-cert: Make more types Clone and Debug.
Nick Mathewson
2022-06-07
1
-0
/
+8
[next]