Thanks to those who answered. It was a simple goof using std::string's substr() method; I was treating the second parameter as the end position rather than the character count, thus lopping off some essential characters and causing the failure. It works now.
- Why would RSA_size() crash? G S
- Re: Why would RSA_size() crash? John Hascall
- Re: Why would RSA_size() crash? G S
- Re: Why would RSA_size() crash? Dr. Stephen Henson
- Re: Why would RSA_size() crash? G S
- R: Why would RSA_size() crash? Francesco Petruzzi
- Re: Why would RSA_size() crash? G S
- Re: Why would RSA_size() crash? John Hascall