aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* crypto/mem.c: on Windows, use rand() instead of random()Richard Levitte2017-06-281-0/+8
* UI_UTIL_wrap_read_pem_callback: make sure to terminate the string receivedRichard Levitte2017-06-281-1/+3
* Comment on the lack of documentation for asymmetric ciphersRichard Levitte2017-06-281-1/+22
* Adapt for BSD cryptodev.h differencesRichard Levitte2017-06-283-16/+70
* Add new /dev/crypto engineRichard Levitte2017-06-285-0/+630
* Add the common error ERR_R_OPERATION_FAILRichard Levitte2017-06-281-0/+1
* Fix return-value checks in OCSP_resp_get1_id()Benjamin Kaduk2017-06-271-1/+1
* Rename static global "lock" to "obj_lock"Rich Salz2017-06-261-14/+14
* Change to check last return value of BN_CTX_getPaul Yang2017-06-2616-84/+79
* Fix inaccurate comments in bn_prime.cPaul Yang2017-06-261-4/+2
* sha/asm/keccak1600-mmx.pl: optimize for Atom and add comparison data.Andy Polyakov2017-06-241-115/+126
* Add sha/asm/keccak1600-mmx.pl, x86 MMX module.Andy Polyakov2017-06-241-0/+429
* 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