commit | 5b160773ea7eceecf4b770d2cbdec5eb8fddeec9 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Oct 08 21:16:11 2013 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Tue Oct 08 21:16:11 2013 -0500 |
tree | 38fde951be860a45a167b3b7a855548648c52684 | |
parent | 7c26ce88ccaff49ece54733e364b40c7d03c3621 [diff] |
Initial bindings for OpenSSL ENGINE support. * These bindings are sufficient to allow a user to use the rdrand engine (if available) and set an instantiated engine as a default for various operations. * Reminder: OpenSSL engines require careful management of both structural and functional references or else you'll leak memory.