Ivan Nikulin
|
9bd7645701
|
Remove ossl110 gate
|
2020-11-11 14:08:37 +00:00 |
Ivan Nikulin
|
a6f5beeb33
|
Remove decrepit and unavaliable API and fix signatures
|
2020-11-10 00:18:28 +00:00 |
Atul Bhosale
|
784978bad0
|
Format code using 'cargo fmt'
|
2019-11-14 21:00:53 +05:30 |
Lukas Lihotzki
|
258c49a581
|
Add #[cfg(ossl110)]
|
2019-11-11 23:03:40 +01:00 |
Lukas Lihotzki
|
6d6429237d
|
Add EC_GROUP_order_bits
|
2019-11-11 22:04:14 +01:00 |
Mike Belopuhov
|
aef0517dcf
|
Expose EC_POINT_dup as EcPoint::to_owned
|
2019-06-19 21:34:48 +02:00 |
Mike Belopuhov
|
e8fc907da3
|
Expose EC_GROUP_get_cofactor as EcGroup::cofactor
|
2019-06-14 16:41:47 +02:00 |
Mike Belopuhov
|
390d71f1e5
|
Expose EC_GROUP_get0_generator as EcGroup::generator
|
2019-06-13 03:09:45 +02:00 |
Nathaniel McCallum
|
702bc48b1c
|
Expose EC_GROUP_get_curve_name()
This gives us the ability to get the Nid from an EcGroupRef.
|
2019-03-19 11:10:35 -04:00 |
Mike Belopuhov
|
18dfc9b6b2
|
Add support for encoding and decoding ECDSA signatures
|
2018-09-28 14:43:33 +02:00 |
Steven Fackler
|
8c6bc774db
|
Support libressl 2.8.0
Closes #988
|
2018-09-12 20:44:22 -07:00 |
Steven Fackler
|
93a4e96255
|
Refactor openssl-sys
The old layout tried to structure itself by version but it ended up with
a lot of duplication. Instead, follow the structure of the header files.
|
2018-09-12 19:21:18 -07:00 |