summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0.1openssl-3.0.1Matt Caswell2021-12-143-4/+4
* make updateMatt Caswell2021-12-142-63/+63
* Update copyright yearMatt Caswell2021-12-1494-94/+94
* Add a test case for the name constraints bugMatt Caswell2021-12-141-1/+4
* Add a TLS test for name constraints with an EE cert without a SANMatt Caswell2021-12-143-1/+77
* Add a new Name Constraints test certMatt Caswell2021-12-144-8/+74
* Fix infinite verification loops due to has_san_idTobias Nießen2021-12-141-1/+1
* Fix invalid handling of verify errors in libsslMatt Caswell2021-12-142-3/+14
* Update CHANGES and NEWS for new releaseMatt Caswell2021-12-142-2/+29
* Add some CHANGES entries for 3.0.1Richard Levitte2021-12-141-4/+16
* Add some CHANGES.md entries for the 3.0.1 releaseTomas Mraz2021-12-142-1/+47
* Fix VMS installation - Document in CHANGES.mdRichard Levitte2021-12-141-1/+5
* Fix VMS installation - Override the openssl logical name in descrip.mms.tmplRichard Levitte2021-12-141-3/+8
* Fix VMS installation - Check the presence of providers in the IVP scriptRichard Levitte2021-12-141-0/+6
* Fix VMS installation - deassign the same logical names that were definedRichard Levitte2021-12-141-2/+2
* Fix VMS installation - use platform->shlib_version_as_filename() consistentlyRichard Levitte2021-12-142-2/+2
* 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
* Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger2021-12-142-0/+49
* bn2binpad: Use memset as the buffer will be used laterTomas Mraz2021-12-131-1/+2
* 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-3/+13
* 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
* Windows CI: explicitly use windows-2019 instead of using windows-latestTomas Mraz2021-12-101-3/+3
* changes opensssl typos to opensslSam Eaton2021-12-103-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
* 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
* 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
* 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-071-15/+11
* 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