Re: Getting Started

2014-10-05 Thread Frederik Braun
introduces you to building and modifying Firefox. If you think you are ready to go fixing things, you can also check out Bugs Ahoy which contains a list of bugs marked as "easy first bug" that have a mentor who will help you getting

Re: getting started with TLS development vis NSS

2008-04-08 Thread Rainer Gerhards
Thank for the feedback, much appreciated :) On Apr 7, 7:27 pm, "Wan-Teh Chang" <[EMAIL PROTECTED]> wrote: > Hi Rainer, > > NSPR threads are just POSIX threads with NSPR thread IDs. > NSPR assigns NSPR thread IDs on demand to POSIX threads > not created by NSPR. So your POSIX threads can coexist >

Re: getting started with TLS development vis NSS

2008-04-07 Thread Wan-Teh Chang
Hi Rainer, NSPR threads are just POSIX threads with NSPR thread IDs. NSPR assigns NSPR thread IDs on demand to POSIX threads not created by NSPR. So your POSIX threads can coexist with NSPR with no problem. To use the TLS library in NSS, you only need to know about some basic NSPR types (PRInt32

Re: getting started with TLS development vis NSS

2008-04-06 Thread Rainer Gerhards
Hi, thanks for your reply. It's actually good news for me. Some thoughts inline below... On Apr 5, 3:12 am, Nelson B Bolyard <[EMAIL PROTECTED]> wrote: > NSS depends on NSPR, and attempting to divorce NSS from NSPR is way more > work than (I think) you want to attempt to do. (Quite a few have t

Re: getting started with TLS development vis NSS

2008-04-04 Thread Nelson B Bolyard
Rainer Gerhards wrote, On 2008-04-04 05:54: > Hi there, > > I hope I don't bother you too much with a very basic question. I am > the author or rsyslog - http://www.rsyslog.com - a syslogd replacement > aimed, among others, at security. I am about to implement native TLS > support for it. I was re