summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-05-29ssl: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-29test: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-29rand: add a strength argument to the BN and RAND RNG callsPauli
2021-05-29doc: document the strength arugments to the RNG functionsPauli
2021-05-29Make undef'd counts zero by default.Rich Salz
2021-05-29ec: Add PPC64 vector assembly version of p521 field operationsAmitay Isaacs
2021-05-29ec: Add run time code selection for p521 field operationsMartin Schwenke
2021-05-29ec: Rename reference p521 field operations and use them via macrosMartin Schwenke
2021-05-29perlasm/ppc-xlate.pl: Handle rewriting of vector registersMartin Schwenke
2021-05-29BIO acpt_state(): Allow retrying addresses (e.g., using IPv6 vs. IPv4) on cre...Dr. David von Oheimb
2021-05-29BIO_s_accept.pod: Add missing documentation for BIO_{get,set}_accept_ip_family()Dr. David von Oheimb
2021-05-29apps/ocsp: Allow -port 0Dr. David von Oheimb
2021-05-29DOC: Slightly improve the documentation of BIO_lookup() and related functionsDr. David von Oheimb
2021-05-29apps/lib/s_socket.c and 80-test_cmp_http.t: Make ACCEPT port reporting more r...Dr. David von Oheimb
2021-05-29Fix intermittent CI failure in evp_kdf_test for non_caching build.Shane Lontis
2021-05-28Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameterShane Lontis
2021-05-28Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis
2021-05-28Add missing EVP_CTRL_CCM_SET_L controlShane Lontis
2021-05-28Add Docs for EVP_CIPHER-*Shane Lontis
2021-05-28EVP_CIPHER Documentation updatesShane Lontis
2021-05-28ERR: Rebuild generated engine error filesSven Schwermer
2021-05-28mkerr: Fix string literal conversionSven Schwermer
2021-05-28Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis
2021-05-28Fix typo about SSL_CONF_FLAG_CMDLINETommy Chiang
2021-05-28Fix issues found by md-nitsRich Salz
2021-05-28Fix memory leak in OSSL_CMP_CTXPetr Gotthard
2021-05-28Rework and make DEBUG macros consistent.Rich Salz
2021-05-28Fix doc typos.David Makepeace
2021-05-28Initialise OPENSSL_armcap_P to 0 before setting it based on capabilities, not...Tom Cosgrove
2021-05-28FIPS Checksums: checkout the head of the base repo as pristineTomas Mraz
2021-05-27Call SSLfatal when the generate_ticket_cb returns 0Todd Short
2021-05-27FIPS Checksums CI: use separate directories for the checkoutsTomas Mraz
2021-05-27generate_fips_sources: properly include providers/common/der/*.inTomas Mraz
2021-05-27Fix compilation warning with GCC11.Juergen Christ
2021-05-27coverity 1484912: Null pointer dereferences (NULL_RETURNS)Pauli
2021-05-27coverity 1484913: Null pointer dereferences (REVERSE_INULL)Pauli
2021-05-27TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb
2021-05-27APPS req: Extend the -keyout option to be respected also with -keyDr. David von Oheimb
2021-05-27DOC: Improve description of 'req' app: -new, -newkey, and -keyout optionsDr. David von Oheimb
2021-05-27Fix spelling mistake in d2i_PrivateKey.podShane Lontis
2021-05-27Add demo for EC keygenShane Lontis
2021-05-27Fix OCSP_sendreq_nbio arg orderjwalch
2021-05-27test: test MP genrsa in deprecated buildsPauli
2021-05-27test: add test for key generation strength > RNG strengthPauli
2021-05-27test: test genrsa in deprecated buildsPauli
2021-05-27errors: update error message (to be squashed)Pauli
2021-05-27rsa: check that the RNG is capable of producing a key of the specified sizePauli
2021-05-27rsa: remove the limit on the maximum key strengthPauli
2021-05-27Use "" for include crypto/xxxRich Salz
2021-05-27Use "" for include internal/xxxRich Salz