Skip to content
Snippets Groups Projects
  1. May 16, 2023
  2. Nov 04, 2022
  3. Aug 24, 2022
  4. Aug 23, 2022
  5. Aug 11, 2022
  6. May 18, 2022
  7. May 10, 2022
  8. Apr 22, 2022
  9. Apr 20, 2022
  10. Feb 18, 2022
    • Emilio Cobos Álvarez's avatar
      Bug 1755956 - Add initial boilerplate for origin trials. r=smaug,hsivonen · 5c525da4
      Emilio Cobos Álvarez authored
      This patch imports and implements all the infrastructure for origin
      trial tokens, minus the crypto stuff / token verification.
      
      We still don't hook it anywhere. The intended setup for now would be to
      have the `OriginTrials` object hanging off the `Document` (or global
      perhaps, not sure yet). That has a self-descriptive API to enable trials
      (UpdateFromToken), and check enabledness status (IsEnabled).
      
      There are some tests in the origin-trial-token crate
      (third_party/rust/origin-trial-token/tests.rs). No test for the DOM code
      yet because this isn't hooked into yet.
      
      Differential Revision: https://phabricator.services.mozilla.com/D139033
      5c525da4
  11. Jan 26, 2022
  12. Jan 25, 2022
  13. Jan 07, 2022
  14. Dec 23, 2021
  15. Dec 21, 2021
  16. Dec 18, 2021
    • Dana Keeler's avatar
      Bug 1712837 - introduce ipcclientcerts to allow client certificates to work... · e06d1bce
      Dana Keeler authored
      Bug 1712837 - introduce ipcclientcerts to allow client certificates to work with the socket process r=rmf,kershaw,necko-reviewers,ipc-reviewers,nika,glandium,jschanck
      
      This patch introduces ipcclientcerts, a PKCS#11 module that the socket process
      can load to get access to client certificates and keys managed by the parent
      process. This enables client certificate authentication to work with the socket
      process (particularly for keys stored outside of NSS, as with osclientcerts or
      third-party PKCS#11 modules).
      
      Depends on D130820
      
      Differential Revision: https://phabricator.services.mozilla.com/D122392
      e06d1bce
  17. Dec 17, 2021
  18. Dec 16, 2021
  19. Dec 15, 2021
  20. Dec 13, 2021
    • Dana Keeler's avatar
      Bug 1712837 - introduce ipcclientcerts to allow client certificates to work... · fe0468b1
      Dana Keeler authored
      Bug 1712837 - introduce ipcclientcerts to allow client certificates to work with the socket process r=rmf,kershaw,necko-reviewers,ipc-reviewers,nika,jschanck
      
      This patch introduces ipcclientcerts, a PKCS#11 module that the socket process
      can load to get access to client certificates and keys managed by the parent
      process. This enables client certificate authentication to work with the socket
      process (particularly for keys stored outside of NSS, as with osclientcerts or
      third-party PKCS#11 modules).
      
      Differential Revision: https://phabricator.services.mozilla.com/D122392
      fe0468b1
  21. Dec 10, 2021
  22. Dec 08, 2021
  23. Dec 07, 2021
  24. Dec 06, 2021
    • Dana Keeler's avatar
      Bug 1712837 - introduce ipcclientcerts to allow client certificates to work... · 8d68ea1d
      Dana Keeler authored
      Bug 1712837 - introduce ipcclientcerts to allow client certificates to work with the socket process r=rmf,kershaw,necko-reviewers,ipc-reviewers,nika,jschanck
      
      This patch introduces ipcclientcerts, a PKCS#11 module that the socket process
      can load to get access to client certificates and keys managed by the parent
      process. This enables client certificate authentication to work with the socket
      process (particularly for keys stored outside of NSS, as with osclientcerts or
      third-party PKCS#11 modules).
      
      Differential Revision: https://phabricator.services.mozilla.com/D122392
      8d68ea1d
  25. Dec 02, 2021
  26. Dec 01, 2021
Loading