aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_ameth.c
Commit message (Expand)AuthorAgeFilesLines
* Constify private key decode.Dr. Stephen Henson2016-08-171-2/+2
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-7/+7
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-3/+3
* Fix printing of DH ParametersMatt Caswell2016-06-011-1/+2
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-1/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+5
* Make DH opaqueMatt Caswell2016-04-091-1/+1
* Remove #error from include files.Rich Salz2016-03-201-3/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-44/+13
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-0/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson2015-12-141-0/+5
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-7/+7
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-2/+0
* More secure storage of key material.Rich Salz2015-06-231-1/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-10/+11
* Remove goto inside an if(0) blockRich Salz2015-05-011-6/+6
* free null cleanup finaleRich Salz2015-05-011-11/+6
* free NULL cleanup 7Rich Salz2015-04-301-2/+1
* free NULL cleanup 5aRich Salz2015-04-301-8/+4
* free NULL cleanup 8Rich Salz2015-04-301-6/+3
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* free NULL cleanupRich Salz2015-03-281-4/+2
* free NULL cleanupRich Salz2015-03-241-4/+2
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* free NULL cleanupRich Salz2015-03-241-4/+2
* Fix dh_pub_encodeMatt Caswell2015-03-121-5/+7
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-081-4/+4
* Fix memory leakKurt Roeckx2015-02-221-0/+1
* Avoid a double-free in an error path.Doug Hogan2015-02-221-0/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-853/+820
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+7
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Fix compile errors.Ben Laurie2013-08-211-3/+4
* CMS RFC2631 X9.42 DH enveloped data support.Dr. Stephen Henson2013-08-051-1/+349
* Enhance DH dup functions.Dr. Stephen Henson2013-08-051-17/+60
* If present print j, seed and counter values for DHDr. Stephen Henson2013-08-051-0/+25
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-16/+82
* print out subgroup order if presentDr. Stephen Henson2011-10-111-0/+2
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-061-0/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* More size_tification.Ben Laurie2008-11-011-1/+1
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+1
* check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch2007-04-021-1/+1
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-1/+1
* Fix (most) WIN32 warnings and errors.Dr. Stephen Henson2006-04-171-1/+1
* Complete key derivation support.Dr. Stephen Henson2006-04-131-7/+14