summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TEST: Add test recipe and help program to test BIO_f_prefix()Richard Levitte2019-12-1810-1/+344
* EVP: Adapt EVP_PKEY_print_ routines to use BIO_f_prefix()Richard Levitte2019-12-181-41/+69
* ASN1: Adapt ASN.1 output routines to use BIO_f_prefix()Richard Levitte2019-12-181-24/+38
* APPS & TEST: Adapt to use the new BIO_f_prefix()Richard Levitte2019-12-186-218/+7
* BIO: Add BIO_f_prefix(), a text line prefixing filterRichard Levitte2019-12-186-1/+293
* crypto/bio/build.info: split the source files in categoriesRichard Levitte2019-12-181-5/+15
* Fix unwind info for some trivial functionsBernd Edlinger2019-12-181-0/+16
* Fix build when enabling mdebug options.Rich Salz2019-12-181-8/+18
* Cleanup legacy digest methods.Shane Lontis2019-12-1816-330/+288
* apps/speed.c: Fix eddsa sign and verify output with -multi optionSaritha2019-12-171-0/+1
* EVP: make it possible to init EVP_PKEY_CTX with provided EVP_PKEYRichard Levitte2019-12-171-1/+18
* Update the HISTORY entry for RSA_get0_pss_params()Matt Caswell2019-12-161-0/+2
* Test that EVP_PKEY_set1_DH() correctly identifies the DH typeMatt Caswell2019-12-161-0/+38
* Ensure EVP_PKEY_set1_DH detects X9.42 keysMatt Caswell2019-12-161-1/+3
* Return 1 when openssl req -addext kv is duplicatedkinichiro2019-12-161-3/+6
* Deprecated crypto-mdebug-backtraceRich Salz2019-12-141-1/+1
* Deprecate most of debug-memoryRich Salz2019-12-1428-775/+114
* Parse large GOST ClientKeyExchange messagesDmitry Belyavskiy2019-12-131-31/+38
* Remove CRYPTO_secure_allocated from util/missingcrypto111.txtRichard Levitte2019-12-131-1/+0
* Add better support for using deprecated symbols internallyRichard Levitte2019-12-136-10/+44
* test/namemap_internal_test.c: use "cookie" instead of "foo"...Richard Levitte2019-12-131-1/+1
* Check return value after loading config filekinichiro2019-12-132-3/+6
* mac poly1305: add missing NULL check in new function.Pauli2019-12-131-1/+2
* mac siphash: add missing NULL check on context creationPauli2019-12-131-1/+2
* Various missing-link fixesRich Salz2019-12-125-9/+8
* PROV: Move AES_GCM specialisation away from common cipher headerRichard Levitte2019-12-124-34/+45
* PROV: Move AES_CCM specialisation away from common cipher headerRichard Levitte2019-12-125-42/+51
* chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb2019-12-1239-110/+2963
* rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre2019-12-123-17/+25
* Add support for otherName:NAIRealm in outputJan-Frederik Rieckers2019-12-116-5/+29
* Enrich arm64 tests in Travis matrixFangming.Fang2019-12-111-2/+26
* Fix docs for CRYPTO_secure_allocatedRich Salz2019-12-112-1/+4
* Fix some typosVeres Lajos2019-12-1154-71/+71
* Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian2019-12-116-2/+855
* More testing for sign/verify through `dgst` and `pkeyutl`Nicola Tuveri2019-12-112-1/+208
* More testing for CLI usage of Ed25519 and Ed448 keysNicola Tuveri2019-12-116-15/+97
* Configure: use ELFv2 ABI on some ppc64 big endian systemsAndy Polyakov2019-12-111-3/+7
* crypto/perlasm/ppc-xlate.pl: add linux64v2 flavourAndy Polyakov2019-12-111-4/+4
* Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte2019-12-1134-38/+40
* Remove handling of outdated macro'sRich Salz2019-12-103-27/+3
* Configuration: compute openssl_other_defines and related info laterRichard Levitte2019-12-101-44/+46
* Disable devcryptoeng on newer OpenBSD versionsRichard Levitte2019-12-101-0/+15
* test/memleaktest.c: Modify for use with address/leak sanitizerRichard Levitte2019-12-102-25/+32
* Use leak sanitizer instead of internal mdebug to check for memory leaksRichard Levitte2019-12-101-1/+1
* Move U64 macro from sha.h to sha512.cavas2019-12-102-3/+8
* apps/speed: replace list of #define by enums declarations.FdaSilvaYY2019-12-091-128/+81
* apps/speed: factorize ec test curves declarationsFdaSilvaYY2019-12-091-78/+71
* apps/speed: improve sm2 failure code.FdaSilvaYY2019-12-091-62/+30
* apps/speed: simplify 'doit' action flag management code.FdaSilvaYY2019-12-091-84/+81
* apps/speed: initialize key material only when its algo is selected.FdaSilvaYY2019-12-091-50/+40