aboutsummaryrefslogtreecommitdiff
path: root/demos/engines
AgeCommit message (Expand)AuthorFilesLines
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz2-8/+8
2015-10-23Fix typosAlessandro Ghedini1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz3-66/+43
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-2/+2
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-05-01free NULL cleanup 11Rich Salz3-9/+3
2015-05-01free null cleanup finaleRich Salz1-6/+3
2015-04-30free NULL cleanup 7Rich Salz1-6/+4
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz2-4/+1
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz1-52/+0
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell1-8/+8
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell15-3820/+3850
2015-01-22Move more comments that confuse indentMatt Caswell1-2/+4
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-2/+2
2015-01-22More commentsMatt Caswell1-1/+2
2015-01-22Further comment changes for reformat (master)Matt Caswell1-2/+2
2014-11-28Remove all .cvsignore filesRich Salz4-32/+0
2014-09-08RT2600: Change Win line-endings to Unix.Rich Salz1-920/+920
2014-08-17engine_md_copy: check for NULL after allocating to_md->HashBufferJonas Maebe1-0/+2
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-2/+2
2009-05-15Functional VMS changes submitted by sms@antinode.info (Steven M. Schweda).Richard Levitte1-7/+27
2008-04-18Add missing 'extern "C" {' to some _err.h files in crypto/engines/Lutz Jänicke3-0/+12
2006-02-15fix typosNils Larsch1-2/+2
2005-04-30From branch OpenSSL_0_9_7-stable, 2002-11-13 15:30:Richard Levitte3-3/+12
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte4-0/+8
2004-08-11Stupid casts...Richard Levitte1-3/+3
2003-06-11Typo.Richard Levitte1-1/+1
2002-11-13Make internal functions static.Richard Levitte1-22/+22
2002-11-13Name the flag files correctly.Richard Levitte1-2/+2
2002-10-24There's a name clash between OpenSSL and RSAref. Since this engine handlesRichard Levitte1-4/+7
2002-10-10Add a few more target platforms, to see how well the shared libraryRichard Levitte1-0/+16
2002-08-13Some files deserve to be ignoredRichard Levitte3-0/+12
2002-08-13Merge in demo engines from 0.9.7-stable.Richard Levitte19-1/+4866
2002-08-01Add the CBC flag for cbc ciphersRichard Levitte1-3/+3
2001-11-16Build dynamic rsaref engine on VMS. Tested on VAX so far.Richard Levitte1-0/+85
2001-11-15make updateRichard Levitte2-0/+6
2001-11-15Add MD digests.Richard Levitte1-7/+138
2001-11-15Add DES functions.Richard Levitte1-6/+224
2001-11-15Use the generated error code files.Richard Levitte1-91/+5
2001-11-15'make update' + some touches.Richard Levitte2-0/+264
2001-11-15Add targets to update the error code files.Richard Levitte1-1/+30
2001-11-15Add a local error code configuration file for the rsaref dynamicRichard Levitte1-0/+8
2001-11-14Make use of RSAref's header files instead of EAY's crafted rsaref.h.Richard Levitte2-206/+24
2001-11-14In a Debian Linux environment, it's not a good idea, apparently, toRichard Levitte1-1/+1
2001-11-14Add a demo that reimplements the RSAref glue in form of a dynamicallyRichard Levitte5-0/+725