aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix VMS installation - Define the logical name OSSL$MODULESRichard Levitte2021-12-143-7/+10
* Fix VMS installation - $config{pointer_size} -> $target{pointer_size}Richard Levitte2021-12-143-3/+3
* Fix VMS installation - consistent program names with version infoRichard Levitte2021-12-143-3/+3
* Remove some unnecessary undefs in bn_asm.cBernd Edlinger2021-12-141-7/+0
* Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger2021-12-142-0/+49
* OSSL_HTTP_proxy_connect(): Fix glitch in response HTTP header parsingDr. David von Oheimb2021-12-131-1/+3
* bn2binpad: Use memset as the buffer will be used laterTomas Mraz2021-12-131-1/+2
* APPS/cmp: Simplify read_write_req_resp() - 'req' arg must not be NULL anywayDr. David von Oheimb2021-12-131-2/+1
* ossl_cmp_msg_check_update(): align recipNone check with improved transactionI...Dr. David von Oheimb2021-12-131-26/+26
* CMP test_commands.csv: improve test for -reqin, adding -reqin_new_tidDr. David von Oheimb2021-12-131-2/+2
* CMP test_verification.csv: add missing test case for -untrusted with non-matc...Dr. David von Oheimb2021-12-131-0/+1
* CMP test_enrollment.csv: clean up test cases regarding (non-existing) directo...Dr. David von Oheimb2021-12-131-4/+4
* test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()Richard Levitte2021-12-131-0/+14
* test/evp_extra_test.c: Refactor test_fromdata()Richard Levitte2021-12-131-43/+93
* Enhance the explanation of selector bits in provider-keymgmt(7)Richard Levitte2021-12-131-6/+5
* Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte2021-12-135-41/+126
* Fix EVP_PKEY_eq() to be possible to use with strictly private keysRichard Levitte2021-12-132-8/+34
* Fix Coverity 1494385 logically dead code.Pauli2021-12-131-4/+14
* Fix faulty detail in BN_rand() manualRichard Levitte2021-12-111-1/+1
* Teach OpenSSL::ParseC about OPENSSL_EXPORT and OPENSSL_EXTERNRichard Levitte2021-12-101-0/+6
* Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte2021-12-101-1/+1
* apps/s_server: Correct s_server to return the correct file pathTianjia Zhang2021-12-101-1/+1
* Windows CI: explicitly use windows-2019 instead of using windows-latestTomas Mraz2021-12-101-3/+3
* remove redundant ERR_raisex20182021-12-102-6/+2
* check the return value of BIO_new() in t_x509.c:471 & cmp_vfy.c:36x20182021-12-102-1/+8
* changes opensssl typos to opensslSam Eaton2021-12-103-3/+3
* fix Coverity 1494649: dead codePauli2021-12-101-3/+3
* APPS/cmp: Fix use of OPENSSL_NO_SOCK: options like -server do not make sense ...Dr. David von Oheimb2021-12-092-37/+102
* Minor code cleanup in o_names_initBernd Edlinger2021-12-091-1/+7
* OSSL_HTTP_get(): Fix timeout handling on redirectionDr. David von Oheimb2021-12-094-1/+21
* CMP check_msg_find_cert(): improve diagnostics on transactionID mismatchDr. David von Oheimb2021-12-094-12/+18
* 80-test_cmp_http_data/test_commands.csv: fix minor glitch in column alignmentDr. David von Oheimb2021-12-091-1/+1
* APPS/cmp: fix -rspin option such that it works again without -reqinDr. David von Oheimb2021-12-092-1/+6
* OSSL_CMP_MSG_read(): Fix mem leak on file read errorDr. David von Oheimb2021-12-091-3/+2
* Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj2021-12-094-7/+37
* rename MIN() macroGerd Hoffmann2021-12-081-2/+2
* bio_enc.c: add memory allocation checkPeiwei Hu2021-12-081-0/+12
* Fix Markdown links in SUPPORT.mdAlex Pawelko2021-12-081-1/+3
* APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb2021-12-0745-147/+134
* Fix documentation for tlsext_ticket_keyMatt Caswell2021-12-071-1/+1
* X509V3_set_ctx(): Clarify subject/req parameter for constructing SAN email ad...Dr. David von Oheimb2021-12-073-9/+12
* X509V3_set_ctx(): Clarify use of subject/req parameter for constructing SKID ...Dr. David von Oheimb2021-12-072-7/+9
* Don't free the EVP_PKEY on error in set0_tmp_dh_pkey() functionsMatt Caswell2021-12-072-4/+10
* OSSL_HTTP_open(): clarify doc of 'server' arg and its use of BIO_new_connect()Dr. David von Oheimb2021-12-071-4/+5
* OSSL_HTTP_open(): Complete documentation of checks for server and proxy argsDr. David von Oheimb2021-12-071-0/+2
* OSSL_HTTP_set1_request(): Fix check for presence of port option and its docum...Dr. David von Oheimb2021-12-072-2/+4
* OBJ_obj2txt(): fix off-by-one documentation of the resultDr. David von Oheimb2021-12-072-29/+27
* Don't run the symbol presence test on windowsMatt Caswell2021-12-061-1/+2
* test_rsa: Test for PVK format conversionTomas Mraz2021-12-062-5/+21
* key_to_type_specific_pem_bio_cb: Use passphrase callback from the argumentsTomas Mraz2021-12-061-1/+1