summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_def.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-28Funtion name with variable part in doc/man7/ and doc/internal/man3/Richard Levitte3-27/+44
2019-09-28Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)Richard Levitte31-226/+226
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood10-1/+517
2019-09-27OSSL_PARAM functions: change to allow the data field to be NULLRichard Levitte2-4/+45
2019-09-27OSSL_PARAM.pod: document the mechanism to figure out buffer sizesRichard Levitte1-0/+5
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb38-287/+4512
2019-09-27Reformat param description linesPauli23-126/+126
2019-09-27Make OSSL_PARAM descriptions uniformly formatted.Pauli5-35/+48
2019-09-26When building of modules is disabled, build the legacy provider into libcryptoRichard Levitte6-15/+40
2019-09-26Configure, build.info: make it possible to use variables in indexesRichard Levitte1-8/+21
2019-09-26Ensure man1 POD files start with openssl-Rich Salz3-0/+8
2019-09-26Missing else in cipher_hw_aes_ocb_generic_initkeyFangming.Fang1-1/+1
2019-09-25Use OSSL_PARAM types. Limits are explained in the description where appropri...Pauli1-3/+4
2019-09-25Use OSSL_PARAM types. Limits are explained in the description where appropri...Pauli3-12/+15
2019-09-25KDF section 3 clean upPauli1-1/+1
2019-09-25Use OSSL_PARAM types for MAC documentationPauli7-14/+21
2019-09-25Use OSSL_PARAM types for KDF documentationPauli5-10/+10
2019-09-25s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448Patrick Steuer20-76/+914
2019-09-25s390x assembly pack: cleanse only sensitive fieldsPatrick Steuer1-2/+2
2019-09-25s390x assembly pack: fix OPENSSL_s390xcap z15 cpu maskPatrick Steuer1-5/+5
2019-09-25s390x assembly pack: fix msa3 stfle bit detectionPatrick Steuer1-1/+1
2019-09-25Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTXMatt Caswell6-17/+49
2019-09-25Remove the engine parameter from the provider MAC documentationsPauli1-10/+0
2019-09-25Remove the engine parameter from the individual MAC documentationPauli3-6/+0
2019-09-25Remove engine param from EVP_KDF and EVP_MAC documentationPauli2-12/+4
2019-09-25Remove engine param from the settable listPauli3-3/+0
2019-09-25Remove engine param macros from wrapper APIsPauli2-8/+4
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