aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell2017-06-221-1/+2
* Add OCSP_resp_get1_id() accessorSascha Steinbiss2017-06-211-1/+22
* sha/asm/sha512p8-ppc.pl: add POWER8 performance data.Andy Polyakov2017-06-211-0/+9
* Add Keccak-1600 modules for PPC64 and POWER8.Andy Polyakov2017-06-212-0/+1607
* Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell2017-06-211-0/+9
* Add TLSv1.3 client side external PSK supportMatt Caswell2017-06-211-0/+1
* Add sha/asm/keccak1600-c64x.plAndy Polyakov2017-06-211-0/+882
* Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson2017-06-212-10/+11
* Recognise Ed25519 in X509_certificate_typeDr. Stephen Henson2017-06-211-0/+3
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-2022-197/+22
* Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY2017-06-208-8/+282
* Fix typo (note by oneton@users.github)Rich Salz2017-06-206-6/+6
* Add RAND_UNIMPLEMENTED error codeRich Salz2017-06-203-0/+4
* Remove bsd_cryptodev engineRich Salz2017-06-195-2065/+2
* Fix the fall-out in 04-test_bioprint.tBernd Edlinger2017-06-191-2/+10
* Fix the error handling in ERR_get_state:Bernd Edlinger2017-06-191-3/+3
* Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger2017-06-171-40/+0
* Modify type of variable in OPENSSL_cpuid_setup functionkomainu82017-06-161-1/+1
* Allow the server to change the ciphersuite on resumeMatt Caswell2017-06-161-0/+1
* Add sha/asm/keccak1600-armv8.pl.Andy Polyakov2017-06-151-0/+653
* Standardize Levitte's dual-licenseRich Salz2017-06-158-2/+28
* Correct Oracle copyrights & clarify.Pauli2017-06-153-12/+3
* Remove OLD_STR_TO_KEY compile optionRich Salz2017-06-141-20/+0
* Fix possible crash in X931 code.Bernd Edlinger2017-06-142-2/+8
* Fix another possible crash in rsa_ossl_mod_exp.Bernd Edlinger2017-06-141-0/+2
* Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger2017-06-141-0/+2
* Fix crash in ecdh_simple_compute_key.Bernd Edlinger2017-06-141-0/+4
* Fix a possible crash in the error handling.Bernd Edlinger2017-06-131-0/+12
* Fix a memleak in ec_copy_parameters.Bernd Edlinger2017-06-131-2/+6
* perlasm/ppc-xlate.pl: add PowerISA 3.0B instructions.Andy Polyakov2017-06-131-2/+28
* Put message strings in state filesRich Salz2017-06-124-2473/+2543
* Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger2017-06-121-2/+10
* improve comment: use "optimization" for clarityJosh Soref2017-06-111-2/+2
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-113-19/+141
* Remove needless type casting.Rich Salz2017-06-101-2/+2
* Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk2017-06-091-4/+8
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-092-2/+2
* Fix a read off the end of the input bufferRich Salz2017-06-081-2/+2
* sha/asm/keccak1600-armv4.pl: switch to more efficient bit interleaving algori...Andy Polyakov2017-06-081-119/+260
* sha/keccak1600.c: switch to more efficient bit interleaving algorithm.Andy Polyakov2017-06-081-43/+95
* Fix #340: Parse ASN1_TIME to struct tmTodd Short2017-06-081-8/+15
* make error tables const and separate header fileRich Salz2017-06-0731-2495/+5391
* Add a lock around the OBJ_NAME tableRich Salz2017-06-074-51/+112
* sha/asm/keccak1600-armv4.pl: add NEON code path.Andy Polyakov2017-06-061-20/+530
* sha/asm/keccak1600-armv4.pl: add SHA3_absorb and SHA3_squeeze.Andy Polyakov2017-06-061-50/+319
* sha/asm/keccak1600-armv4.pl: optimization based on profiler feedback.Andy Polyakov2017-06-061-80/+80
* Add sha/asm/keccak1600-armv4.pl.Andy Polyakov2017-06-061-0/+532
* sha/keccak1600.c: add #ifdef KECCAK1600_ASM.Andy Polyakov2017-06-051-0/+7
* sha/keccak1600.c: reduce temporary storage utilization even futher.Andy Polyakov2017-06-051-47/+46
* sha/keccak1600.c: add another 1x variant.Andy Polyakov2017-06-051-0/+144