Re: pkcs7 enc-dec

1999-09-28 Thread Dr Stephen Henson
Mikhail Blinov wrote: > > Hi > > I tried to play with PKCS7 encryption - decryption (enveloped-data content > type). > I notices that > 1) neither crypto/pkcs7/enc.c nor crypto/pkcs7/dec.c can be compiled > because "PEM_read_bio_*" functions now have an extra "char **u" > parameter >

pkcs7 enc-dec

1999-09-28 Thread Mikhail Blinov
Hi I tried to play with PKCS7 encryption - decryption (enveloped-data content type). I notices that 1) neither crypto/pkcs7/enc.c nor crypto/pkcs7/dec.c can be compiled because "PEM_read_bio_*" functions now have an extra "char **u" parameter 2) after adding an extra ",NULL" to the fu