Re: NSS for EAP-TLS/PEAP/TTLS/FAST

2009-09-29 Thread Douglas Stebila
You can find a patch implementing draft-ietf-tls-extractor-07 in NSS attached to bug 507359. https://bugzilla.mozilla.org/show_bug.cgi?id=507359 Douglas On 2009-Sep-30, at 3:36 AM, Jouni Malinen wrote: I'm looking into using NSS with an EAP-TLS/PEAP/TTLS/FAST implementation. The initial par

NSS for EAP-TLS/PEAP/TTLS/FAST

2009-09-29 Thread Jouni Malinen
I'm looking into using NSS with an EAP-TLS/PEAP/TTLS/FAST implementation. The initial part of this was relatively simple to complete since I already had a working EAP implementation with a wrapper layer to allow the TLS/crypto library to be changed. The NSPR file descriptor concept allowed the TLS

Re[3]: Mere curiosity: what BL in free(bl), (bl)api{,t}.h means ?

2009-09-29 Thread Konstantin Andreev
Kaspar Brand wrote: This acronym (BL) provokes my curiosity. After some reading of the NSS sources I still have no idea what it means. I believe this is something inherited from netscape. Can anybody bate my curiosity ? Yes: "bottom layer" - see e.g. http://www.mozilla.org/projects/security

Re: Mere curiosity: what BL in free(bl), (bl)api{,t}.h means ?

2009-09-29 Thread Kaspar Brand
> This acronym (BL) provokes my curiosity. After some reading of the > NSS sources I still have no idea what it means. I believe this is > something inherited from netscape. > > Can anybody bate my curiosity ? Yes: "bottom layer" - see e.g. http://www.mozilla.org/projects/security/pki/nss/nss-gui

Mere curiosity: what BL in free(bl), (bl)api{,t}.h means ?

2009-09-29 Thread Konstantin Andreev
This acronym (BL) provokes my curiosity. After some reading of the NSS sources I still have no idea what it means. I believe this is something inherited from netscape. Can anybody bate my curiosity ? Best regards, -- Konstantin Andreev, software engineer. Swemel JSC -- dev-tech-crypto mailing

Re[2]: How to share code between softoken and nss libs?

2009-09-29 Thread Konstantin Andreev
Hello. On Mon, Sep 28, Wan-Teh Chang wrote: On Mon, Sep 28, 2009 at 3:26 AM, Konstantin Andreev wrote: I need to share some potion of code between softoken and nss libraries (to be exact, I need to parse GOST-specific der-encoded data). What is the best way to manage this ? I suppose I need t