标签: openssl rsa
我使用RSA_generate_key_ex()生成密钥对,并使用PEM_write_bio_RSAPrivateKey()将密钥写入文件。但是结果由base64转换。如何获得原始二进制流?