boring2/openssl
Bradley Beddoes c966583877 Refine sig for set_public_key_affine_coordinates
This functions signature was originally defined to require mutable
references for `x` / `y` as the underpinning OpenSSL C API
was not `const`.

However the actual OpenSSL implementation makes no changes. This being
the case we've chosen to reflect non mutability at the Rust level.
2017-08-09 14:20:22 +10:00
..
src Refine sig for set_public_key_affine_coordinates 2017-08-09 14:20:22 +10:00
test Switch over Linux tests to CircleCI 2017-07-16 14:15:09 -07:00
Cargo.toml Support for EcKey creation from affine coordinates 2017-08-09 12:21:54 +10:00
LICENSE Move openssl license to openssl 2015-02-13 23:24:40 -08:00
build.rs Add LibreSSL 2.5.0 support 2016-12-21 09:27:12 +01:00