Friedel Ziegelmayer
Friedel Ziegelmayer
- update deps - MSRV to `1.75` (due to deps) - switch to `iroh-quinn` from `quinn` - ensure `ring` is at `0.17`, as older versions do not work on OpenBSD:...
WIP branch: https://github.com/n0-computer/iroh/tree/dig/quinn11 - [ ] The `dig/quinn11` branch needs to work and pass all tests - [ ] On patched dependencies - [ ] On released dependencies - [...
https://github.com/n0-computer/iroh/actions/runs/8783456856/job/24099637605 ``` failures: discovery::test_dns_pkarr::pkarr_publish_dns_discover test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 88 filtered out; finished in 2.59s --- STDERR: iroh-net discovery::test_dns_pkarr::pkarr_publish_dns_discover --- Error: timeout Stack backtrace:...
These are needed in js-libp2p-secio. Reference implementation in go: https://github.com/ipfs/go-libp2p-peer/blob/master/peer.go#L55-L67
matching PR to https://github.com/fishfolk/bones/pull/407
PQC is currently in the draft stage: https://www.ietf.org/archive/id/draft-ietf-openpgp-pqc-02.html This issue is to collect information and develop a potential plan for adding support for it. ## Libraries - ML-KEM: https://github.com/RustCrypto/KEMs/tree/master/ml-kem -...
https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html
Currently we only write `\n`, we can do better, - unix/macos `\n` - windows `\r\n` - fallback `\n`
- Spec Draft: https://www.ietf.org/archive/id/draft-huigens-openpgp-persistent-symmetric-keys-02.html - Implementation in gopenpgp: https://github.com/ProtonMail/go-crypto/pull/74
- Spec Draft: https://www.ietf.org/archive/id/draft-wussler-openpgp-forwarding-00.html - Implementation in gopenpgp: https://github.com/ProtonMail/go-crypto/pull/141