summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-06-13Check expected sender not only for signature-protected CMP messagesDr. David von Oheimb
2020-06-13Improve description of -trusted, -srvcert, -recipient, and -expect_sender CMP...Dr. David von Oheimb
2020-06-13Streamline the approach to set CMP message recipient and expected senderDr. David von Oheimb
2020-06-13Fix too strict checks of ossl_cmp_calc_protection()Dr. David von Oheimb
2020-06-13Guard new header mac.h against C++isms.Pauli
2020-06-13Fix two additional instances of the old EVP_MAC_CTX_ functions being used.Pauli
2020-06-12Use the inherited 'bsd-gcc-shared' config on 32-bit x86 BSDs.John Baldwin
2020-06-11doc: Add a hint to man3/EVP_$hash that it is legacySebastian Andrzej Siewior
2020-06-11APPS: Use a second EVP_MD_CTX for EdDSA verifySebastian Andrzej Siewior
2020-06-11APPS: Exclude legacy algorighms from speedSebastian Andrzej Siewior
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli