> I tried a = BN_dup(b); > > if b is NULL, it causes error. Is this normal or should it just > duplicate NULL over to a? It is normal. You can't do anything with uninitialized BIGNUMs. Arguably OpenSSL should check that the input is valid first, but that applies to many other functions as well. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- Build-your-own Certificate Authority Steven J Sobol
- Re: Build-your-own Certificate Authorit... Leland V. Lammert
- Re: BN_dup bug? Ben Laurie
- Re: BN_dup bug? Bodo Moeller
- Re: BN_dup bug? Ben Laurie
- Re: Build-your-own Certificate Authorit... Ulf =?iso-8859-1?Q?M=F6ller?=
- Re: Build-your-own Certificate Authorit... Michael Stroeder
- Re: Build-your-own Certificate Authorit... Damien Miller