Re: [dev-servo] Proposal: TLS library for Servo

2016-08-31 Thread Diane Hosfelt
Hi all-- Thanks for everyone’s comments about this—I think the discussion has been really illuminating. Right now, what I’m working on is updating some TLS statistics using https://github.com/mozilla/cipherscan (it’s taking a bit longer than I’d

Re: [dev-servo] Proposal: TLS library for Servo

2016-09-06 Thread Diane Hosfelt
NSS doesn’t currently support building as static libraries. Do you think it would be better to try to use the system NSS or ship the libraries? Diane > On Sep 5, 2016, at 10:16, Ms2ger <ms2...@gmail.com> wrote: > > On 26/08/16 02:13, Diane Hosfelt wrote: >> Proposed

[dev-servo] Proposal: TLS library for Servo

2016-08-25 Thread Diane Hosfelt
Servo has been using the cryptographic library, OpenSSL (via the Hyper library) for securing communications. As the project transitions to shipping nightly builds and hopefully products, we need to make a more explicit decision about our library usage. As a web browser, there’s a high standard to