bio_to_mem
if (!bio_to_mem(&buf, &buflen, maxlen, in)) {
int bio_to_mem(unsigned char **out, size_t *outlen, size_t maxlen, BIO *in);
if (!bio_to_mem(&sig, &siglen, maxsiglen, sigbio)) {
if (!bio_to_mem(&buf_in, &buf_inlen, 0, in)) {