aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa/dsa_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* 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