summaryrefslogtreecommitdiffstats
path: root/test/sm2_internal_test.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-28Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameterShane Lontis1-1/+1
2021-05-28Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis1-1/+0
2021-05-28Add missing EVP_CTRL_CCM_SET_L controlShane Lontis1-0/+6
2021-05-28Add Docs for EVP_CIPHER-*Shane Lontis19-79/+827
2021-05-28EVP_CIPHER Documentation updatesShane Lontis2-461/+717
2021-05-28ERR: Rebuild generated engine error filesSven Schwermer5-10/+10
2021-05-28mkerr: Fix string literal conversionSven Schwermer1-2/+2
2021-05-28Fix PKCS12_create() so that a fetch error is not added to the error stack.Shane Lontis2-0/+90
2021-05-28Fix typo about SSL_CONF_FLAG_CMDLINETommy Chiang1-2/+2
2021-05-28Fix issues found by md-nitsRich Salz6-43/+17
2021-05-28Fix memory leak in OSSL_CMP_CTXPetr Gotthard2-1/+2
2021-05-28Rework and make DEBUG macros consistent.Rich Salz20-66/+75
2021-05-28Fix doc typos.David Makepeace1-2/+2
2021-05-28Initialise OPENSSL_armcap_P to 0 before setting it based on capabilities, not...Tom Cosgrove1-2/+2
2021-05-28FIPS Checksums: checkout the head of the base repo as pristineTomas Mraz1-1/+2
2021-05-27Call SSLfatal when the generate_ticket_cb returns 0Todd Short1-2/+3
2021-05-27FIPS Checksums CI: use separate directories for the checkoutsTomas Mraz1-9/+14
2021-05-27generate_fips_sources: properly include providers/common/der/*.inTomas Mraz1-7/+2
2021-05-27Fix compilation warning with GCC11.Juergen Christ2-3/+3
2021-05-27coverity 1484912: Null pointer dereferences (NULL_RETURNS)Pauli1-0/+3
2021-05-27coverity 1484913: Null pointer dereferences (REVERSE_INULL)Pauli1-3/+8
2021-05-27TEST: Prefer using precomputed RSA and DH keys for more efficient testsDr. David von Oheimb15-47/+104
2021-05-27APPS req: Extend the -keyout option to be respected also with -keyDr. David von Oheimb2-14/+19
2021-05-27DOC: Improve description of 'req' app: -new, -newkey, and -keyout optionsDr. David von Oheimb2-16/+22
2021-05-27Fix spelling mistake in d2i_PrivateKey.podShane Lontis1-1/+1
2021-05-27Add demo for EC keygenShane Lontis3-8/+186
2021-05-27Fix OCSP_sendreq_nbio arg orderjwalch1-1/+1
2021-05-27test: test MP genrsa in deprecated buildsPauli1-10/+21
2021-05-27test: add test for key generation strength > RNG strengthPauli1-12/+17
2021-05-27test: test genrsa in deprecated buildsPauli1-33/+20
2021-05-27errors: update error message (to be squashed)Pauli4-2/+7
2021-05-27rsa: check that the RNG is capable of producing a key of the specified sizePauli1-0/+22
2021-05-27rsa: remove the limit on the maximum key strengthPauli1-3/+1
2021-05-27Use "" for include crypto/xxxRich Salz6-6/+6
2021-05-27Use "" for include internal/xxxRich Salz9-11/+10
2021-05-27Use <> for #include openssl/xxxRich Salz16-23/+21
2021-05-27rsa: rename global rsaz_ sumbols so they are in namespacePauli4-85/+85
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli7-53/+54
2021-05-27bn: rename extract_multiplier_2x20_win5 -> ossl_extract_multiplier_2x20_win5Pauli2-22/+28
2021-05-27bn: rename bn_check_prime_int -> ossl_bn_check_primtPauli3-9/+9
2021-05-26Deprecate old style BIO callback callsTomas Mraz17-87/+365
2021-05-26apps: Fix the mismatch of SM2 keys keymgmtTianjia Zhang1-1/+5
2021-05-26util/fix-doc-nits: Fix link detection in collectnames() to be kinderRichard Levitte1-10/+21
2021-05-26TEST: Add test specific fipsmodule.cnf, and use itRichard Levitte4-5/+46
2021-05-26Build file templates: rework FIPS module installationRichard Levitte3-28/+40
2021-05-26Build file templates: rework how general dependencies are computedRichard Levitte3-87/+71
2021-05-26Rework how providers/fipsmodule.cnf is producedRichard Levitte5-35/+95
2021-05-26Ignore the threadstest_fips executableMatt Caswell1-0/+1
2021-05-26OSSL_DECODER_from_bio: Report an unsupported error when there is noneTomas Mraz1-2/+3
2021-05-26Add negative test cases for PEM_read_bio_PrivateKeyTomas Mraz1-0/+36