summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-19Create defines for TLS Group IdsMatt Caswell
2020-06-19Don't send supported groups if no-ec and we're doing DTLSMatt Caswell
2020-06-19Provider a better error message if we fail to copy parametersMatt Caswell
2020-06-19Make sure we save the copy function when registering a new KeymgmtMatt Caswell
2020-06-19Write a test provider to test the TLS-GROUPS capabilityMatt Caswell
2020-06-19Update the various SSL group getting and setting functionsMatt Caswell
2020-06-19Add some missing OSSL_PKEY_PARAM_GROUP_NAME documentationMatt Caswell
2020-06-19Add documentation about CapabilitiesMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for ECX tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_group_name work for DH tooMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-19Modify libssl to discover supported groups based on available providersMatt Caswell
2020-06-19Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell
2020-06-19Add the concept of "Capabilities" to the default and fips providersMatt Caswell
2020-06-19Add missing section on asymmetric ciphersBenny Baumann
2020-06-19Remove whitespace from 'white space'haykam821
2020-06-18Configure DEPs for FIPS provider on AIX.Matthias Kraft
2020-06-18DOC: Spelling fixesSebastian Andrzej Siewior
2020-06-18Fix segfault in openssl app called with no args.Shane Lontis
2020-06-17coverity 1464213: API usage errors (PRINTF_ARGS)Pauli
2020-06-17coverity 1464212, 1464214 & 1464215: Resource leaksPauli
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-17Update gost-engine submodule to match EVP_MAC renamingDmitry Belyavskiy
2020-06-16Refactor BN_R_NO_INVERSE logic in internal functionsNicola Tuveri
2020-06-16Improve BIO_socket_wait(), BIO_wait(), BIO_connect_retry(), and their docsDr. David von Oheimb
2020-06-16Add OPENSSL_strdup failure check to cpt_ctrl() in bss_acpt.cDr. David von Oheimb
2020-06-16Fix err checking and mem leaks of BIO_set_conn_port and BIO_set_conn_addressDr. David von Oheimb
2020-06-16CMS_get0_signers() descriptionolszomal
2020-06-16EVP: allow empty strings to EVP_Decode* functionsRichard Levitte
2020-06-14Fix logic error for building x86 CAST assemblyBenjamin Kaduk
2020-06-14Fix nits detected by make cmd-nitsNicola Tuveri
2020-06-13Update and extend NOTES.WIN, adding 'Quick start' subsectionDr. David von Oheimb
2020-06-13Chunk 12 of CMP contribution to OpenSSL: CLI-based high-level testsDr. David von Oheimb
2020-06-13Remove extra newline from CMP mock server error and add TODO on using request...Dr. David von Oheimb
2020-06-13Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Bug fix in ossl_cmp_hdr_init(): sould not remember recipient as expected senderDr. David von Oheimb
2020-06-13Bug fix in ossl_cmp_certRep_new(): must allocate empty extraCerts stackDr. David von Oheimb
2020-06-13Improve description of CMP untrusted certs and msg 'sender' fieldDr. David von Oheimb
2020-06-13Make CMP server use same protection for response as for requestDr. David von Oheimb
2020-06-13Fill in transactionID on any error in OSSL_CMP_SRV_process_request()Dr. David von Oheimb
2020-06-13Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb
2020-06-13Improve cert checking diagnostics of OSSL_CMP_validate_msg()Dr. David von Oheimb
2020-06-13Remove misleading diagnostics on pinned sender cert in OSSL_CMP_validate_msg()Dr. David von Oheimb
2020-06-13Correct error reason of verify_signature() in cmp_vfy.cDr. David von Oheimb
2020-06-13Extend error output of apps/opt_format() to all error casesDr. David von Oheimb
2020-06-13Remove meanwhile redundant error output of apps/opt_next(void) parsing numbersDr. David von Oheimb
2020-06-13Fix use of -no-proxy option of CMP appDr. David von Oheimb
2020-06-13Add request URL path checking and status responses to HTTP serverDr. David von Oheimb
2020-06-13Allow subject of CMP -oldcert as sender unless protection cert is givenDr. David von Oheimb
2020-06-13Correct error output of parse_name() in apps/lib/apps.c and apps/cmp.cDr. David von Oheimb