summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-06-29Add the STORE moduleRichard Levitte
2017-06-29Make it possible to refer to ERR_R_UI_LIBRichard Levitte
2017-06-28crypto/mem.c: on Windows, use rand() instead of random()Richard Levitte
2017-06-28UI_UTIL_wrap_read_pem_callback: make sure to terminate the string receivedRichard Levitte
2017-06-28Comment on the lack of documentation for asymmetric ciphersRichard Levitte
2017-06-28Adapt for BSD cryptodev.h differencesRichard Levitte
2017-06-28Add new /dev/crypto engineRichard Levitte
2017-06-28Add the common error ERR_R_OPERATION_FAILRichard Levitte
2017-06-27Fix return-value checks in OCSP_resp_get1_id()Benjamin Kaduk
2017-06-26Rename static global "lock" to "obj_lock"Rich Salz
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-06-26Fix inaccurate comments in bn_prime.cPaul Yang
2017-06-24sha/asm/keccak1600-mmx.pl: optimize for Atom and add comparison data.Andy Polyakov
2017-06-24Add sha/asm/keccak1600-mmx.pl, x86 MMX module.Andy Polyakov
2017-06-22Fix OBJ_create() to tolerate a NULL sn and lnMatt Caswell
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss
2017-06-21sha/asm/sha512p8-ppc.pl: add POWER8 performance data.Andy Polyakov
2017-06-21Add Keccak-1600 modules for PPC64 and POWER8.Andy Polyakov
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell
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