index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dh
/
dh_pmeth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-5
/
+5
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level Diffie-Hellman functions.
Pauli
2020-02-20
1
-1
/
+1
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
1
-0
/
+6
*
Add FFC param/key generation
Shane Lontis
2020-02-06
1
-46
/
+38
*
Add support for DH 'modp' group parameters (RFC 3526)
Shane Lontis
2020-01-30
1
-13
/
+20
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-0
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
1
-2
/
+12
*
Change default RSA, DSA and DH size to 2048 bit
Kurt Roeckx
2019-05-21
1
-1
/
+1
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/dh/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Add pad support
Dr. Stephen Henson
2017-10-12
1
-1
/
+15
*
Add RFC7919 support to EVP
Dr. Stephen Henson
2017-10-12
1
-4
/
+35
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Fix OpenSSL_memdup error handling
Insu Yun
2016-05-13
1
-12
/
+15
*
Make DH opaque
Matt Caswell
2016-04-09
1
-1
/
+1
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-6
/
+8
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-10
/
+2
*
RT3674: Make no-cms build work.
David Bar
2015-09-03
1
-2
/
+10
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-5
/
+5
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-6
/
+3
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-1
/
+1
*
Move some EVP internals to evp_int.h
Dr. Stephen Henson
2015-03-24
1
-1
/
+1
*
free NULL cleanup
Rich Salz
2015-03-24
1
-4
/
+2
*
Unchecked malloc fixes
Matt Caswell
2015-03-05
1
-0
/
+3
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-482
/
+457
*
Implement internally opaque bn access from dh
Matt Caswell
2014-12-08
1
-3
/
+7
*
CMS RFC2631 X9.42 DH enveloped data support.
Dr. Stephen Henson
2013-08-05
1
-7
/
+140
*
Extend DH parameter generation support.
Dr. Stephen Henson
2013-08-05
1
-1
/
+111
*
Initial experimental support for X9.42 DH parameter format to handle
Dr. Stephen Henson
2011-12-07
1
-1
/
+79
*
Merge from 1.0.0-stable branch.
Dr. Stephen Henson
2009-04-23
1
-1
/
+0
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
1
-0
/
+2
*
New function to dup EVP_PKEY_CTX. This will be needed to make new signing
Dr. Stephen Henson
2006-05-25
1
-0
/
+14
*
Use size_t for new crypto size parameters.
Dr. Stephen Henson
2006-05-24
1
-1
/
+1
*
Use more flexible method of determining output length, by setting &outlen
Dr. Stephen Henson
2006-04-15
1
-1
/
+1
*
Complete key derivation support.
Dr. Stephen Henson
2006-04-13
1
-1
/
+23
*
Add key derivation support.
Dr. Stephen Henson
2006-04-13
1
-0
/
+2
*
Typo.
Dr. Stephen Henson
2006-04-13
1
-1
/
+1
*
Extend DH ASN1 method, add DH EVP_PKEY_METHOD.
Dr. Stephen Henson
2006-04-13
1
-0
/
+215