Andrejs Igumenovs wrote:
> The application use the following functions for non-secure communication:
> intBIO_write(BIO *b, const void *data, int len);
> intBIO_read(BIO *b, void *data, int len);
> calling them one by one.
> The issue is that BIO_write() succeeds and returns the proper v
After calling BIO_read() the result is allways the following:
+ buf 0x0012d2cc ""
rc 7
Hi,
The application use the following functions for non-secure communication:
intBIO_write(BIO *b, const void *data, int len);
intBIO_read(BIO *b, void *data, int len);
calling them one by one.
The issue is that BIO_write() succeeds and returns the proper value of the data
written. The
Hi,
The application use the following functions for non-secure communication:
intBIO_write(BIO *b, const void *data, int len);
intBIO_read(BIO *b, void *data, int len);
calling them one by one.
The issue is that BIO_write() succeeds and returns the proper value of the data
written. The