summaryrefslogtreecommitdiffstats
path: root/providers/default (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-26Include mac_meth and mac_lib in the FIPS providerPauli1-2/+2
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis61-482/+1443
2019-08-25Fix Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code).Shane Lontis1-1/+2
2019-08-24Update EVP_MAC.podRichard Levitte1-11/+7
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte18-122/+98
2019-08-24Remove MAC cruftRichard Levitte2-37/+0
2019-08-24Add app for fips installationShane Lontis9-38/+709
2019-08-24Avoid overflowing FDSET when using select(2).Pauli1-1/+1
2019-08-23test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte1-7/+7
2019-08-23crypto/bn/build.info: define OPENSL_IA32_SSE2 globally when neededRichard Levitte1-1/+1
2019-08-23Configure: Allow 'DEFINE[]=def'Richard Levitte1-15/+24
2019-08-22Deprecate unprefixed manual entries for openssl commandsDr. Matthias St. Pierre54-208/+442
2019-08-22openssl dgst, openssl enc: check for end of inputRichard Levitte2-2/+2
2019-08-22Support parsing of SM2 ID in hexdecimalPaul Yang4-3/+39
2019-08-22Add basic aria and camellia ciphers modes to default providerShane Lontis48-1796/+2650
2019-08-22Fix drbg_ossl_ctx_free() and drbg_nonce_ossl_ctx_free() to handle NULLRichard Levitte1-0/+6
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte7-29/+47
2019-08-22Modify ossl_method_store_add() to handle reference countingRichard Levitte5-14/+20
2019-08-21Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()Richard Levitte2-2/+2
2019-08-21Constify param builder string functions.Pauli3-6/+6
2019-08-20Correct documented return value for BIO_get_mem_data()Johannes1-1/+4
2019-08-20Start up DEVRANDOM entropy improvement for older Linux devices.Pauli3-6/+139
2019-08-20prevent endless recursion when trace API is used within OPENSSL_init_crypto()Dr. David von Oheimb3-13/+16
2019-08-20cleanup provider digestsShane Lontis21-385/+314
2019-08-20Add aes_ccm to providerShane Lontis18-95/+1238
2019-08-19Get rid of using deprecated function isasciiDmitry Belyavskiy1-1/+1
2019-08-19Add a fallback definition for __NR_getrandom for x86 linuxBernd Edlinger1-0/+4
2019-08-19Use macros internally for algorithm namesRichard Levitte7-11/+25
2019-08-19doc: fix link in BN_new.podMykola Baibuz1-2/+2
2019-08-19Untangle / retangle opensslv.h, openssslconf.h and macros.hRichard Levitte3-10/+9
2019-08-19Add a fallback definition for __NR_getrandom for ARM linuxBernd Edlinger1-0/+7
2019-08-19cipher cleanups.Shane Lontis10-228/+479
2019-08-19Add fips provider code for handling self test dataShane Lontis9-8/+225
2019-08-19Use WARNINGS heading not WARNINGRich Salz9-9/+10
2019-08-19Use EXAMPLES not EXAMPLE for section titleRich Salz44-49/+47
2019-08-19Fix some pod-page ordering nitsRich Salz5-51/+52
2019-08-18Fix --strict-warnings buildPatrick Steuer1-1/+1
2019-08-18Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer1-0/+22
2019-08-18Directly return from final sha3/keccak_final if no bytes are requestedPatrick Steuer2-2/+7
2019-08-18.travis.yml: Use travis_terminate on failureRich Salz1-7/+12
2019-08-17Fix error handling in X509_chain_up_refBernd Edlinger1-1/+9
2019-08-17Windows UWP builds: determine automatically if asm should be disabledRichard Levitte1-4/+28
2019-08-16Fix 9bf682f which broke nistp224_methodPatrick Steuer1-1/+1
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte26-158/+158
2019-08-16Ignore function code collisionsRich Salz1-2/+0
2019-08-15Re-implement 'openssl list -mac-algorithms'Richard Levitte1-15/+44
2019-08-15Implement EVP_MAC_do_all_ex()Richard Levitte4-2/+27
2019-08-15Add EVP_MAC_provider()Richard Levitte3-1/+14
2019-08-15Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}Richard Levitte3-10/+10
2019-08-15OSSL_PARAM_construct_from_text(): handle non-hex octet string inputRichard Levitte1-0/+2