index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
dh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move some includes out of OPENSSL_NO_DEPRECATED
tb
2023-04-18
1
-3
/
+1
*
Fix whitespace in DHparam_print_fp()
tb
2023-04-17
1
-2
/
+4
*
Remove now unused dh_prn.c
tb
2023-04-17
1
-64
/
+0
*
Move DHparam_print_fp() next to DHparam_print()
tb
2023-04-17
2
-17
/
+18
*
The NBs have been duly noted and ignored. Drop them.
tb
2023-04-13
1
-6
/
+1
*
Zap trailing whitespace
tb
2023-04-13
1
-9
/
+9
*
Remove files that definitely contain no code anymore
tb
2023-04-13
1
-65
/
+0
*
Move DH_generate_parameters() from dh_depr.c to dh_gen.c
tb
2023-04-13
2
-20
/
+21
*
Move a few functions out of OPENSSL_NO_DEPRECATED
tb
2023-04-09
2
-7
/
+6
*
Call BN_free() instead of BN_clear_free().
jsing
2023-03-07
1
-8
/
+8
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
1
-2
/
+2
*
Make internal header file names consistent
tb
2022-11-26
5
-12
/
+12
*
Simplify computation of max_pub_key = dh->p - 1.
tb
2022-07-13
1
-4
/
+2
*
Remove mkerr.pl remnants from LibreSSL
kn
2022-07-12
2
-12
/
+2
*
Expose new API in headers.
tb
2022-07-07
1
-3
/
+1
*
Prepare to provide EVP_PKEY_security_bits()
tb
2022-06-27
1
-1
/
+8
*
Prepare to provide DH_security_bits()
tb
2022-06-27
2
-2
/
+18
*
Add check for BIO_indent return value
inoguchi
2022-01-20
1
-3
/
+5
*
Make structs in dh.h opaque
tb
2022-01-14
2
-51
/
+44
*
Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API
tb
2022-01-14
1
-5
/
+1
*
Prepare to provide EVP_PKEY_{public,param}_check
tb
2022-01-10
1
-1
/
+31
*
Provide DH_check*_ex and many error codes
tb
2022-01-10
4
-4
/
+102
*
zap trailing whitespace
tb
2022-01-10
1
-5
/
+5
*
Add an essentially empty dh_local.h and include it in the files where
tb
2022-01-07
8
-7
/
+83
*
zap trailing whitespace
tb
2022-01-07
1
-9
/
+9
*
Prepare to provide DH_get_length()
tb
2022-01-05
2
-2
/
+11
*
Prepare to provide DH_get0_{p,q,g,{priv,pub}_key}()
tb
2022-01-05
2
-2
/
+39
*
Include evp_locl.h where it will be needed once most structs from
tb
2021-12-12
1
-1
/
+2
*
Simplify DH_check_params a bit.
tb
2021-12-05
1
-12
/
+4
*
Add #include "bn_lcl.h" to the files that will soon need it.
tb
2021-12-04
2
-2
/
+5
*
Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1.
tb
2021-11-29
1
-18
/
+53
*
Increase number of iterations in Miller-Rabin checks for DH.
tb
2021-11-29
1
-4
/
+9
*
Synchronize DH_check() mostly with OpenSSL 1.1.1 with some
tb
2021-11-29
1
-32
/
+47
*
Provide a version of DH_check_params() for internal use.
tb
2021-11-29
1
-1
/
+43
*
Provide a number of flags for DH_check and DH_check_pubkey
tb
2021-11-29
1
-1
/
+5
*
In DH_set0_pqg() also set dh->length if q is set to match what OpenSSL do.
tb
2021-11-23
1
-1
/
+2
*
Avoid leak in error path of dh_priv_decode
inoguchi
2020-01-04
1
-1
/
+2
*
Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.
tb
2019-01-20
1
-5
/
+12
*
Missing initialization for pub_key. CID 184303.
tb
2018-11-12
1
-2
/
+2
*
Initialize priv_key and pub_key on first use instead of at the top.
tb
2018-11-09
1
-6
/
+4
*
unrevert the use of bn_rand_interval().
tb
2018-11-06
1
-6
/
+9
*
revert use of bn_rand_interval due to failures with ECDHE and TLS
tb
2018-11-06
1
-9
/
+6
*
Make use of bn_rand_interval() where appropriate.
tb
2018-11-05
1
-6
/
+9
*
Eliminate a few "} else" branches, a few unneeded NULL checks before
tb
2018-11-05
1
-16
/
+12
*
Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already
tb
2018-11-05
1
-12
/
+4
*
Add consts to EVP_PKEY_asn1_set_private()
tb
2018-08-24
1
-2
/
+2
*
After removing support for broken PKCS#8 formats (it was high time),
tb
2018-08-24
1
-2
/
+2
*
zap stray tab
sthen
2018-06-12
1
-2
/
+2
*
Reject excessively large primes in DH key generation. Problem reported
sthen
2018-06-12
1
-1
/
+6
*
Remove incorrect NULL checks in DH_set0_key().
tb
2018-05-02
1
-5
/
+1
[next]