summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix inverted test in previous. Commit message told what we intended, butmiod2015-07-151-2/+2
* Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0,miod2015-07-151-1/+3
* Avoid calling BN_CTX_end() on a context that wasn't started.doug2015-02-151-4/+4
* If we decide to discard the provided seed buffer because its size is notmiod2015-02-151-8/+6
* Coverity CID 21733 (unchecked allocation), 78823 (leak on error).miod2015-02-141-1/+6
* Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making thejsing2015-02-141-29/+213
* Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment.beck2015-02-111-1/+24
* get rid of OPENSSL_NO_CMS code we do not use.beck2015-02-111-24/+1
* Enable building with -DOPENSSL_NO_DEPRECATED.doug2015-02-111-1/+2
* Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so thatjsing2015-02-101-5/+53
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-9/+17
* Fix a number of issues relating to algorithms in signatures, Mostlybeck2015-01-281-2/+14
* Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2014-10-221-3/+3
* None of these need to include <openssl/rand.h>jsing2014-10-185-10/+5
* dsa_priv_decode(): only destroy the object we've created, and with themiod2014-07-131-3/+5
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-127-62/+36
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-1111-38/+41
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-105-7/+22
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-102-3/+7
* ASN1_STRING_free can handle NULL, so callers don't need to check. ok miodtedu2014-07-091-7/+4
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
* Make use of this wonderful modern C construct known as a `switch', instead ofmiod2014-07-091-11/+17
* KNFmiod2014-07-0911-906/+939
* hand-KNF macro the do { } while loopsderaadt2014-06-271-16/+20
* replace atoi() calls with strtol(). Follow the idiomatic pattern in ourderaadt2014-06-121-15/+35
* tags as requested by miod and teduderaadt2014-06-1214-11/+14
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-111/+0
* malloc() result does not need a cast.deraadt2014-06-072-2/+2
* more: no need to null check before free; ok guentherderaadt2014-05-301-1/+1
* more: no need for null check before freederaadt2014-05-301-2/+1
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-292-4/+0
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+1
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-222-6/+3
* Stop being a dummy... presumably these are left overs from pedantic modejsing2014-05-151-2/+0
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-273-98/+72
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-171-20/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-175-16/+16
* 1. RAND_seed is now DEPRECATEDderaadt2014-04-171-1/+0
* we don't use these files for buildingtedu2014-04-151-77/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-155-71/+0
* Moved to regress/lib/libcrypto.miod2014-04-151-259/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-132/+0
* resolve conflictsdjm2012-10-1310-46/+196
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-133-2/+52
|\
| * import OpenSSL-1.0.1cdjm2012-10-1312-45/+244
* | openssl-1.0.0e: resolve conflictsdjm2011-11-032-21/+2
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-031-0/+1
|\|
| * import OpenSSL 1.0.0edjm2011-11-033-21/+3
* | resolve conflicts, fix local changesdjm2010-10-0113-592/+298
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-014-0/+1152
|\|