aboutsummaryrefslogtreecommitdiffstats
path: root/engines
Commit message (Expand)AuthorAgeFilesLines
* 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
* pkey_gost_ctrl: check for NULL after allocating pctx->shared_ukmJonas Maebe2014-12-041-0/+5
* Remove all .cvsignore filesRich Salz2014-11-282-15/+0
* RT3544: Remove MWERKS supportRich Salz2014-09-241-12/+0
* RT3271 update; extra; semi-colon; confuses; some;Rich Salz2014-09-101-1/+1
* RT3271: Don't use "if !" in shell linesRich Salz2014-09-092-8/+8
* RT2513: Fix typo's paramter-->parameterMartin Olsson2014-08-191-2/+2
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-1/+1
* pub_decode_gost94, pub_decode_gost01: check for NULL after allocating databuf...Jonas Maebe2014-08-172-0/+38
* Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz2014-08-091-1/+1
* Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz2014-08-081-1/+1
* Don't call setenv in gost2814789t.cDr. Stephen Henson2014-07-241-4/+0