aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh/dh_asn1.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte1-0/+2
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-2/+2
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte1-1/+1
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte1-1/+1
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte1-1/+1
2016-05-17Copyright consolidation 05/10Rich Salz1-54/+5
2016-04-09Make DH opaqueMatt Caswell1-1/+1
2016-03-09RT3676 add: Export ASN.1 DHparamsRich Salz1-1/+1
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-3/+3
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-107/+103
2013-08-05Enhance DH dup functions.Dr. Stephen Henson1-5/+0
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson1-0/+105
2009-09-06PR: 1644Dr. Stephen Henson1-0/+5
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-2/+3
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-1/+1
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+87