Skip to content

Commit

Permalink
Adding Privacy Pass RFCs.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh authored and vgonc committed Aug 5, 2024
1 parent f3d1ba8 commit 54708ae
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 6 deletions.
14 changes: 9 additions & 5 deletions projects/application-privacy/privacy-pass.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
---
title: Privacy Pass
related_profiles:
- nick-sullivan
- alex-davidson
- armando-faz
- christopher-wood
- thibault-meunier
- cefan-rubin
- nick-sullivan
- christopher-wood
related_publications:
- Celi2024
- Pauly2024
- Davidson2024
- Davidson2023
- Tyagi2022
- Davidson2018
- Davidson2023
#related_areas:
# - cryptography
# - privacy
Expand All @@ -30,8 +34,8 @@ resources:
cfstream: 98835feb4ca00342d6f424059561e3a1
- text: Privacy Pass Home
link: https://developers.cloudflare.com/waf/tools/privacy-pass/
- text: GitHub Organization
link: https://github.com/cloudflare?q=pp-&type=all&language=&sort=
- text: GitHub Repositories
link: https://github.com/cloudflare?q=privacypass-&type=all&language=&sort=
- text: Privacy Pass IETF's working group
link: https://datatracker.ietf.org/wg/privacypass/about
---
Expand Down
2 changes: 1 addition & 1 deletion projects/application-privacy/safer-passwords.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resources:
- text: Automated exposed credentials check
link: https://developers.cloudflare.com/waf/exposed-credentials-check
- text: GitHub Repositories
link: https://github.com/search?q=org%3Acloudflare+opaque
link: https://github.com/cloudflare?q=opaque&type=all&language=&sort=
- text: OPAQUE Demo
link: https://opaque.research.cloudflare.com
- text: MIGP Demo
Expand Down
1 change: 1 addition & 0 deletions projects/applied-cryptography/circl.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ related_profiles:
- bas-westerbaan
- christopher-wood
- christopher-patton
- watson-ladd
#related_areas:
# - authentication
# - privacy
Expand Down
16 changes: 16 additions & 0 deletions publications/Celi2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "RFC 9578: Privacy Pass Issuance Protocols"
year: 2024
location: Internet Research Task Force (IRTF). 2024.
authors:
- Sofía Celi
- alex-davidson
- Steven Valdez
- christopher-wood
url: https://datatracker.ietf.org/doc/rfc9578/
related_interests:
- cryptography
- protocols
---

This document specifies two variants of the two-message issuance protocol for Privacy Pass tokens: one that produces tokens that are privately verifiable using the Issuer Private Key and one that produces tokens that are publicly verifiable using the Issuer Public Key. Instances of "issuance protocol" and "issuance protocols" in the text of this document are used interchangeably to refer to the two variants of the Privacy Pass issuance protocol.
16 changes: 16 additions & 0 deletions publications/Davidson2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "RFC 9576: The Privacy Pass Architecture"
year: 2024
location: Internet Research Task Force (IRTF). 2024.
authors:
- alex-davidson
- Jana Iyengar
- christopher-wood
url: https://datatracker.ietf.org/doc/rfc9576/
related_interests:
- privacy
- cryptography
- protocols
---

This document specifies the Privacy Pass architecture and requirements for its constituent protocols used for authorization based on privacy-preserving authentication mechanisms. It describes the conceptual model of Privacy Pass and its protocols, its security and privacy goals, practical deployment models, and recommendations for each deployment model, to help ensure that the desired security and privacy goals are fulfilled.
18 changes: 18 additions & 0 deletions publications/Pauly2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "RFC 9577: The Privacy Pass HTTP Authentication Scheme"
year: 2024
location: Internet Research Task Force (IRTF). 2024.
authors:
- Tommy Pauly
- Steven Valdez
- christopher-wood
url: https://datatracker.ietf.org/doc/rfc9577/
related_interests:
- privacy
- cryptography
- protocols
---

This document defines an HTTP authentication scheme for Privacy Pass, a privacy-preserving authentication mechanism used for authorization.

The authentication scheme specified in this document can be used by Clients to redeem Privacy Pass tokens with an Origin. It can also be used by Origins to challenge Clients to present Privacy Pass tokens.

0 comments on commit 54708ae

Please sign in to comment.