aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Multiple verifier reference identities.Adam Langley3-10/+97
2015-02-13Add sk_deep_copy and its macro.Adam Langley2-0/+31
2015-02-13X509_check_mumble() failure is <= 0, not just 0.Adam Langley1-3/+3
2015-02-13Drop hostlen from X509_VERIFY_PARAM_ID.Adam Langley4-8/+6
2015-02-13Fix more memory leaks on malloc failure.David Benjamin2-0/+4
2015-02-11Add in missing curly braces part 3.David Benjamin22-153/+277
2015-02-11Add in missing curly braces part 2.David Benjamin9-404/+515
2015-02-11Fix standalone build on Win64.David Benjamin1-0/+2
2015-02-11Reset all the error codes.David Benjamin21-3261/+2459
2015-02-11Fix cross-module errors.David Benjamin5-652/+708
2015-02-11Add in missing curly braces part 1.David Benjamin20-260/+420
2015-02-11Fix some function parameters in OPENSSL_PUT_ERROR.David Benjamin1-16/+20
2015-02-10Split error string data across multiple lines.David Benjamin2-4/+1482
2015-02-10Make err_data_generate.go reproducible.David Benjamin2-1528/+1529
2015-02-10Remove more bits of ERR_STRING_DATA.Adam Langley5-41/+46
2015-02-09Precompute sorted array for error strings.Adam Langley71-1721/+3547
2015-02-10Fix memory leak on malloc failure.David Benjamin1-12/+17
2015-02-09Fix some unchecked mallocs.David Benjamin3-0/+12
2015-02-06Fix memory-leak in evp_test.Adam Langley1-0/+3
2015-02-06Remove support for dynamic METHODs.Adam Langley1-30/+12
2015-02-03Don't probe for NEON with SIGILL on aarch64.Adam Langley2-7/+18
2015-02-03Don't accept tag number 31 (long form identifier octets) in CBB_add_asn1.Doug Hogan1-0/+5
2015-02-02Move free from cbb_init() to only CBB_init().Doug Hogan1-2/+6
2015-02-03Don't assume alignment of ChaCha key on ARM.Adam Langley2-87/+83
2015-02-02Fix patch collision of d062c8af and 2b2d66d4.Adam Langley1-0/+1
2015-02-02Fix AES-256 NIDs.Adam Langley1-7/+7
2015-02-02Probe for NEON support if getauxval is missing.Adam Langley3-1/+97
2015-02-02Remove string.h from base.h.Adam Langley133-7/+211
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith21-217/+233
2015-01-30Fix misleading comment.Douglas Katzman1-1/+1
2015-01-30Add a script to generate the ChaCha ARM asm.Adam Langley2-2/+151
2015-01-30Another fix for the regenerated chacha_vec_arm.S.Adam Langley1-0/+2
2015-01-29Convert latin-1 files to UTF-8.Adam Langley3-3/+3
2015-01-29Test HMAC_CTX initial state and remove now unneccessary code.David Benjamin2-20/+67
2015-01-29Update the command line for generating the ChaCha asm.Adam Langley1-1/+1
2015-01-29Don't require alignment in ChaCha20 on ARM.Adam Langley3-776/+1319
2015-01-29Define WIN32_LEAN_AND_MEAN in the build system, not in the code.Brian Smith10-10/+0
2015-01-28Change CMakeLists.txt to two-space indent.Adam Langley38-627/+627
2015-01-28Add unit-tests for PBKDF2.Eric Roman2-0/+185
2015-01-28Honor the standard BUILD_SHARED_LIBS cmake variable.David Benjamin1-1/+0
2015-01-28Revert "Add a test for CONF_parse_list."David Benjamin2-137/+0
2015-01-28Clean up use of Windows Platform SDK headers.Brian Smith11-3/+16
2015-01-28Initialize HMAC keys to zero.Eric Roman1-0/+11
2015-01-27Run x86 perlasm on UNIX with -fPIC.David Benjamin1-1/+7
2015-01-27Fix buffer size in aead_test.c.David Benjamin1-7/+9
2015-01-27Fix unused variable warning in OPENSSL_NO_ASM build.David Benjamin1-26/+0
2015-01-26Add a test for CONF_parse_list.David Benjamin2-0/+137
2015-01-26Remove duplication of common DH parameters.Adam Langley1-149/+104
2015-01-26Remove unused modexp512-x86_64.pl.David Benjamin2-1499/+0
2015-01-26Fix segfault with empty fields as last in the config.David Benjamin2-8/+16