aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-2822-15/+111
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-2823-21/+173
* ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov2016-10-242-32/+15
* bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov2016-10-241-1/+1645
* bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov2016-10-241-19/+24
* sha/asm/sha512-armv8.pl: adapt for kernel use.Andy Polyakov2016-10-241-15/+38
* x86_64 assembly pack: add Goldmont performance results.Andy Polyakov2016-10-2411-1/+14
* sha/keccak1600.c: add known answer and verify result with memcmp.Andy Polyakov2016-10-241-3/+83
* crypto/sha: add Keccak1600 primitives to build SHA-3 upon.Andy Polyakov2016-10-241-0/+281
* Fix support for DragonFly BSDjrmarino2016-10-224-6/+6
* 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