aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/src/libressl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-sys/src/libressl')
-rw-r--r--openssl-sys/src/libressl/v273.rs16
1 files changed, 16 insertions, 0 deletions
diff --git a/openssl-sys/src/libressl/v273.rs b/openssl-sys/src/libressl/v273.rs
index 74c331f6..456f8872 100644
--- a/openssl-sys/src/libressl/v273.rs
+++ b/openssl-sys/src/libressl/v273.rs
@@ -47,6 +47,22 @@ extern "C" {
q: *mut *const ::BIGNUM,
q: *mut *const ::BIGNUM,
);
+ pub fn DSA_set0_pqg(
+ d: *mut ::DSA,
+ p: *mut ::BIGNUM,
+ q: *mut ::BIGNUM,
+ q: *mut ::BIGNUM,
+ ) -> c_int;
+ pub fn DSA_get0_key(
+ d: *const ::DSA,
+ pub_key: *mut *const ::BIGNUM,
+ priv_key: *mut *const ::BIGNUM,
+ );
+ pub fn DSA_set0_key(
+ d: *mut ::DSA,
+ pub_key: *mut ::BIGNUM,
+ priv_key: *mut ::BIGNUM,
+ ) -> c_int;
pub fn ECDSA_SIG_get0(
sig: *const ::ECDSA_SIG,