Searched refs:DH_check (Results 1 – 17 of 17) sorted by relevance
/third_party/openssl/doc/man3/ |
D | DH_generate_parameters.pod | 6 DH_check, DH_check_params, 21 int DH_check(DH *dh, int *codes); 66 DH_check(). 95 DH_check() confirms that the Diffie-Hellman parameters B<dh> are valid. The 132 DH_check() and DH_check_params() respectively, but the error reasons are added 138 DH_generate_parameters_ex(), DH_check() and DH_check_params() return 1
|
/third_party/openssl/crypto/dh/ |
D | dh_check.c | 115 if (!DH_check(dh, &errflags)) in DH_check_ex() 141 int DH_check(const DH *dh, int *ret) in DH_check() function
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
D | dh_check.c | 115 if (!DH_check(dh, &errflags)) in DH_check_ex() 141 int DH_check(const DH *dh, int *ret) in DH_check() function
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | dh.rs | 6 pub fn DH_check(dh: *const DH, codes: *mut c_int) -> c_int; in DH_check() function
|
/third_party/openssl/test/ |
D | dhtest.c | 76 if (!DH_check(dh, &i)) in dh_test() 141 if (!DH_check(a, &i)) in dh_test() 651 if (!DH_check(a, &i)) in rfc7919_test()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | dh.h | 224 OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes);
|
/third_party/openssl/include/openssl/ |
D | dh.h | 224 OSSL_DEPRECATEDIN_3_0 int DH_check(const DH *dh, int *codes);
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | dh.h | 149 int DH_check(const DH *dh, int *codes);
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | dh.rs | 48 cvt(ffi::DH_check(self.as_ptr(), &mut codes))?; in check_key()
|
/third_party/node/src/crypto/ |
D | crypto_dh.cc | 483 if (!DH_check(dh_.get(), &codes)) in VerifyContext()
|
/third_party/node/deps/openssl/openssl/ |
D | NEWS.md | 46 * Fix DH_check() excessive time with over sized modulus ([CVE-2023-3446]) 258 * Changed DH_check to accept parameters with order q and 2q subgroups
|
D | CHANGES.md | 157 The function DH_check() performs various checks on DH parameters. After 164 If DH_check() is called with such q parameter value, 172 * Fix DH_check() excessive time with over sized modulus. 174 The function DH_check() performs various checks on DH parameters. One of 179 However the DH_check() function checks numerous aspects of the key or 183 A new limit has been added to DH_check of 32,768 bits. Supplying a 184 key/parameters with a modulus over this size will simply cause DH_check() to 2000 Previously generated DH parameters are still accepted by DH_check 2720 * Changed DH_check to accept parameters with order q and 2q subgroups. 16941 * Diffie-Hellman uses "safe" primes: DH_check() return code renamed to
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1099 Low-level validation functions such as L<DH_check(3)> have been informally 1324 DH_check(), DH_check_ex(), DH_check_params(), DH_check_params_ex(),
|
/third_party/openssl/ |
D | NEWS.md | 230 * Changed DH_check to accept parameters with order q and 2q subgroups
|
D | CHANGES.md | 1822 Previously generated DH parameters are still accepted by DH_check 2542 * Changed DH_check to accept parameters with order q and 2q subgroups. 16763 * Diffie-Hellman uses "safe" primes: DH_check() return code renamed to
|
/third_party/node/deps/openssl/openssl/util/ |
D | libcrypto.num | 2317 DH_check 2367 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|
/third_party/openssl/util/ |
D | libcrypto.num | 2317 DH_check 2367 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
|