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

Getting Started

2014-10-03 Thread Durwasa Chakraborty
I am a complete newbie when it comes to programming and unfortunately the only language which I know is C. I like to start contributing to the opensource world and I know I am asking for too much but can anyone suggest me finding some good relevant beginner bugs. Thankyou Regards Durwasa Chak

Re: getting started with TLS development vis NSS

2008-04-08 Thread Rainer Gerhards
ave said, I think I more and more tend to start with GNUtls, use their good sample to create my wrapper and than later try to find the matching functions inside nss. That's probably the fastest way to getting started. Of course, some good samples with NSS inside a non-NSPR app would probably cha

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

getting started with TLS development vis NSS

2008-04-04 Thread Rainer Gerhards
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 referred to either NSS or GnuTLS and have so far settled o