boring2/openssl
Sebastian Thiel ec2685347c Fix for empty stacks
The culprit is that `sk_num(stack)` can return -1
as c_int if there is no stack allocated.

Previously, thanks to unsafe casts, this would result in
a isize::max() for len() and iteration size if there was no stack.

Now this case is handled specifically, which fixes the issue.
2017-03-06 10:14:39 +01:00
..
src Fix for empty stacks 2017-03-06 10:14:39 +01:00
test Add test to run into issue with stack.len() 2017-03-06 09:59:00 +01:00
Cargo.toml Release v0.9.7 2017-02-11 14:34:37 -08: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