crypto: use less memory for storing keys
authorFedor Indutny <fedor@indutny.com>
Mon, 1 Sep 2014 12:07:45 +0000 (16:07 +0400)
committerFedor Indutny <fedor@indutny.com>
Wed, 3 Sep 2014 13:36:32 +0000 (17:36 +0400)
commit68c14d69232d2b9dac3c56c0661e08a39f0b5115
tree5c7b5e3bd24ad61b13033ced555e0986b12e10da
parent4bd396a9bfd72dd17b26e91679e6fcc8d627cb1c
crypto: use less memory for storing keys

Use `BIO_new_mem_buf` where possible to reduce memory usage and
initialization costs.
src/node_crypto.cc