summaryrefslogtreecommitdiffstats
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-25Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli2-6/+3
2019-09-25Add rc4 cipher to default providerShane Lontis10-33/+228
2019-09-24DOC: fix documentation of som EVP_MD_CTX functionsRichard Levitte1-3/+3
2019-09-24Fix bugs in "info" commands flagsRich Salz2-14/+10
2019-09-24fix for dsa key size feature request issue: pkey -text or -text_pub should sh...jayaram1-0/+7
2019-09-24Support printing out some otherName variantsDmitry Belyavskiy6-8/+83
2019-09-23Add SSKDF test vectors from RFC 8636Simo Sorce1-0/+20
2019-09-23Update new TLS version options to s_time man pageraja-ashok1-12/+10
2019-09-23Add TLS version options to s_timeraja-ashok1-2/+33
2019-09-23Rework cipher / digest fetching for legacy nids with multiple name supportRichard Levitte4-20/+81
2019-09-23include/openssl/macros.h: better OPENSSL_FUNC fallbackRichard Levitte1-4/+6
2019-09-23Add des ciphers to default providerShane Lontis11-48/+465
2019-09-21Note that the mac command is preferrable to the MAC command line options.Pauli1-0/+16
2019-09-21Configure: add missing dependency to fix parallel builds on WindowsDr. Matthias St. Pierre1-0/+1
2019-09-21Use the correct maximum indentKurt Roeckx1-2/+2
2019-09-20include/openssl/macros.h: Rework OPENSSL_FUNC for div C standardsRichard Levitte1-8/+24
2019-09-20Remove name string from PROV_CIPHER and PROV_DIGESTRichard Levitte2-24/+0
2019-09-20Refactor SSKDF to create the MAC contexts earlyRichard Levitte1-53/+32
2019-09-20Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utilityRichard Levitte4-52/+127
2019-09-20Add aes_wrap cipher to providersShane Lontis7-4/+292
2019-09-20Fix missing bn_mul_mont symbol in solaris fips moduleShane Lontis1-6/+0
2019-09-20Move gcm decryption tag check higher up in the callstackShane Lontis2-3/+4
2019-09-20Exit non-zero if find-doc-nits finds nitsRich Salz2-99/+101
2019-09-19Avoid ?: construct in XXXerr callsRich Salz3-13/+14
2019-09-19Add merge-err-lines scriptRich Salz2-6/+31
2019-09-19Deprecate XXXerr() macrosRich Salz2-82/+91