summaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-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
* Don't allocate r/s in DSA_SIG and ECDSA_SIGDr. Stephen Henson2016-07-201-1/+18
* Make DSA_SIG and ECDSA_SIG getters const.Emilia Kasper2016-06-201-8/+5
* Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.TJ Saunders2016-06-131-0/+2
* Reorder the setter arguments to more consistently match that of other APIs,TJ Saunders2016-06-131-1/+1
* Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.TJ Saunders2016-06-131-0/+9
* Copyright consolidation 07/10Rich Salz2016-05-171-54/+5
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+1
* constify DSA_SIG_get0()Dr. Stephen Henson2016-03-201-1/+1
* move DSA_SIG definition into C source fileDr. Stephen Henson2016-03-111-1/+5
* Make DSA_SIG opaque.Dr. Stephen Henson2016-03-081-21/+9
* Use callback for DSAPublicKeyDr. Stephen Henson2016-01-281-8/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-4/+4
* More secure storage of key material.Rich Salz2015-06-231-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* Simplify DSA public key handling.Dr. Stephen Henson2015-03-261-7/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-94/+95
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-1/+13
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson2011-02-131-1/+1
* Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions ofDr. Stephen Henson2011-01-251-1/+39
* PR: 1644Dr. Stephen Henson2009-09-061-0/+5
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-3/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-3/+5
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-5/+5
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-79/+122
* Make sure bs is assigned NULL when it's free'd, or there will be anRichard Levitte2000-11-191-0/+1
* Constify DSA-related code.Richard Levitte2000-11-071-2/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-7/+7
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-2/+2
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-9/+3
* Separate DSA functionality from ASN.1 encoding.Ulf Möller1999-04-091-0/+102