aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dsa
Commit message (Expand)AuthorAgeFilesLines
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-7/+0
* Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell2015-11-261-1/+3
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-098-17/+17
* Rebuild error source files.Dr. Stephen Henson2015-11-051-13/+13
* Remove useless codeAlessandro Ghedini2015-10-231-10/+2
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-3/+3
* Move BN_CTX_start() call so the error case can always call BN_CTX_end().Pascal Cuoq2015-10-071-1/+2
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-4/+4
* remove 0 assignments.Rich Salz2015-09-031-14/+1
* GH367 follow-up, for more clarityBen Kaduk2015-08-311-4/+4
* GH367: Fix dsa keygen for too-short seedIsmo Puustinen2015-08-271-17/+12
* Add DSA digest length checks.Dr. Stephen Henson2015-08-241-4/+14
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* RT3774: double-free in DSAMartin Vejnar2015-07-291-0/+1
* More secure storage of key material.Rich Salz2015-06-233-3/+4
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-12/+16
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1411-11/+11
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-13/+15
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-3/+3
* Use safer sizeof variant in mallocRich Salz2015-05-043-3/+3
* free null cleanup finaleRich Salz2015-05-013-12/+6
* free NULL cleanup 7Rich Salz2015-04-306-77/+41
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* free NULL cleanup 8Rich Salz2015-04-301-6/+3
* remove malloc castsRich Salz2015-04-282-2/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-4/+4
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-591/+0
* Simplify DSA public key handling.Dr. Stephen Henson2015-03-264-11/+11
* free NULL cleanupRich Salz2015-03-251-4/+2
* RAND_bytes updatesMatt Caswell2015-03-251-2/+2
* free NULL cleanupRich Salz2015-03-244-10/+6
* make dependDr. Stephen Henson2015-03-241-4/+4
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* free NULL cleanupRich Salz2015-03-241-4/+2
* Fix dsa_pub_encodeMatt Caswell2015-03-121-6/+8
* Cleanse PKCS#8 private key components.Dr. Stephen Henson2015-03-081-5/+5
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-274-54/+22
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-5/+1
* Remove obsolete uncomiled dsagen semi-testRich Salz2015-01-221-115/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2216-2787/+2783
* Move more comments that confuse indentMatt Caswell2015-01-221-13/+14
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-2/+2
* RT3548: Remove unsupported platformsRich Salz2015-01-121-8/+2
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-1/+13