summaryrefslogtreecommitdiff
path: root/crypto/dh/dh_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols related to dh keysShane Lontis2021-02-261-1/+1
* Fix DH ASN1 decode so that it detects named groups.Shane Lontis2021-02-191-2/+2
* DH: Move the code to set the DH sub-typeRichard Levitte2020-11-111-1/+7
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-6/+7
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-0/+6
* Add FFC param/key generationShane Lontis2020-02-061-0/+1
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-311-1/+1
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-27/+40
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-231-0/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-2/+2
* Following the license change, modify the boilerplates in crypto/dh/Richard Levitte2018-12-061-1/+1
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-1/+1
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-101-1/+1
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+5
* Make DH opaqueMatt Caswell2016-04-091-1/+1
* RT3676 add: Export ASN.1 DHparamsRich Salz2016-03-091-1/+1
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-3/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanupRich Salz2015-03-241-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-107/+103
* Enhance DH dup functions.Dr. Stephen Henson2013-08-051-5/+0
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-0/+105
* PR: 1644Dr. Stephen Henson2009-09-061-0/+5
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-2/+3
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-1/+1
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+87