Re: Read a Bignum from file

2005-06-09 Thread stvv
Citation from the letter of Ludovic FLAMENT [EMAIL PROTECTED]: Angel Martinez Gonzalez wrote: Hello: I wrote a BIGNUM into a file using the function: int BN_print_fp(FILE *fp, const BIGNUM *a); But, How I can read this bignum from this file?. I don?t know a openssl function

Re: Read a Bignum from file

2005-06-05 Thread Ludovic FLAMENT
Angel Martinez Gonzalez wrote: Hello: I wrote a BIGNUM into a file using the function: int BN_print_fp(FILE *fp, const BIGNUM *a); But, How I can read this bignum from this file?. I don´t know a openssl function to read a bignum from a file. Hello, you can read Bignum from file

Re: Read a Bignum from file

2005-06-03 Thread Nils Larsch
Angel Martinez Gonzalez wrote: Hello: I wrote a BIGNUM into a file using the function: int BN_print_fp(FILE *fp, const BIGNUM *a); But, How I can read this bignum from this file?. I don´t know a openssl function to read a bignum from a file. read it into memory and use BN_hex2bn