summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-22805-181087/+182083
* Move more comments that confuse indentMatt Caswell2015-01-2218-47/+75
* ec/ecp_nistz256.c: further harmonization with latest rules.Andy Polyakov2015-01-221-48/+74
* Manually reformat aes_x86core.c and add it to the list of files skipped byMatt Caswell2015-01-221-514/+521
* crypto/ofb128.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* modes/ctr128.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* modes/cfb128.c: make it indent-friendly.Andy Polyakov2015-01-221-4/+8
* ec/ecp_nistz256.c: harmonize with latest indent script.Andy Polyakov2015-01-221-78/+82
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+1
* bn/bn_const.c: make it indent-friendly.Andy Polyakov2015-01-221-280/+418
* bn/asm/x86_64-gcc.cL make it indent-friendly.Andy Polyakov2015-01-221-10/+10
* bn/bn_asm.c: make it indent-friendly.Andy Polyakov2015-01-221-15/+15
* bn/bn_exp.c: make it indent-friendly.Andy Polyakov2015-01-221-7/+7
* Manually reformat aes_core.cMatt Caswell2015-01-221-400/+405
* Fix strange formatting by indentMatt Caswell2015-01-2216-78/+152
* modes/modes_lcl.h: make it indent-friendly.Andy Polyakov2015-01-221-31/+31
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-2219-184/+314
* modes/gcm128.c: make it indent-friendly.Andy Polyakov2015-01-221-162/+416
* modes/cts128.c: make it indent-friendly.Andy Polyakov2015-01-221-21/+36
* crypto/mem_dbg.c: make it indent-friendly.Andy Polyakov2015-01-221-3/+4
* More indent fixes for STACK_OFMatt Caswell2015-01-224-4/+4
* Fix indent issue with functions using STACK_OFMatt Caswell2015-01-222-4/+4
* Fix indent issue with engine.hMatt Caswell2015-01-221-1/+2
* crypto/cryptlib.c: make it indent-friendly.Andy Polyakov2015-01-221-2/+4
* bn/bntest.c: make it indent-friendly.Andy Polyakov2015-01-221-25/+27
* bn/bn_recp.c: make it indent-friendly.Andy Polyakov2015-01-221-8/+8
* bn/rsaz_exp.c: make it indent-friendly.Andy Polyakov2015-01-221-9/+13
* Fix source where indent will not be able to copeMatt Caswell2015-01-223-534/+1405
* Yet more commentsMatt Caswell2015-01-221-1/+1
* More commentsMatt Caswell2015-01-226-8/+13
* Further comment changes for reformat (master)Matt Caswell2015-01-2233-85/+118
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-1446-81/+81
* Add Broadwell performance results.Andy Polyakov2015-01-133-2/+11
* Remove use of BN_init, BN_RECP_CTX_init from bntestDr. Stephen Henson2015-01-131-212/+212
* Make output from openssl version -f consistent with previous versionsMatt Caswell2015-01-131-1/+1
* Fix warning where BIO_FLAGS_UPLINK was being redefined.Matt Caswell2015-01-131-1/+1
* Avoid deprecation problems in Visual Studio 13Matt Caswell2015-01-131-59/+2
* RT3548: Remove unsupported platformsRich Salz2015-01-1219-126/+62
* Allow multiple IDN xn-- indicatorsRich Salz2015-01-121-27/+8
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-129-90/+6
* RT478: Add uninstall make targetRich Salz2015-01-121-0/+2
* make updateMatt Caswell2015-01-121-6/+7
* Remove redundant DSO_METHOD_beos declaration in dso.h. BEOS support has beenMatt Caswell2015-01-121-3/+0
* Make build reproducibleKurt Roeckx2015-01-101-0/+4
* Fix build failure on Windows due to undefined cflags identifierMatt Caswell2015-01-081-1/+1
* Fix for CVE-2014-3570 (with minor bn_asm.c revamp).Andy Polyakov2015-01-084-676/+379
* Fix irix-cc build.Andy Polyakov2015-01-074-4/+4
* use correct function nameDr. Stephen Henson2015-01-061-1/+1
* RT3662: Allow leading . in nameConstraintsDr. Stephen Henson2015-01-061-1/+1
* Fix memory leak.Martin Brejcha2015-01-061-2/+10