aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* GH1546: Fix old names in cryptodev code.Rich Salz2016-10-211-2/+2
* Do not set load_crypto_strings_inited when OPENSSL_NO_ERR is definedMat2016-10-191-1/+1
* Add error checking, small nit on ouputFdaSilvaYY2016-10-191-2/+3
* Fix config option 'no-deprecated'Richard Levitte2016-10-191-0/+2
* Fix strict-warnings buildPatrick Steuer2016-10-181-0/+1
* Fix strict-warnings buildPatrick Steuer2016-10-182-6/+6
* Fix strict-warnings buildPatrick Steuer2016-10-181-1/+1
* Fix embedded string handling.Dr. Stephen Henson2016-10-174-9/+19
* Ensure we handle len == 0 in ERR_err_string_nMatt Caswell2016-10-151-0/+3
* Fix X509_NAME decode for malloc failures.Dr. Stephen Henson2016-10-111-17/+20
* Fix up bn_prime.pl formatting.David Benjamin2016-10-102-260/+259
* Remove trailing whitespace from some files.David Benjamin2016-10-1079-362/+362
* SRP code tidy.Dr. Stephen Henson2016-10-011-69/+17
* Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson2016-09-291-1/+2
* Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson2016-09-293-1/+204
* Add -Wswitch-enumRich Salz2016-09-227-31/+86
* Add OCSP_RESPID_match()Matt Caswell2016-09-221-1/+27
* Add the ability to set OCSP_RESPID fieldsMatt Caswell2016-09-221-10/+37
* Don't leak on an OPENSSL_realloc() failureMatt Caswell2016-09-211-10/+6
* rand/randfile.c: treat empty string in RAND_file_name as error.Andy Polyakov2016-09-211-1/+1
* rand/randfile.c: rationalize __OpenBSD__ code path.Andy Polyakov2016-09-211-5/+1
* rand/randfile.c: restore fallback to $HOME for non-setuid programs.Andy Polyakov2016-09-211-4/+6
* GH1555: Don't bump size on realloc failureRich Salz2016-09-211-1/+1
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-2/+2
* Fix a missing NULL check in dsa_builtin_paramgenMatt Caswell2016-09-211-0/+3
* Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell2016-09-191-34/+23
* Prevent overflows in stack APIGuido Vranken2016-09-191-8/+42
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-2/+2
* Remove an useless definition.FdaSilvaYY2016-09-171-1/+1
* Add some sanity checks around usage of t_fromb64()Matt Caswell2016-09-141-9/+27
* bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov2016-09-131-2/+2
* VMS: be less picky when loading DSOsRichard Levitte2016-09-111-9/+7
* Fix EC_KEY_print so it prints out private key informationTim Hudson2016-09-101-1/+1
* If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte2016-09-081-1/+5
* Fix mem leaks during auto-deinitMatt Caswell2016-09-085-0/+5
* chacha/asm/chacha-ppc.pl: add missing .text directive.Andy Polyakov2016-09-081-0/+1
* Avoid EVP_PKEY_cmp() crash on EC keys without public componentDavid Woodhouse2016-09-071-0/+4
* GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor2016-09-071-1/+1
* Misc BN fixesRich Salz2016-09-063-15/+23
* modes/asm/ghash-armv4.pl: improve interoperability with Android NDK.Andy Polyakov2016-09-031-1/+3
* MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov2016-09-0211-482/+608
* crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2016-08-312-3/+3
* Code cleanup UIRich Salz2016-08-311-20/+2
* Add ecp_nistz256-ppc64 module.Andy Polyakov2016-08-293-0/+2400
* perlasm/ppc-xlate.pl: recognize .type directive.Andy Polyakov2016-08-291-19/+53
* bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.Andy Polyakov2016-08-291-1/+1
* Remove comment tags from structs (coding style)Rich Salz2016-08-291-5/+5
* Use uppercase name for PCT_ enumRich Salz2016-08-292-16/+21
* Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-261-1/+1
* Windows: UTF-8 opt-in for command-line arguments and console input.Andy Polyakov2016-08-251-15/+17