-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: integrate AuthDecode #634
base: authdecode_2024
Are you sure you want to change the base?
Commits on Feb 8, 2024
-
refactor: selective disclosure api (#380)
* refactor: selective disclosure api * remove incomplete substring proof API * remove unnecessary type annotation * simplify tests * switch from unit structs to empty structs * skip committing empty strings * fix notary server test * rename RecordKind to MessageKind * update json commit error doc * commits -> commits to * update commit_array doc * function argument doc styling * Update tlsn/tlsn-core/src/proof/substrings.rs Co-authored-by: dan <[email protected]> --------- Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb50e3d - Browse repository at this point
Copy the full SHA bb50e3dView commit details
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29fb409 - Browse repository at this point
Copy the full SHA 29fb409View commit details -
Use logging filter, remove otel. (#422)
* Use env var for logging filter, remove otel. * Fix directives. * Revert to using config for logging filter. * Modify default logging strategy and make filter optional. * Revert formatting of other crates. * Update README. * Update notary-server/README.md Co-authored-by: Hendrik Eeckhaut <[email protected]> --------- Co-authored-by: Hendrik Eeckhaut <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de4d024 - Browse repository at this point
Copy the full SHA de4d024View commit details -
Configuration menu - View commit details
-
Copy full SHA for e19fb00 - Browse repository at this point
Copy the full SHA e19fb00View commit details -
docs(tlsn-formats): remove dead argument docs (#429)
* remove dead argument doc * remove another dead argument doc
Configuration menu - View commit details
-
Copy full SHA for a439838 - Browse repository at this point
Copy the full SHA a439838View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82b9582 - Browse repository at this point
Copy the full SHA 82b9582View commit details
Commits on Feb 13, 2024
-
feat(tlsn-formats): default commit to entire http request/response (#433
Configuration menu - View commit details
-
Copy full SHA for 98a3c4d - Browse repository at this point
Copy the full SHA 98a3c4dView commit details -
refactor(tlsn-examples): update hyper and use http prover (#434)
* add notary function to examples lib * use hyper 1.1 version in examples * update twitter example to use HTTP prover * use deferred decryption in twitter example
Configuration menu - View commit details
-
Copy full SHA for 0d269ed - Browse repository at this point
Copy the full SHA 0d269edView commit details -
* chore: bump tlsn-utils version * chore: bump mpz version * bump mpz
Configuration menu - View commit details
-
Copy full SHA for c7abc8c - Browse repository at this point
Copy the full SHA c7abc8cView commit details -
chore: v0.1.0-alpha.4 release prep (#437)
* bump version to v0.1.0-alpha.4 * set package version for tlsn-formats
Configuration menu - View commit details
-
Copy full SHA for 309c37f - Browse repository at this point
Copy the full SHA 309c37fView commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e99db8 - Browse repository at this point
Copy the full SHA 1e99db8View commit details -
Show basic html info response for notary server's root endpoint (#439)
feat: basic html info response for notary server's root endpoint Co-authored-by: Christopher Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be24f58 - Browse repository at this point
Copy the full SHA be24f58View commit details
Commits on Feb 21, 2024
-
feat: separate transcript size limits (#435)
* feat(tls-mpc): separate transcript size limits * feat: separate transcript limits * feat(tlsn-server-fixture): configurable length byte payload * refactor(tls-mpc): use defaults in ghash setup * fix OT estimates * feat(notary-server): separate transcript limits * remove dep patch * fix notary server test
Configuration menu - View commit details
-
Copy full SHA for 2372403 - Browse repository at this point
Copy the full SHA 2372403View commit details
Commits on Feb 28, 2024
-
* Update repo readme. * Doc: Added minor improvements + a link to other repos #353 --------- Co-authored-by: Hendrik Eeckhaut <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eec9310 - Browse repository at this point
Copy the full SHA eec9310View commit details
Commits on Feb 29, 2024
-
feat: interactive verifier example (#451)
#440 Co-authored-by: Christopher Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7bc0e5 - Browse repository at this point
Copy the full SHA d7bc0e5View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19e9c50 - Browse repository at this point
Copy the full SHA 19e9c50View commit details
Commits on Mar 20, 2024
-
feat: automated network benches (#457)
* feat: automated network benches * Update tlsn/benches/src/metrics.rs Co-authored-by: dan <[email protected]> * remove explicit drops * remove unnecessary sudo --------- Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a081c6 - Browse repository at this point
Copy the full SHA 9a081c6View commit details
Commits on Mar 25, 2024
-
feat: record layer preprocessing (#455)
* feat: implement record layer preprocessing * fix ke test * fix pa tests * fix aead tests * fix integration test * Apply suggestions from code review Co-authored-by: dan <[email protected]> * add mode sanity check --------- Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e29a5b - Browse repository at this point
Copy the full SHA 3e29a5bView commit details
Commits on Mar 26, 2024
-
perf: Docker container for running benches + manual GitHub action (#460)
+ Plot runtime vs latency graph and bandwidth
Configuration menu - View commit details
-
Copy full SHA for aa264a9 - Browse repository at this point
Copy the full SHA aa264a9View commit details
Commits on Mar 29, 2024
-
Deployment of multiple stable versions (#459)
* Remove cargo/bin from PATH * Modify script to run only in nightly env * Modify script to stop the oldest version in stable env * Modify script to support dir preparation for the 3 latest stable versions * Modify script to start service for the 3 latest stable versions * Modify sercice validation script * Create proxy modification script * Add step in workflow to enable ssm execution against proxy + aux script * Add running state filter when fetching InstanceID * Enhancement of validation script * Modify bash behavior * Point tags/deployment to new AWS resources * Change GH owner to production one * Point tags to new EC2 v1 * Move all cd scripts to a new folder * Add comment * Add comment * Add comment * Add comment * Modify scripts to support exit on error * Check if all stable ports are in use and terminate
Configuration menu - View commit details
-
Copy full SHA for 173945d - Browse repository at this point
Copy the full SHA 173945dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e041b8 - Browse repository at this point
Copy the full SHA 9e041b8View commit details -
Correct branch links in readme. (#469)
* Add branches info in readme. * Correct branch links.
Configuration menu - View commit details
-
Copy full SHA for a4c7760 - Browse repository at this point
Copy the full SHA a4c7760View commit details
Commits on Apr 4, 2024
-
Add api key whitelist hot reloading and small touch-up (#458)
* Add hot reload of api key, remove prover ip, move html static text. * Add documentation. * Toggle back config, add comments. * Edit comment and html info. * Edit comment. * Change to sync mutex.
Configuration menu - View commit details
-
Copy full SHA for 5c0a030 - Browse repository at this point
Copy the full SHA 5c0a030View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d53203e - Browse repository at this point
Copy the full SHA d53203eView commit details -
chore: Bump versions for release alpha.5. (#470)
Co-authored-by: sinu.eth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4334ad - Browse repository at this point
Copy the full SHA b4334adView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 68b9474 - Browse repository at this point
Copy the full SHA 68b9474View commit details
Commits on Apr 24, 2024
-
Update rust cache in github action (#453)
ci: Update rust cache in GitHub action and do not skip draft PRs
Configuration menu - View commit details
-
Copy full SHA for f558d5b - Browse repository at this point
Copy the full SHA f558d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f63a74e - Browse repository at this point
Copy the full SHA f63a74eView commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9fc0d91 - Browse repository at this point
Copy the full SHA 9fc0d91View commit details
Commits on Apr 30, 2024
-
docs: fix style in components (except tls) (#477)
* docs: fix style in components (except tls) * Update components/cipher/stream-cipher/src/lib.rs Co-authored-by: Hendrik Eeckhaut <[email protected]> * Update components/universal-hash/src/ghash/ghash_core/mod.rs Co-authored-by: Hendrik Eeckhaut <[email protected]> --------- Co-authored-by: Hendrik Eeckhaut <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c431865 - Browse repository at this point
Copy the full SHA c431865View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc0b887 - Browse repository at this point
Copy the full SHA dc0b887View commit details
Commits on May 6, 2024
-
Use sync mutex for store in notary server (#482)
* Fix clippy error. * Use sync mutex for store.
Configuration menu - View commit details
-
Copy full SHA for c157c2d - Browse repository at this point
Copy the full SHA c157c2dView commit details
Commits on May 8, 2024
-
Update hyper dependencies for notary-server and all server fixtures (#…
…480) * Update hyper, axum dependencies for notary-server. * Update hyper dependencies in all server fixtures. * Correct formatting. * Update tlsn/Cargo.toml Co-authored-by: sinu.eth <[email protected]> --------- Co-authored-by: sinu.eth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea2a8fd - Browse repository at this point
Copy the full SHA ea2a8fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3506791 - Browse repository at this point
Copy the full SHA 3506791View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 23450a3 - Browse repository at this point
Copy the full SHA 23450a3View commit details
Commits on May 24, 2024
-
ci: Refactor and improve CI build (#486)
+ Make sure doctests are run in ci + Updated plugins
Configuration menu - View commit details
-
Copy full SHA for 474d22a - Browse repository at this point
Copy the full SHA 474d22aView commit details
Commits on Jun 14, 2024
-
fix(tlsn-server-fixture): update cert fixtures (#499)
* fix(tlsn-server-fixture): update cert fixtures * fix cert fmt * qualify file name with cert suffix
Configuration menu - View commit details
-
Copy full SHA for e19e445 - Browse repository at this point
Copy the full SHA e19e445View commit details
Commits on Jun 18, 2024
-
Add notary client crate (#489)
* Add tlsnotary client. * Modify notary server test to use notary client. * Modify examples to use notary client. * Fix formatting and comments. * Fix PR comments. * Fix PR comments. * Fix formatting. * Fix errors, tokio and comments. * Remove optional tracing feature. * Fix comment styles. * Fix incorrect duplex value.
Configuration menu - View commit details
-
Copy full SHA for bff2a53 - Browse repository at this point
Copy the full SHA bff2a53View commit details
Commits on Jun 25, 2024
-
refactor: restructure notary crates (#508)
* Add tlsnotary client. * Modify notary server test to use notary client. * Modify examples to use notary client. * Relocate notary client to notary folder. * Update notary client. * Fix ci notary name. * Update .github/workflows/cd-server.yml Co-authored-by: dan <[email protected]> * Update .github/workflows/cd.yml Co-authored-by: dan <[email protected]> * Fix notary server readme. * More fix on notary server doc. --------- Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c80b440 - Browse repository at this point
Copy the full SHA c80b440View commit details -
Configuration menu - View commit details
-
Copy full SHA for c82cc4f - Browse repository at this point
Copy the full SHA c82cc4fView commit details -
chore: update notary cert (#519)
* Renew notary server cert. * Fix readme typo on ci icon.
Configuration menu - View commit details
-
Copy full SHA for d64dabb - Browse repository at this point
Copy the full SHA d64dabbView commit details -
chore: add rebase action (#515)
* chore: add rebase action * Apply suggestions from code review Co-authored-by: Hendrik Eeckhaut <[email protected]> --------- Co-authored-by: Hendrik Eeckhaut <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 173f59b - Browse repository at this point
Copy the full SHA 173f59bView commit details -
refactor(universal-hash): mpz upgrade (#502)
Co-authored-by: th4s <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44930c0 - Browse repository at this point
Copy the full SHA 44930c0View commit details -
refactor(key-exchange): mpz upgrade (#496)
* refactor: mpz upgrade key exchange * Update components/key-exchange/src/config.rs Co-authored-by: th4s <[email protected]> * Apply suggestions from code review Co-authored-by: dan <[email protected]> * use chacha12 for tests --------- Co-authored-by: th4s <[email protected]> Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76969bb - Browse repository at this point
Copy the full SHA 76969bbView commit details -
refactor(cipher): mpz upgrade (#501)
* refactor(cipher): mpz upgrade * add debug impl * bug fix * update expect messages
Configuration menu - View commit details
-
Copy full SHA for d040341 - Browse repository at this point
Copy the full SHA d040341View commit details -
refactor(prf): mpz upgrade (#497)
* refactor(prf): mpz upgrade * consolidate vd methods * Update components/prf/hmac-sha256/src/lib.rs Co-authored-by: dan <[email protected]> --------- Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd32c7b - Browse repository at this point
Copy the full SHA bd32c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bce09b8 - Browse repository at this point
Copy the full SHA bce09b8View commit details -
refactor(prf): relax hiding of transcript hash, optimize latency (#505)
* refactor(prf): relax hiding of transcript hash, optimize latency * PR feedback
Configuration menu - View commit details
-
Copy full SHA for 5698d22 - Browse repository at this point
Copy the full SHA 5698d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd4ff5f - Browse repository at this point
Copy the full SHA bd4ff5fView commit details -
refactor(aead): mpz upgrade (#504)
* refactor(aead): mpz upgrade Co-authored-by: th4s <[email protected]> * Apply suggestions from code review Co-authored-by: dan <[email protected]> --------- Co-authored-by: th4s <[email protected]> Co-authored-by: dan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58dc575 - Browse repository at this point
Copy the full SHA 58dc575View commit details -
refactor(tls-mpc): mpz upgrade (#511)
* refactor(tls-mpc): mpz upgrade * bump tlsn-utils version
Configuration menu - View commit details
-
Copy full SHA for aa189ca - Browse repository at this point
Copy the full SHA aa189caView commit details -
refactor(tlsn): mpz upgrade (#512)
* refactor(tlsn): mpz upgrade * PR feedback
Configuration menu - View commit details
-
Copy full SHA for 1741741 - Browse repository at this point
Copy the full SHA 1741741View commit details -
chore: remove stale test and clean up ci job (#514)
* chore: remove stale test and clean up ci job * add ignored option * comment
Configuration menu - View commit details
-
Copy full SHA for 9828fbb - Browse repository at this point
Copy the full SHA 9828fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fdce7f - Browse repository at this point
Copy the full SHA 4fdce7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cef1e38 - Browse repository at this point
Copy the full SHA cef1e38View commit details
Commits on Jun 26, 2024
-
* doc: Update Twitter URL to X.com and update example READMEs + recommend explorer instead of proof_viz
Configuration menu - View commit details
-
Copy full SHA for da0421d - Browse repository at this point
Copy the full SHA da0421dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f67592 - Browse repository at this point
Copy the full SHA 2f67592View commit details -
chore: release v0.1.0-alpha.6 (#523)
Co-authored-by: yuroitaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3554db8 - Browse repository at this point
Copy the full SHA 3554db8View commit details
Commits on Jul 9, 2024
-
fix: miscellaneous fixes on documentations (#528)
* fix: miscellaneous fixes on documentation, notary-server. * Revert notary changes. * Add warning when TLS is off.
Configuration menu - View commit details
-
Copy full SHA for 44210c3 - Browse repository at this point
Copy the full SHA 44210c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8401ee - Browse repository at this point
Copy the full SHA d8401eeView commit details
Commits on Jul 16, 2024
-
ci: add check to identify number of stable versions deployed (#532)
Co-authored-by: yuroitaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b24aea4 - Browse repository at this point
Copy the full SHA b24aea4View commit details
Commits on Jul 22, 2024
-
fix: clippy gh action and linting (#531)
* fix: miscellaneous fixes on documentation, notary-server. * Apply clippy fix. * Apply clippy fix. * Apply clippy fix. * Apply clippy fix. * Apply clippy fix. * Apply clippy fix. * Apply clippy fix. * Apply clippy fix. * Apply clippy fix. * Correct ci.yml and build script. * Apply clippy fix. * Apply fmt. * Correct clippy fix for tls-mpc. * Correct clippy fix for tls-client. * Correct clippy fix for tls-client. * Update ci and local build. * Revert "Merge branch 'fix/misc-fixes' into fix/gh-clippy-action" This reverts commit 74bdb4a, reversing changes made to e361a86. * Apply clippy fix. * Correct spacing and extra changes. * Apply fmt. * Change cargo hack install logic. * Revert clippy change client buffer len. * Revert clippy ignore. * remove cargo hack, relax clippy lints * remove unused features and dead tests * appease clippy again * remove dead features --------- Co-authored-by: sinui0 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7377eaf - Browse repository at this point
Copy the full SHA 7377eafView commit details
Commits on Jul 23, 2024
-
refactor: consolidate workspaces (#537)
* move crates * remove .workspace syntax * rename crate directories * normalize manifests * further normalize manifests * newlines * fix dependency issues * fix import paths * update CI * rustfmt * filter wasm packages * check in fixtures * fix rustdoc * ignore expensive tests
Configuration menu - View commit details
-
Copy full SHA for e14d0cf - Browse repository at this point
Copy the full SHA e14d0cfView commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 040608b - Browse repository at this point
Copy the full SHA 040608bView commit details
Commits on Jul 25, 2024
-
feat(tlsn-wasm): wasm bindings (#536)
* feat(tlsn-wasm): wasm bindings * fix wasm ci * clippy * clippy allow * add build config and remove redundant to_vec
Configuration menu - View commit details
-
Copy full SHA for 2205cb3 - Browse repository at this point
Copy the full SHA 2205cb3View commit details
Commits on Jul 29, 2024
-
feat(wasm): no-bundler flag (#546)
* feat(wasm): no-bundler flag * newline
Configuration menu - View commit details
-
Copy full SHA for 3201c38 - Browse repository at this point
Copy the full SHA 3201c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdebd7a - Browse repository at this point
Copy the full SHA bdebd7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d44cc4 - Browse repository at this point
Copy the full SHA 2d44cc4View commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6031254 - Browse repository at this point
Copy the full SHA 6031254View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f46596 - Browse repository at this point
Copy the full SHA 7f46596View commit details -
fix: correct paths following repo reorg (#554)
* Fix paths following repo reorg. * Apply fmt. --------- Co-authored-by: yuroitaki <>
Configuration menu - View commit details
-
Copy full SHA for c8524d9 - Browse repository at this point
Copy the full SHA c8524d9View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b9ae8f9 - Browse repository at this point
Copy the full SHA b9ae8f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e3168 - Browse repository at this point
Copy the full SHA 17e3168View commit details
Commits on Aug 14, 2024
-
Add
verify
for wasmTlsProof
(#560)* Add `verify` for wasm `TlsProof`. * refactor notary key * return unix time * remove unnecessary serde feature * comment * refactor: use public key pem instead of bytes (#561) * refactor: use public key pem instead of bytes * refactor: use NotaryKey as type * fix: use String * style: formatting #557 --------- Co-authored-by: sinu <[email protected]> Co-authored-by: tsukino <[email protected]> Co-authored-by: Hendrik Eeckhaut <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab24a6d - Browse repository at this point
Copy the full SHA ab24a6dView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b3316de - Browse repository at this point
Copy the full SHA b3316deView commit details -
chore: Temporarily disable deadlocked tests in aead (#547)
* fix: Comment failing tests in aead * fix: please clippy * fix: comment `kind` function in error module --------- Co-authored-by: sinu.eth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a3a1db - Browse repository at this point
Copy the full SHA 0a3a1dbView commit details -
fix: Check if already committed in
commit
(#568)Co-authored-by: sinu.eth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc01b24 - Browse repository at this point
Copy the full SHA cc01b24View commit details -
feat: add protocol configuration negotiation (#513)
* Add configuration check. * Fix naming and comments. * Fix clippy. * Fix clippy using latest rust. * Adapt new method to send message. * Add config validator. * Split max transcript size. * Remove unused dependencies and redundant declarations. * Move protocol_config out of verifier config. * Implement default for configs. * Apply fmt. * Correct dependency format. * Add ignored flag to integration test. * Change from String to Version, more debugging. * Use getter instead of pub. * Move ot estimate methods to ProtocolConfig. --------- Co-authored-by: yuroitaki <> Co-authored-by: sinu.eth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6eaf4a3 - Browse repository at this point
Copy the full SHA 6eaf4a3View commit details
Commits on Aug 19, 2024
-
* docs: fix typos * Correct notary readme link. --------- Co-authored-by: yuroitaki <>
Configuration menu - View commit details
-
Copy full SHA for 0b1eef1 - Browse repository at this point
Copy the full SHA 0b1eef1View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8fa593c - Browse repository at this point
Copy the full SHA 8fa593cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a520d - Browse repository at this point
Copy the full SHA 98a520dView commit details -
refactor: modularize server-fixture (#563)
* refactor: modularize server-fixture * small fixes * Update crates/server-fixture/server/Cargo.toml add newline Co-authored-by: sinu.eth <[email protected]> --------- Co-authored-by: Ubuntu <[email protected]> Co-authored-by: sinu.eth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d179150 - Browse repository at this point
Copy the full SHA d179150View commit details
Commits on Sep 2, 2024
-
fix: aead unit tests no longer deadlock
* fix: add back unit tests and configure rayon threadpool * Use env var to set rayon threads. * Remove `rayon` dev dependency.
Configuration menu - View commit details
-
Copy full SHA for 32df138 - Browse repository at this point
Copy the full SHA 32df138View commit details
Commits on Sep 11, 2024
-
feat: make defer-decryption default
* feat: add `defer` option to inner configs - `TranscriptConfig` - `MpcTlsLeaderConfig` - `MpcTlsFollowerConfig` * adapt common `ProtocolConfig` to `deferred` feature * Adapt prover and verifier configs. * Adapt benches. * Adapt examples. * Adapt `crates/tests-integration`. * Adapt notary integration test and wasm crates. * Fix test. * add clarifying comments * Add feedback. * Improve default handling for `max_deferred_size`. * Use default handling instead of validation. * Add feedback. * fix: bugfix for `notarize.rs` * Remove defaults for `ProtocolConfigValidator` * Set `ProtocolConfigValidator` where needed. * Only preprocess online part for transcript. --------- Co-authored-by: Ubuntu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bbb2fb - Browse repository at this point
Copy the full SHA 9bbb2fbView commit details
Commits on Sep 12, 2024
-
chore(examples): remove examples, fix bug (#585)
* chore(examples): remove examples, fix bug * Restored Discord example --------- Co-authored-by: Hendrik Eeckhaut <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67dc7c8 - Browse repository at this point
Copy the full SHA 67dc7c8View commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80a9a61 - Browse repository at this point
Copy the full SHA 80a9a61View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4a0de0 - Browse repository at this point
Copy the full SHA a4a0de0View commit details
Commits on Sep 19, 2024
-
refactor(core): alpha.7 rewrite (#574)
* refactor(core): alpha.7 rewrite * allow empty idx * fix empty assumption * further encapsulate rangeset * added presentation, finishing touches * remove unwrap * update index naming * add secp256r1 support * add attestation to presentation output, and serde derives * handle k256 in KeyAlgId Display * unnecessary newline * refactor(core): integrate rewrite changes (#584) * refactor(core): alpha.7 rewrite * allow empty idx * fix empty assumption * further encapsulate rangeset * added presentation, finishing touches * remove unwrap * refactor(core): integrate rewrite changes * remove obsolete tests * add secp256r1 support * update index naming * add secp256r1 support * add attestation to presentation output, and serde derives * handle k256 in KeyAlgId Display * unnecessary newline * fix variable name * restore changes from dev to tlsn-prover * use CryptoProvider in config * clippy * more clippy
Configuration menu - View commit details
-
Copy full SHA for 53ff873 - Browse repository at this point
Copy the full SHA 53ff873View commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f400bf - Browse repository at this point
Copy the full SHA 8f400bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e00828b - Browse repository at this point
Copy the full SHA e00828bView commit details
Commits on Sep 25, 2024
-
chore: Remove clippy::blocks_in_conditions (#592)
The bug in clippy is fixed in rust 1.81, so these are not needed any more Co-authored-by: yuroitaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79c00fc - Browse repository at this point
Copy the full SHA 79c00fcView commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3de203e - Browse repository at this point
Copy the full SHA 3de203eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ed3337 - Browse repository at this point
Copy the full SHA 6ed3337View commit details -
feat(wasm): clone getters (#600)
* feat(wasm): clone getters * fix(wasm): get rid of move semantics and implement Clone * disable test feature
Configuration menu - View commit details
-
Copy full SHA for b76b831 - Browse repository at this point
Copy the full SHA b76b831View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17476bc - Browse repository at this point
Copy the full SHA 17476bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de49c8 - Browse repository at this point
Copy the full SHA 7de49c8View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e20930 - Browse repository at this point
Copy the full SHA 6e20930View commit details
Commits on Oct 3, 2024
-
fix(examples): fix examples for alpha.7 release (#603)
* doc: Fix examples for alpha7 release + Use secp256k1 key for notary server fixture + fix tower issue + Fixed doctes issues (Avoid doc test failures when ignored tests are run) + Run wasm tests in incognitto mode to avoid chromiumoxide ws errors * Added comment * minor improvements * formatting * polish attestation example * use shorthand fs write * clean * simplify discord example --------- Co-authored-by: sinu <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for dfc1629 - Browse repository at this point
Copy the full SHA dfc1629View commit details -
Configuration menu - View commit details
-
Copy full SHA for b724d6a - Browse repository at this point
Copy the full SHA b724d6aView commit details -
chore(notary): change fixture pub key to compressed form (#623)
Co-authored-by: yuroitaki <>
Configuration menu - View commit details
-
Copy full SHA for ca328fa - Browse repository at this point
Copy the full SHA ca328faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d2c04 - Browse repository at this point
Copy the full SHA 43d2c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0596a9a - Browse repository at this point
Copy the full SHA 0596a9aView commit details -
chore: core-rewrite unit tests (#608)
* Add tests for signing, index. * Add error scenarios. * Add cert tests, modify previous tests. * Improve cert tests. * Add tests for request. * Fix clippy * Fix clippy. * Change requests test style. * Add attestation unit tests. * Formatting. * Clippy. * make data fixtures optional --------- Co-authored-by: yuroitaki <> Co-authored-by: sinu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d5102b - Browse repository at this point
Copy the full SHA 4d5102bView commit details
Commits on Oct 4, 2024
-
fix(notary): fix client issue of not being able to specify the notary…
… url path (#614) * (fix: client) Fixed client issue of being able to implement the path for the url * (feat: client) Improved the code to adjust for feedback received as well as extend the path calculation to avoid adding a `/` when already starts with a `/` * (fix: client) Fixed client issue of being able to implement the path for the url * (feat: client) Improved the code to adjust for feedback received as well as extend the path calculation to avoid adding a `/` when already starts with a `/` * Update crates/notary/client/src/client.rs Co-authored-by: yuroitaki <[email protected]> * (fix: client) Renamed `path` to `path_prefix` * (fix: client) Remove condition on the URL * (chore: client) Fix formating --------- Co-authored-by: yuroitaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7a8a83 - Browse repository at this point
Copy the full SHA a7a8a83View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ac9de1 - Browse repository at this point
Copy the full SHA 2ac9de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ff3a8 - Browse repository at this point
Copy the full SHA 61ff3a8View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e90159f - Browse repository at this point
Copy the full SHA e90159fView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c70f196 - Browse repository at this point
Copy the full SHA c70f196View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b831d0 - Browse repository at this point
Copy the full SHA 9b831d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4d498e - Browse repository at this point
Copy the full SHA a4d498eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c50136 - Browse repository at this point
Copy the full SHA 2c50136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6317bc4 - Browse repository at this point
Copy the full SHA 6317bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5701c - Browse repository at this point
Copy the full SHA bb5701cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce85024 - Browse repository at this point
Copy the full SHA ce85024View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad50b39 - Browse repository at this point
Copy the full SHA ad50b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c8f90 - Browse repository at this point
Copy the full SHA 45c8f90View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0905c7 - Browse repository at this point
Copy the full SHA f0905c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72b2673 - Browse repository at this point
Copy the full SHA 72b2673View commit details