index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
7
-46
/
+46
*
Update copyright year
Matt Caswell
2020-04-23
9
-9
/
+9
*
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
2020-04-20
5
-107
/
+57
*
When calling the import_to function pass the libctx too
Matt Caswell
2020-04-17
1
-3
/
+4
*
Use build.info, not ifdef for crypto modules
Rich Salz
2020-04-16
2
-9
/
+8
*
Add DH keygen to providers
Shane Lontis
2020-04-15
5
-80
/
+408
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
3
-5
/
+36
*
Enable export_to functions to have access to the libctx
Matt Caswell
2020-04-09
1
-1
/
+2
*
Param build: make structures opaque.
Pauli
2020-03-28
1
-16
/
+19
*
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-28
1
-9
/
+9
*
EVP: Implement support for key downgrading in backends
Richard Levitte
2020-03-25
3
-1
/
+78
*
DH, DSA, EC_KEY: Fix exporters to allow domain parameter keys
Richard Levitte
2020-03-23
1
-5
/
+9
*
Constify various mostly X509-related parameter types in crypto/ and apps/
Dr. David von Oheimb
2020-03-23
1
-1
/
+1
*
DH: remove DH parameter files that aren't used or installed.
Pauli
2020-03-14
5
-42
/
+0
*
DH: add internal dh_get_method()
Richard Levitte
2020-03-09
1
-0
/
+5
*
EVP: Check that key methods aren't foreign when exporting
Richard Levitte
2020-03-09
1
-0
/
+8
*
Change DH_get_nid() to set the value of q if it is not already set
Shane Lontis
2020-03-06
3
-75
/
+85
*
Add DH key validation to default provider
Shane Lontis
2020-03-04
1
-2
/
+2
*
Add pairwise consistency self tests to asym keygenerators
Shane Lontis
2020-03-03
1
-1
/
+6
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
13
-1
/
+73
*
Add FFC param/key validation
Shane Lontis
2020-02-16
6
-100
/
+201
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
1
-0
/
+6
*
Implement Provider side Key Management for X25519 and X448
Matt Caswell
2020-02-11
1
-2
/
+2
*
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
2020-02-07
1
-24
/
+20
*
Add FFC param/key generation
Shane Lontis
2020-02-06
4
-78
/
+168
*
Params: change UTF8 construct calls to avoid explicit strlen(3) calls.
Pauli
2020-02-06
1
-2
/
+2
*
Missing "obj_mac" header file in "dh_lib"
Davide Galassi
2020-02-03
1
-4
/
+4
*
Add support for DH 'modp' group parameters (RFC 3526)
Shane Lontis
2020-01-30
6
-92
/
+158
*
Modify DSA and DH keys to use a shared FFC_PARAMS struct
Shane Lontis
2020-01-24
9
-204
/
+135
*
Add DH key exchange to fips provider
Shane Lontis
2020-01-23
4
-94
/
+134
*
CRYPTO: Remove support for ex_data fields when building the FIPS module
Richard Levitte
2020-01-15
2
-0
/
+8
*
coverity 1201478: check BIO_indent returns
Pauli
2020-01-07
1
-7
/
+9
*
Update source files for pre-3.0 deprecation
Richard Levitte
2019-11-07
1
-1
/
+1
*
Fix potential memory leak in dh_ameth.c
Scott Wilson
2019-11-01
1
-0
/
+1
*
DH: Add export of domain parameters to provider
Richard Levitte
2019-10-17
1
-12
/
+11
*
Add BN_check_prime()
Kurt Roeckx
2019-10-14
1
-5
/
+3
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
2
-9
/
+12
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
11
-10
/
+10
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
5
-6
/
+6
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
1
-2
/
+12
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Usages of KDFs converted to use the name macros
Pauli
2019-09-11
1
-1
/
+1
*
Enable DH "keys" which only contain domain parameters
Matt Caswell
2019-09-09
1
-6
/
+15
*
Implement DSA in the default provider
Matt Caswell
2019-09-09
1
-3
/
+3
*
DH_check_pub_key_ex was accidentally calling DH_check,
Bernd Edlinger
2019-09-09
1
-1
/
+2
*
Use BN_clear_free in DH_set0_key
Bernd Edlinger
2019-09-09
1
-2
/
+2
*
Check the DH modulus bit length
Bernd Edlinger
2019-09-09
1
-0
/
+12
*
Fix users of KDFs to use params not ctls
Pauli
2019-09-06
1
-11
/
+21
*
Enforce a minimum DH modulus size of 512 bits
Bernd Edlinger
2019-07-24
4
-0
/
+23
*
Adapt DH to use with KEYMGMT
Richard Levitte
2019-07-23
7
-2
/
+65
[next]