index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
dh
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
15
-1554
/
+1548
*
indent has problems with comments that are on the right hand side of a line.
Matt Caswell
2015-01-22
1
-7
/
+10
*
Fix source where indent will not be able to cope
Matt Caswell
2015-01-22
1
-1
/
+3
*
mark all block comments that need format preserving so that
Tim Hudson
2015-01-22
2
-2
/
+4
*
make update
Dr. Stephen Henson
2014-01-06
1
-32
/
+84
*
make update
Dr. Stephen Henson
2013-12-08
1
-84
/
+32
*
DH keys have an (until now) unused 'q' parameter. When creating from DSA copy
Dr. Stephen Henson
2011-11-14
1
-2
/
+15
*
Backport PSS signature support from HEAD.
Dr. Stephen Henson
2011-10-09
1
-0
/
+1
*
make depend
Dr. Stephen Henson
2011-09-16
1
-5
/
+11
*
Improved error checking for DRBG calls.
Dr. Stephen Henson
2011-09-16
1
-11
/
+5
*
Don't set default public key methods in FIPS mode so applications
Dr. Stephen Henson
2011-06-20
1
-2
/
+4
*
Redirect DH key and parameter generation.
Dr. Stephen Henson
2011-06-09
3
-0
/
+19
*
Redirect DH operations to FIPS module. Block non-FIPS methods.
Dr. Stephen Henson
2011-06-08
4
-3
/
+53
*
PR: 1644
Dr. Stephen Henson
2009-09-06
2
-1
/
+7
*
Make depend.
Ben Laurie
2009-06-14
1
-5
/
+5
*
Some no-ec fixes (not complete yet).
Dr. Stephen Henson
2009-04-23
1
-1
/
+0
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
2
-2
/
+2
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
3
-3
/
+3
*
More size_tification.
Ben Laurie
2008-11-01
2
-2
/
+2
*
More type-checking.
Ben Laurie
2008-06-04
1
-7
/
+13
*
Update dependencies.
Dr. Stephen Henson
2008-03-22
1
-8
/
+10
*
Fix a variety of warnings generated by some elevated compiler-fascism,
Geoff Thorpe
2008-03-16
2
-0
/
+3
*
Typos
Lutz Jänicke
2007-09-24
1
-1
/
+1
*
check correct pointer before freeing it (Coverity CID 79,86)
Nils Larsch
2007-04-02
1
-1
/
+1
*
Change to mitigate branch prediction attacks
Bodo Möller
2007-03-28
1
-2
/
+2
*
Constify version strings and some structures.
Dr. Stephen Henson
2007-01-21
1
-1
/
+1
*
Update from 0.9.8 stable. Eliminate duplicate error codes.
Dr. Stephen Henson
2006-11-21
2
-8
/
+5
*
Initialise ctx to NULL to avoid uninitialized free, noticed by
Mark J. Cox
2006-09-29
1
-1
/
+1
*
Introduce limits to prevent malicious keys being able to
Bodo Möller
2006-09-28
3
-1
/
+13
*
Fix various error codes to match functions.
Dr. Stephen Henson
2006-07-17
3
-3
/
+3
*
New function to dup EVP_PKEY_CTX. This will be needed to make new signing
Dr. Stephen Henson
2006-05-24
1
-0
/
+14
*
Use size_t for new crypto size parameters.
Dr. Stephen Henson
2006-05-24
1
-1
/
+1
*
Fix (most) WIN32 warnings and errors.
Dr. Stephen Henson
2006-04-17
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
4
-8
/
+41
*
Update dependencies.
Dr. Stephen Henson
2006-04-13
1
-0
/
+14
*
Add key derivation support.
Dr. Stephen Henson
2006-04-13
1
-0
/
+2
*
Typo.
Dr. Stephen Henson
2006-04-13
3
-1
/
+3
*
Extend DH ASN1 method, add DH EVP_PKEY_METHOD.
Dr. Stephen Henson
2006-04-12
5
-8
/
+235
*
PKCS#3 DH PKCS#8 ASN1 support.
Dr. Stephen Henson
2006-04-12
3
-2
/
+121
*
Extend DH ASN1 method to support public key encode/decode and parameter
Dr. Stephen Henson
2006-04-12
3
-21
/
+237
*
New function to retrieve ASN1 info on public key algorithms. New command
Dr. Stephen Henson
2006-04-04
1
-1
/
+1
*
New utility pkeyparam. Enhance and bugfix algorithm specific parameter
Dr. Stephen Henson
2006-03-28
4
-47
/
+84
*
Add information and pem strings. Update dependencies.
Dr. Stephen Henson
2006-03-23
2
-0
/
+26
*
Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to
Dr. Stephen Henson
2006-03-22
1
-0
/
+1
*
Move algorithm specific print code from crypto/asn1/t_pkey.c to separate
Dr. Stephen Henson
2006-03-22
2
-2
/
+126
*
DH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).
Dr. Stephen Henson
2006-03-20
1
-0
/
+92
*
Transfer parameter handling and key comparison to algorithm methods.
Dr. Stephen Henson
2006-03-20
1
-2
/
+4
*
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
Nils Larsch
2006-03-13
1
-2
/
+5
*
Update filenames in makefiles.
Dr. Stephen Henson
2006-02-04
1
-1
/
+1
[next]