summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-12-14Add some CHANGES entries for 3.0.1Richard Levitte
2021-12-14Add some CHANGES.md entries for the 3.0.1 releaseTomas Mraz
2021-12-14Fix VMS installation - Document in CHANGES.mdRichard Levitte
2021-12-14Fix VMS installation - Override the openssl logical name in descrip.mms.tmplRichard Levitte
2021-12-14Fix VMS installation - Check the presence of providers in the IVP scriptRichard Levitte
2021-12-14Fix VMS installation - deassign the same logical names that were definedRichard Levitte
2021-12-14Fix VMS installation - use platform->shlib_version_as_filename() consistentlyRichard Levitte
2021-12-14Fix VMS installation - Define the logical name OSSL$MODULESRichard Levitte
2021-12-14Fix VMS installation - $config{pointer_size} -> $target{pointer_size}Richard Levitte
2021-12-14Fix VMS installation - consistent program names with version infoRichard Levitte
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-12-13bn2binpad: Use memset as the buffer will be used laterTomas Mraz
2021-12-13test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()Richard Levitte
2021-12-13test/evp_extra_test.c: Refactor test_fromdata()Richard Levitte
2021-12-13Enhance the explanation of selector bits in provider-keymgmt(7)Richard Levitte
2021-12-13Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte
2021-12-13Fix EVP_PKEY_eq() to be possible to use with strictly private keysRichard Levitte
2021-12-13Fix Coverity 1494385 logically dead code.Pauli
2021-12-11Fix faulty detail in BN_rand() manualRichard Levitte
2021-12-10Teach OpenSSL::ParseC about OPENSSL_EXPORT and OPENSSL_EXTERNRichard Levitte
2021-12-10Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte
2021-12-10Windows CI: explicitly use windows-2019 instead of using windows-latestTomas Mraz
2021-12-10changes opensssl typos to opensslSam Eaton
2021-12-09APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb
2021-12-09Minor code cleanup in o_names_initBernd Edlinger
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb
2021-12-09APPS/cmp: fix -rspin option such that it works again without -reqinDr. David von Oheimb
2021-12-09OSSL_CMP_MSG_read(): Fix mem leak on file read errorDr. David von Oheimb
2021-12-08rename MIN() macroGerd Hoffmann
2021-12-08bio_enc.c: add memory allocation checkPeiwei Hu
2021-12-08Fix Markdown links in SUPPORT.mdAlex Pawelko
2021-12-07Fix documentation for tlsext_ticket_keyMatt Caswell
2021-12-07X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email ad...Dr. David von Oheimb
2021-12-07X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID ...Dr. David von Oheimb
2021-12-07Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functionsMatt Caswell
2021-12-07OSSL_HTTP_open(): clarify doc of 'server' arg and its use of BIO_new_connect()Dr. David von Oheimb
2021-12-07OSSL_HTTP_open(): Complete documentation of checks for server and proxy argsDr. David von Oheimb
2021-12-07OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...Dr. David von Oheimb
2021-12-07OBJ_obj2txt(): fix off-by-one documentation of the resultDr. David von Oheimb
2021-12-06Don't run the symbol presence test on windowsMatt Caswell
2021-12-06test_rsa: Test for PVK format conversionTomas Mraz
2021-12-06key_to_type_specific_pem_bio_cb: Use passphrase callback from the argumentsTomas Mraz
2021-12-06PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz
2021-12-06Fix pvk encoder to properly query for the passphraseTomas Mraz
2021-12-06CI: Replace windows-2016 with windows-2022Tomas Mraz
2021-12-06Clarify the deprecation warnings in the docsMatt Caswell
2021-12-03OSSL_HTTP_REQ_CTX_nbio(): Fix parsing of responses with status code != 200Dr. David von Oheimb
2021-12-03parse_http_line1(): Fix diagnostic output on error and return codeDr. David von Oheimb
2021-12-03OSSL_HTTP_transfer.pod: Some clarifications on the BIO connect/disconnect cal...Dr. David von Oheimb
2021-12-03OSSL_HTTP_transfer.pod: Fix omission documenting the 'ok' parameter of OSSL_H...Dr. David von Oheimb