summaryrefslogtreecommitdiffstats
path: root/FAQ (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03OSSL_STORE: constify the criterion parameter a bit moreRichard Levitte3-6/+7
2019-11-03Change EVP_PKEY_CTX_new_provided() to take a library context too.Richard Levitte4-13/+33
2019-11-03Make EVP_PKEY_CTX initialization more preciseRichard Levitte1-1/+17
2019-11-03Fix --strict-warnings buildPatrick Steuer1-2/+2
2019-11-03s390x assembly pack: enable clang buildPatrick Steuer4-33/+33
2019-11-03doc/man3/OSSL_PARAM.pod: Clarify return_size with integer typesRichard Levitte1-6/+18
2019-11-03test/params_api_test.c: Correct the checks of OSSL_PARAM_set_BN()Richard Levitte1-1/+1
2019-11-03Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.Richard Levitte1-2/+5
2019-11-03test/build.info: add missing inclusion for ssl_ctx_testRichard Levitte1-1/+1
2019-11-02VMS: Added new method to gather entropy on VMS, based on SYS$GET_ENTROPY.Richard Levitte2-10/+93
2019-11-02Add test cases for min/max protocol APIChristian Heimes2-1/+81
2019-11-02Configure: Make --strict-warnings meaningful with MSVC clRichard Levitte3-7/+19
2019-11-02BIO_s_connect: add an error state and use itRichard Levitte1-1/+8
2019-11-02DRBG: add check for XOF so these can be disallowed by the DRBGsPauli2-0/+5
2019-11-02DRBG: weaken the restriction on allowed digests.Pauli2-52/+6
2019-11-01s390x: fix build errorsPatrick Steuer1-0/+3
2019-11-01fix for Missing null check after OPENSSL_zallocjayaram1-1/+5
2019-11-01md4/md5: macros should not include the line following themPatrick Steuer2-2/+2
2019-11-01Fix potential memory leak in dh_ameth.cScott Wilson1-0/+1
2019-10-31Fix L<> entries without sectionsRich Salz31-43/+60
2019-10-31Infrastructure for templated doc in POD filesRich Salz34-292/+571
2019-10-31evp_pkey_ctx_free_old_ops(): Make sure to assign NULL to freed pointersRichard Levitte1-0/+4
2019-10-31Fix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENUMERATED_set_int64Jakub Zelenka1-2/+2
2019-10-31[crypto/bn] fix a few small timing leaks in BN_lshift1 and BN_rshift1Billy Brumley1-13/+10
2019-10-31Fix typo in cipher_chacha20_poly1305_hw.c.Kelvin Lee1-1/+1
2019-10-31Fix find/rm command in Unix clean recipeTanzinul Islam1-2/+2
2019-10-31Don't generate a MAC when using KTLS.John Baldwin1-1/+1
2019-10-31Fix BIO_get_ktls_send() and BIO_get_ktls_recv() to work again.John Baldwin1-4/+2
2019-10-31Simplify NO_KTLS path in SSL_sendfile.John Baldwin1-9/+5
2019-10-31Bypass multiblock and send individual records when using KTLS.Andrew Gallatin1-0/+1
2019-10-31Add support for in-kernel TLS (KTLS) on FreeBSD.Andrew Gallatin4-2/+156
2019-10-31crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVPRichard Levitte2-82/+82
2019-10-31KDF: use string names not macros to align with other algorithms.Pauli2-15/+15