summaryrefslogtreecommitdiffstats
path: root/dev (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-22Speed-up for tests in 81-test_cmp_cli_data/test_connection.csvDr. David von Oheimb1-7/+4
2020-06-22Disable tests in cmp_vfy_test.c that make no sense if FUZZING_BUILD_MODE_UNSA...Dr. David von Oheimb1-1/+20
2020-06-2281-test_cmp_cli.t: Disable CLI-based tests in case fuzzing is enabledDr. David von Oheimb1-2/+4
2020-06-2281-test_cmp_cli.t: Do connections to 127.0.0.1 (e.g., Mock server) without proxyDr. David von Oheimb1-4/+14
2020-06-22Fix CMP -days option range checking and test failing with enable-ubsanDr. David von Oheimb12-56/+66
2020-06-22Add documentation of OSSL_CRMF_CERTID_dup()Dr. David von Oheimb1-0/+1
2020-06-22Print CPUINFO also for s390 processorsPatrick Steuer1-1/+43
2020-06-21[doc/man3] finish EC_GROUP_get_field_type documentationBilly Brumley1-7/+10
2020-06-21Flag RSA secret BNs as consttime on keygen and checksNicola Tuveri4-10/+72
2020-06-21Fix one typo in a comment.FdaSilvaYY1-2/+2
2020-06-21Fix `no-ts` builds.FdaSilvaYY1-1/+2
2020-06-21namemap: change ossl_namemap_empty() to do what the documentation says.Pauli2-10/+42
2020-06-20Allow oversized buffers for provider cipher IV fetchBenjamin Kaduk3-3/+3
2020-06-20Set cipher IV as octet string and pointer from providersBenjamin Kaduk4-4/+8
2020-06-20Build: Remove faulty DES assembler specRichard Levitte1-1/+0
2020-06-20doc: Document OSSL_PARAM_modified and OSSL_PARAM_set_all_unmodified.Pauli1-1/+2
2020-06-19Return the cookie_len value from generate_cookie_callbackMatt Caswell1-2/+5
2020-06-19Fix the DTLS1_COOKIE_LENGTH valueMatt Caswell2-6/+3
2020-06-19Add evp_extra_test2 to .gitignoreMatt Caswell1-0/+1
2020-06-19Add a test for d2i_AutoPrivateKey_ex with a non-default libctxMatt Caswell3-3/+247
2020-06-19Ensure creating an EC public key uses the libctxMatt Caswell2-16/+30
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell17-110/+158
2020-06-19Create defines for TLS Group IdsMatt Caswell3-70/+124
2020-06-19Don't send supported groups if no-ec and we're doing DTLSMatt Caswell1-1/+1
2020-06-19Provider a better error message if we fail to copy parametersMatt Caswell5-3/+7
2020-06-19Make sure we save the copy function when registering a new KeymgmtMatt Caswell1-0/+4
2020-06-19Write a test provider to test the TLS-GROUPS capabilityMatt Caswell3-1/+523
2020-06-19Update the various SSL group getting and setting functionsMatt Caswell5-56/+96
2020-06-19Add some missing OSSL_PKEY_PARAM_GROUP_NAME documentationMatt Caswell2-1/+7
2020-06-19Add documentation about CapabilitiesMatt Caswell2-4/+96
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for ECX tooMatt Caswell1-3/+82
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell11-21/+49
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell18-91/+92
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell10-188/+352
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell6-2/+47
2020-06-19Add the concept of "Capabilities" to the default and fips providersMatt Caswell7-5/+200
2020-06-19Add missing section on asymmetric ciphersBenny Baumann1-0/+8
2020-06-19Remove whitespace from 'white space'haykam82112-16/+16
2020-06-18Configure DEPs for FIPS provider on AIX.Matthias Kraft3-2/+4
2020-06-18DOC: Spelling fixesSebastian Andrzej Siewior6-8/+8
2020-06-18Fix segfault in openssl app called with no args.Shane Lontis2-2/+32
2020-06-17coverity 1464213: API usage errors (PRINTF_ARGS)Pauli1-1/+1
2020-06-17coverity 1464212, 1464214 & 1464215: Resource leaksPauli1-0/+3
2020-06-17Add ACVP fips module testsShane Lontis39-507/+4236
2020-06-17Update gost-engine submodule to match EVP_MAC renamingDmitry Belyavskiy1-0/+0
2020-06-16Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri4-187/+201
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb8-72/+103
2020-06-16Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.cDr. David von Oheimb1-2/+4
2020-06-16Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb1-7/+18
2020-06-16CMS_get0_signers() descriptionolszomal1-1/+1