summaryrefslogtreecommitdiffstats
path: root/Configurations/50-djgpp.conf (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-14Fix VMS installation - $config{pointer_size} -> $target{pointer_size}Richard Levitte3-3/+3
2021-12-14Fix VMS installation - consistent program names with version infoRichard Levitte3-3/+3
2021-12-14Remove some unnecessary undefs in bn_asm.cBernd Edlinger1-7/+0
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger2-0/+49
2021-12-13OSSL_HTTP_proxy_connect(): Fix glitch in response HTTP header parsingDr. David von Oheimb1-1/+3
2021-12-13bn2binpad: Use memset as the buffer will be used laterTomas Mraz1-1/+2
2021-12-13APPS/cmp: Simplify read_write_req_resp() - 'req' arg must not be NULL anywayDr. David von Oheimb1-2/+1
2021-12-13ossl_cmp_msg_check_update(): align recipNone check with improved transactionI...Dr. David von Oheimb1-26/+26
2021-12-13CMP test_commands.csv: improve test for -reqin, adding -reqin_new_tidDr. David von Oheimb1-2/+2
2021-12-13CMP test_verification.csv: add missing test case for -untrusted with non-matc...Dr. David von Oheimb1-0/+1
2021-12-13CMP test_enrollment.csv: clean up test cases regarding (non-existing) directo...Dr. David von Oheimb1-4/+4
2021-12-13test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()Richard Levitte1-0/+14
2021-12-13test/evp_extra_test.c: Refactor test_fromdata()Richard Levitte1-43/+93
2021-12-13Enhance the explanation of selector bits in provider-keymgmt(7)Richard Levitte1-6/+5
2021-12-13Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte5-41/+126
2021-12-13Fix EVP_PKEY_eq() to be possible to use with strictly private keysRichard Levitte2-8/+34
2021-12-12Fix Coverity 1494385 logically dead code.Pauli1-4/+14
2021-12-11Fix faulty detail in BN_rand() manualRichard Levitte1-1/+1
2021-12-10Teach OpenSSL::ParseC about OPENSSL_EXPORT and OPENSSL_EXTERNRichard Levitte1-0/+6
2021-12-10Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte1-1/+1
2021-12-10apps/s_server: Correct s_server to return the correct file pathTianjia Zhang1-1/+1
2021-12-10Windows CI: explicitly use windows-2019 instead of using windows-latestTomas Mraz1-3/+3
2021-12-10remove redundant ERR_raisex20182-6/+2
2021-12-10check the return value of BIO_new() in t_x509.c:471 & cmp_vfy.c:36x20182-1/+8
2021-12-10changes opensssl typos to opensslSam Eaton3-3/+3
2021-12-09fix Coverity 1494649: dead codePauli1-3/+3
2021-12-09APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb2-37/+102
2021-12-09Minor code cleanup in o_names_initBernd Edlinger1-1/+7
2021-12-09OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb4-1/+21
2021-12-09CMP check_msg_find_cert(): improve diagnostics on transactionID mismatchDr. David von Oheimb4-12/+18
2021-12-0980-test_cmp_http_data/test_commands.csv: fix minor glitch in column alignmentDr. David von Oheimb1-1/+1
2021-12-09APPS/cmp: fix -rspin option such that it works again without -reqinDr. David von Oheimb2-1/+6
2021-12-09OSSL_CMP_MSG_read(): Fix mem leak on file read errorDr. David von Oheimb1-3/+2
2021-12-09Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj4-7/+37
2021-12-08rename MIN() macroGerd Hoffmann1-2/+2
2021-12-08bio_enc.c: add memory allocation checkPeiwei Hu1-0/+12
2021-12-08Fix Markdown links in SUPPORT.mdAlex Pawelko1-1/+3
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb45-147/+134
2021-12-07Fix documentation for tlsext_ticket_keyMatt Caswell1-1/+1
2021-12-07X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email ad...Dr. David von Oheimb3-9/+12
2021-12-07X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID ...Dr. David von Oheimb2-7/+9
2021-12-07Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functionsMatt Caswell2-4/+10
2021-12-07OSSL_HTTP_open(): clarify doc of 'server' arg and its use of BIO_new_connect()Dr. David von Oheimb1-4/+5
2021-12-07OSSL_HTTP_open(): Complete documentation of checks for server and proxy argsDr. David von Oheimb1-0/+2
2021-12-07OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...Dr. David von Oheimb2-2/+4
2021-12-07OBJ_obj2txt(): fix off-by-one documentation of the resultDr. David von Oheimb2-29/+27
2021-12-06Don't run the symbol presence test on windowsMatt Caswell1-1/+2
2021-12-06test_rsa: Test for PVK format conversionTomas Mraz2-5/+21
2021-12-06key_to_type_specific_pem_bio_cb: Use passphrase callback from the argumentsTomas Mraz1-1/+1
2021-12-06PVK decoder: prompt for PVK passphrase and not PEMTomas Mraz1-1/+1