summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis2021-05-281-1/+0
* Add missing EVP_CTRL_CCM_SET_L controlShane Lontis2021-05-281-0/+6
* Add Docs for EVP_CIPHER-*Shane Lontis2021-05-2819-79/+827
* EVP_CIPHER Documentation updatesShane Lontis2021-05-282-461/+717
* ERR: Rebuild generated engine error filesSven Schwermer2021-05-285-10/+10
* mkerr: Fix string literal conversionSven Schwermer2021-05-281-2/+2
* Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis2021-05-282-0/+90
* Fix typo about SSL_CONF_FLAG_CMDLINETommy Chiang2021-05-281-2/+2
* Fix issues found by md-nitsRich Salz2021-05-286-43/+17
* Fix memory leak in OSSL_CMP_CTXPetr Gotthard2021-05-282-1/+2
* Rework and make DEBUG macros consistent.Rich Salz2021-05-2820-66/+75
* Fix doc typos.David Makepeace2021-05-281-2/+2
* Initialise OPENSSL_armcap_P to 0 before setting it based on capabilities, not...Tom Cosgrove2021-05-281-2/+2
* FIPS Checksums: checkout the head of the base repo as pristineTomas Mraz2021-05-281-1/+2
* Call SSLfatal when the generate_ticket_cb returns 0Todd Short2021-05-271-2/+3
* FIPS Checksums CI: use separate directories for the checkoutsTomas Mraz2021-05-271-9/+14
* generate_fips_sources: properly include providers/common/der/*.inTomas Mraz2021-05-271-7/+2
* Fix compilation warning with GCC11.Juergen Christ2021-05-272-3/+3
* coverity 1484912: Null pointer dereferences (NULL_RETURNS)Pauli2021-05-271-0/+3
* coverity 1484913: Null pointer dereferences (REVERSE_INULL)Pauli2021-05-271-3/+8
* TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb2021-05-2715-47/+104
* APPS req: Extend the -keyout option to be respected also with -keyDr. David von Oheimb2021-05-272-14/+19
* DOC: Improve description of 'req' app: -new, -newkey, and -keyout optionsDr. David von Oheimb2021-05-272-16/+22
* Fix spelling mistake in d2i_PrivateKey.podShane Lontis2021-05-271-1/+1
* Add demo for EC keygenShane Lontis2021-05-273-8/+186
* Fix OCSP_sendreq_nbio arg orderjwalch2021-05-271-1/+1
* test: test MP genrsa in deprecated buildsPauli2021-05-271-10/+21
* test: add test for key generation strength > RNG strengthPauli2021-05-271-12/+17
* test: test genrsa in deprecated buildsPauli2021-05-271-33/+20
* errors: update error message (to be squashed)Pauli2021-05-274-2/+7
* rsa: check that the RNG is capable of producing a key of the specified sizePauli2021-05-271-0/+22
* rsa: remove the limit on the maximum key strengthPauli2021-05-271-3/+1
* Use "" for include crypto/xxxRich Salz2021-05-276-6/+6
* Use "" for include internal/xxxRich Salz2021-05-279-11/+10
* Use <> for #include openssl/xxxRich Salz2021-05-2716-23/+21
* rsa: rename global rsaz_ sumbols so they are in namespacePauli2021-05-274-85/+85
* aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2021-05-277-53/+54
* bn: rename extract_multiplier_2x20_win5 -> ossl_extract_multiplier_2x20_win5Pauli2021-05-272-22/+28
* bn: rename bn_check_prime_int -> ossl_bn_check_primtPauli2021-05-273-9/+9
* Deprecate old style BIO callback callsTomas Mraz2021-05-2617-87/+365
* apps: Fix the mismatch of SM2 keys keymgmtTianjia Zhang2021-05-261-1/+5
* util/fix-doc-nits: Fix link detection in collectnames() to be kinderRichard Levitte2021-05-261-10/+21
* TEST: Add test specific fipsmodule.cnf, and use itRichard Levitte2021-05-264-5/+46
* Build file templates: rework FIPS module installationRichard Levitte2021-05-263-28/+40
* Build file templates: rework how general dependencies are computedRichard Levitte2021-05-263-87/+71
* Rework how providers/fipsmodule.cnf is producedRichard Levitte2021-05-265-35/+95
* Ignore the threadstest_fips executableMatt Caswell2021-05-261-0/+1
* OSSL_DECODER_from_bio: Report an unsupported error when there is noneTomas Mraz2021-05-261-2/+3
* Add negative test cases for PEM_read_bio_PrivateKeyTomas Mraz2021-05-261-0/+36
* Fix possible infinite loop in pem_read_bio_key_decoder()Tomas Mraz2021-05-261-1/+8