summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell
2017-06-21Add sha/asm/keccak1600-c64x.plAndy Polyakov
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson
2017-06-21Recognise Ed25519 in X509_certificate_typeDr. Stephen Henson
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-20Declare a new x509v3 extension: x509ExtAdmissionFdaSilvaYY
2017-06-20Fix typo (note by oneton@users.github)Rich Salz
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz
2017-06-19Remove bsd_cryptodev engineRich Salz
2017-06-19Fix the fall-out in 04-test_bioprint.tBernd Edlinger
2017-06-19Fix the error handling in ERR_get_state:Bernd Edlinger
2017-06-17Remove a pointless "#if 0" block from BN_mul.Bernd Edlinger
2017-06-16Modify type of variable in OPENSSL_cpuid_setup functionkomainu8
2017-06-16Allow the server to change the ciphersuite on resumeMatt Caswell
2017-06-15Add sha/asm/keccak1600-armv8.pl.Andy Polyakov
2017-06-15Standardize Levitte's dual-licenseRich Salz
2017-06-15Correct Oracle copyrights & clarify.Pauli
2017-06-14Remove OLD_STR_TO_KEY compile optionRich Salz
2017-06-14Fix possible crash in X931 code.Bernd Edlinger
2017-06-14Fix another possible crash in rsa_ossl_mod_exp.Bernd Edlinger
2017-06-14Fix a possible crash in dsa_builtin_paramgen2.Bernd Edlinger
2017-06-14Fix crash in ecdh_simple_compute_key.Bernd Edlinger
2017-06-13Fix a possible crash in the error handling.Bernd Edlinger
2017-06-13Fix a memleak in ec_copy_parameters.Bernd Edlinger
2017-06-13perlasm/ppc-xlate.pl: add PowerISA 3.0B instructions.Andy Polyakov
2017-06-12Put message strings in state filesRich Salz
2017-06-12Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger
2017-06-11improve comment: use "optimization" for clarityJosh Soref
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-10Remove needless type casting.Rich Salz
2017-06-09Fix memory leaks in CTLOG_new_from_base64Benjamin Kaduk
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-06-08Fix a read off the end of the input bufferRich Salz
2017-06-08sha/asm/keccak1600-armv4.pl: switch to more efficient bit interleaving algori...Andy Polyakov
2017-06-08sha/keccak1600.c: switch to more efficient bit interleaving algorithm.Andy Polyakov
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short
2017-06-07make error tables const and separate header fileRich Salz
2017-06-07Add a lock around the OBJ_NAME tableRich Salz
2017-06-06sha/asm/keccak1600-armv4.pl: add NEON code path.Andy Polyakov
2017-06-06sha/asm/keccak1600-armv4.pl: add SHA3_absorb and SHA3_squeeze.Andy Polyakov
2017-06-06sha/asm/keccak1600-armv4.pl: optimization based on profiler feedback.Andy Polyakov
2017-06-06Add sha/asm/keccak1600-armv4.pl.Andy Polyakov
2017-06-05sha/keccak1600.c: add #ifdef KECCAK1600_ASM.Andy Polyakov
2017-06-05sha/keccak1600.c: reduce temporary storage utilization even futher.Andy Polyakov
2017-06-05sha/keccak1600.c: add another 1x variant.Andy Polyakov
2017-06-05sha/keccak1600.c: add ARM-specific "reference" tweaks.Andy Polyakov
2017-06-05ec/asm/ecp_nistz256-x86_64.pl: minor sqr_montx cleanup.Andy Polyakov
2017-06-02Fix ex_data and session_dup issuesTodd Short
2017-06-02Left shift of a negative number is undefined behaviourMatt Caswell
2017-05-31Only release thread-local key if we created it.Rich Salz