Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

crypto: PFX private key support #2845

Closed
bnoordhuis opened this issue Feb 29, 2012 · 2 comments
Closed

crypto: PFX private key support #2845

bnoordhuis opened this issue Feb 29, 2012 · 2 comments
Assignees

Comments

@bnoordhuis
Copy link
Member

Make our Windows users happy, add PFX private key support to the crypto, tls and https modules.

@ssuda
Copy link

ssuda commented Mar 1, 2012

@bnoordhuis, Manual memory management is always painful. We can use smart pointers(unique_ptr), but the problem is they are available only in c++11 or boost.

@bnoordhuis
Copy link
Member Author

Alas, that's not an option. It's not allowed to use STL / TR1 / Boost or > C++98 features.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants