summaryrefslogtreecommitdiff
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 11Rich Salz2015-05-017-16/+8
* free null cleanup finaleRich Salz2015-05-0111-74/+40
* free NULL cleanup 7Rich Salz2015-04-305-94/+39
* free cleanup almost the finaleRich Salz2015-04-302-12/+5
* remove malloc castsRich Salz2015-04-282-2/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-164-52/+55
* Initialize variableEmilia Kasper2015-04-151-1/+1
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-312-12/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-1437/+0
* Initialised 'ok' and redo the logic.Richard Levitte2015-03-301-4/+4
* free NULL cleanupRich Salz2015-03-282-6/+4
* free NULL cleanup.Rich Salz2015-03-251-3/+1
* free NULL cleanupRich Salz2015-03-252-12/+6
* Fix return checks in GOST engineMatt Caswell2015-03-256-71/+279
* Fix misc NULL derefs in sureware engineMatt Caswell2015-03-251-11/+16
* free NULL cleanupRich Salz2015-03-244-13/+6
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-241-2/+2
* Fix null-pointer dereferenceEdgar Pek2015-02-221-2/+2
* Transfer a fix from 1.0.1Richard Levitte2015-02-131-0/+4
* Remove X509_PAIRRich Salz2015-02-061-1/+0
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-3/+4
* Build correctly for me on FreeBSD 10.Ben Laurie2015-01-301-0/+1
* Dead code removal #if 0 enginesRich Salz2015-01-304-124/+0
* VMS adjustments:Richard Levitte2015-01-301-15/+9
* Make output consistency: remove blank lineRich Salz2015-01-291-1/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-292-8/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-2/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-222-18/+18
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-120/+120
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2263-17053/+17097
* Move more comments that confuse indentMatt Caswell2015-01-223-5/+12
* Fix strange formatting by indentMatt Caswell2015-01-222-14/+14
* engines/e_ubsec.c: make it indent-friendly.Andy Polyakov2015-01-221-17/+26
* More commentsMatt Caswell2015-01-221-2/+4
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* For master windows build dsa.h is now needed.Dr. Stephen Henson2015-01-131-0/+1
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-122-2/+0
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-3010-68/+92
* Rename gost2814789t.c to gost2814789test.c. The old name caused problemsMatt Caswell2014-12-162-1/+1
* make updateMatt Caswell2014-12-111-10/+12
* capi_ctrl, capi_vtrace: check for NULL after allocating and free itKurt Roeckx2014-12-103-1/+16
* Disable engines that will fail to build when bn is made opaqueMatt Caswell2014-12-081-132/+4
* Fix broken buildEmilia Kasper2014-12-054-3/+4
* Replace GOST_R_MALLOC_FAILURE and GOST_R_NO_MEMORY with ERR_R_MALLOC_FAILUREKurt Roeckx2014-12-046-13/+9
* capi_get_provname: Check return valuesKurt Roeckx2014-12-041-6/+12
* capi_get_key: check for NULL after allocating keyJonas Maebe2014-12-041-0/+2
* capi_cert_get_fname: check for NULL after allocating wfnameJonas Maebe2014-12-041-0/+2
* capi_get_provname: free name on error if it was malloc'edJonas Maebe2014-12-041-0/+2
* pkey_gost_mac_keygen: check for NULL after allocating keydataJonas Maebe2014-12-041-0/+2