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
...
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Bump versions of 0.x tor-* and arti-* crates
Ian Jackson
2024-04-30
1
-4
/
+4
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-4
/
+4
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-1
/
+1
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
2
-0
/
+2
*
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
|
tor-cert: Bump minor version.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
Bump the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
|
/
*
Bump minor versions
Ian Jackson
2024-02-05
1
-4
/
+4
*
Followup patchlevel bumps
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-2
/
+2
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
upgrade to toml 0.8.8
Nick Mathewson
2023-12-05
1
-1
/
+0
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-4
/
+4
*
Merge branch 'msrv-bump-1.70' into 'main'
Ian Jackson
2023-11-30
1
-1
/
+1
|
\
|
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
|
Remove RngCompatExt.
Nick Mathewson
2023-11-29
1
-2
/
+1
*
|
Convert to the latest versions of dalek-cryptography
Nick Mathewson
2023-11-29
3
-6
/
+6
|
/
*
Remove semver.md files from arti 1.1.10
Nick Mathewson
2023-10-31
1
-2
/
+0
*
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-1
/
+1
*
tor-cert, tor-netdoc: Use EncodedEd25519Cert instead of Vec<u8>.
Gabriela Moldovan
2023-10-25
2
-2
/
+3
*
tor-cert: Add EncodedEd25519Cert type.
Gabriela Moldovan
2023-10-25
4
-0
/
+17
*
tor-netdoc: Update outdated doc string.
Gabriela Moldovan
2023-10-25
1
-1
/
+1
*
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-2
/
+2
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-2
/
+2
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-3
/
+3
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
2
-0
/
+2
*
Merge branch 'dangerously_assume_timely' into 'main'
Ian Jackson
2023-08-16
1
-1
/
+1
|
\
|
*
tor-cert: actually use dangerously_assume_timely
Emil Engler
2023-08-10
1
-1
/
+1
*
|
Merge branch 'test-expired-certs' into 'main'
Ian Jackson
2023-08-16
1
-0
/
+37
|
\
\
|
*
|
test: provide a test for expired certificates
Emil Engler
2023-08-10
1
-0
/
+37
|
|
/
*
|
doc: note unreachable code
Emil Engler
2023-08-10
1
-0
/
+1
*
|
test: encode unrecognized `tor_cert::CertExt`
Emil Engler
2023-08-10
1
-0
/
+14
|
/
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Bump patchlevel versions of crates with trivial changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
2
-0
/
+3
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
Bump patchlevel versions on crates with smaller changes
Nick Mathewson
2023-06-30
1
-3
/
+3
*
Remove spurious todo-hs items in tor-cert.
Nick Mathewson
2023-06-28
1
-6
/
+0
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Remove semver.md files from 1.1.5
Nick Mathewson
2023-06-01
1
-2
/
+0
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-5
/
+5
*
Merge branch 'ticket_759' into 'main'
Nick Mathewson
2023-05-16
5
-11
/
+60
|
\
|
*
Deprecate check_key, and refactor its logic into the new functions.
Nick Mathewson
2023-05-16
1
-16
/
+33
|
*
Replace usage of KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
3
-5
/
+5
|
*
tor-cert: Add new functions to replace KeyUnknownCert::check_key.
Nick Mathewson
2023-05-16
2
-0
/
+32
*
|
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-1
/
+3
|
/
*
fix a couple clippy lints
trinity-1686a
2023-05-08
1
-3
/
+3
[prev]
[next]