aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-21Implement SHA256 in the default providerMatt Caswell6-1/+90
2019-03-21Make EVP_Digest* functions provider awareMatt Caswell8-26/+246
2019-03-21Implement EVP_MD_fetch()Matt Caswell6-1/+164
2019-03-21Add a skeleton default providerMatt Caswell6-5/+127
2019-03-21fixed mismatching #ifdef cppShane Lontis1-4/+0
2019-03-20Reorganized signature-scheme detection in 'apps/s_cb.c:security_callback_debu...Lorinczy Zsigmond1-25/+81
2019-03-20OPENSSL_config(): restore error agnosticismRichard Levitte1-0/+1
2019-03-20Updated doc for BN_clear, BN_CTX_end when param is NULLShane Lontis2-0/+2
2019-03-20replace 'OpenSSL license' by 'Apache License 2.0'David von Oheimb11-11/+11
2019-03-20removed BN_clear NULL checksShane Lontis2-27/+66
2019-03-19Replumbing: Add a mechanism to pre-populate the provider storeRichard Levitte7-26/+111
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte6-19/+134
2019-03-19Update pkeyutl documentation about the digest optionMatt Caswell1-6/+5
2019-03-19Single step kdf implementationShane Lontis17-7/+2047
2019-03-19Move ASN1_BROKEN macrosRich Salz2-7/+6
2019-03-19EVP_PKEY_get0_engine documentationDmitry Belyavskiy1-1/+4
2019-03-19Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy3-0/+7
2019-03-19apps/speed.c: properly address NO_EC2M on systems without SIGALRMVitezslav Cizek1-30/+39
2019-03-19apps/speed.c: skip binary curves when compiling with OPENSSL_NO_EC2MVitezslav Cizek1-0/+6
2019-03-19Add documentation for the -sigopt option.Pauli4-4/+23
2019-03-19 Configure: untabify indentationDr. Matthias St. Pierre1-597/+597
2019-03-19Fix resource leak coverity 1443711.Pauli1-5/+4
2019-03-19Fix compiling error for mips32r6 and mips64r6Hua Zhang2-2/+2
2019-03-19Add missing '.text' in crypto/bn/asm/ppc.plRichard Levitte1-0/+1
2019-03-19Fix no-posix-ioRichard Levitte1-7/+2
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis16-54/+31
2019-03-19Fix strict-warnings build on FreeBSDBenjamin Kaduk1-1/+1
2019-03-19doc/man3/OSSL_PARAM_TYPE.pod: modify Example 2 to allow unspecified paramsRichard Levitte1-3/+11
2019-03-19Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb4-23/+113
2019-03-18Clear the point S before freeing in ec_scalar_mul_ladderBernd Edlinger1-1/+1
2019-03-18Clear the secret point in ecdh_simple_compute_keyBernd Edlinger1-1/+1
2019-03-18add 'Signature Value:' line and correct indentation when printing X.509 signa...David von Oheimb4-48/+54
2019-03-18update reference output of test_x509 in test/certs/cyrillic.*David von Oheimb2-4/+2
2019-03-18remove 'keyid:' when printing simple X509 authority keyID (without issuer and...David von Oheimb1-1/+1
2019-03-18remove needless empty lines when printing certificatesDavid von Oheimb9-20/+33
2019-03-18Add generic EVP method fetcherRichard Levitte4-1/+444
2019-03-18Replumbing: better reference counter control in ossl_method_construct()Richard Levitte2-13/+33
2019-03-18Replumbing: pass callback data to the algo destructor tooRichard Levitte2-3/+3
2019-03-18PPC assembly pack: fix copy-paste error in CTR modeDaniel Axtens1-2/+2
2019-03-18coverity fixes for bntest.cShane Lontis1-174/+212
2019-03-17EVP_PBE_scrypt() handles salt=NULL as salt=""Victor Stinner1-0/+4
2019-03-17test/params_api_test.c: fix size_t assumptionsRichard Levitte1-2/+2
2019-03-16Update to xenialBernd Edlinger1-49/+15
2019-03-15Configurations/windows-makefile.tmpl: small fixesRichard Levitte1-2/+2
2019-03-15Guard some SM2 functions with OPENSSL_NO_SM2Matt Caswell2-2/+4
2019-03-15trace: update the documentationDr. Matthias St. Pierre3-13/+78
2019-03-15trace: ensure correct groupingDr. Matthias St. Pierre2-10/+17
2019-03-15trace: don't leak the line prefixDr. Matthias St. Pierre3-22/+18
2019-03-15trace: rename the trace channel typesDr. Matthias St. Pierre1-7/+7
2019-03-15trace: remove some magic numbersDr. Matthias St. Pierre1-15/+22