summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1n releaseOpenSSL_1_1_1nMatt Caswell2022-03-154-5/+5
* Update copyright yearMatt Caswell2022-03-1539-39/+39
* Update CHANGES/NEWS for new releaseMatt Caswell2022-03-152-1/+31
* Add a negative testcase for BN_mod_sqrtTomas Mraz2022-03-152-1/+22
* Add documentation of BN_mod_sqrt()Tomas Mraz2022-03-151-2/+13
* Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz2022-03-151-12/+18
* Make ossltest engine use in test/recipes/20-test_dgst.t platform agnosticRichard Levitte2022-03-121-3/+3
* Fix OPENSSL_ENGINES in Configurations/descrip.mms.tmplRichard Levitte2022-03-121-1/+2
* DOC: TLS compression is disabled by defaultTodd Short2022-03-111-1/+1
* Fix issue where OBJ_nid2obj doesn't always raise an errorHugo Landau2022-03-112-2/+30
* Set protocol in init_client()Todd Short2022-03-101-1/+1
* Avoid potential memory leakDmitry Belyavskiy2022-03-101-1/+4
* Document bug in openssl cms -binaryHugo Landau2022-03-071-0/+3
* [ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri2022-03-032-8/+101
* [ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersuites for SECLEVEL >= 3Nicola Tuveri2022-03-032-3/+8
* [ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH aliasNicola Tuveri2022-03-032-7/+7
* VMS: move copy_argc to its own module and make it an aux sourceRichard Levitte2022-03-034-42/+68
* Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau2022-03-032-1/+46
* Improve documentation of BIO_FLAGS_BASE64_NO_NL flag.Daniel2022-03-021-3/+16
* crypto/x509/v3_utl.c: Add missing check for OPENSSL_strndupJiasheng Jiang2022-02-281-2/+10
* Check for presence of 3.x openssl runtimeBernd Edlinger2022-02-091-1/+10
* Prevent crash with engine using different openssl runtimeBernd Edlinger2022-02-091-0/+1
* scrypt: increase memory usage beyond limitPauli2022-02-091-3/+3
* Correct return type for BIO_ptr_ctrlThomas16642022-02-071-1/+1
* Don't link test/ec_internal_test with libapps.aRichard Levitte2022-02-041-1/+1
* Fix builds with DJGPPJuan Manuel Guerrero2022-02-042-1/+3
* Document purpose and trust setting functionsMatt Caswell2022-02-021-1/+68
* Add a test for X509_STORE_CTX_set_purpose()Matt Caswell2022-02-022-14/+107
* Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purposeMatt Caswell2022-02-021-5/+6
* lhash: Avoid 32 bit right shift of a 32 bit valueTomas Mraz2022-01-271-2/+4
* Add a test for a custom digest created via EVP_MD_meth_new()Matt Caswell2022-01-131-0/+78
* Fix a leak in EVP_DigestInit_ex()Matt Caswell2022-01-131-11/+21
* Remove unsafe call to OPENSSL_cpuid_setupBernd Edlinger2022-01-111-3/+0
* Fix password_callback to handle short passwordsBernd Edlinger2022-01-082-3/+12
* close_console: Always unlock as the lock is always heldTomas Mraz2022-01-051-2/+4
* apps/passwd.c: free before error exitingPeiwei Hu2022-01-051-4/+4
* Update troublesome copyright years of auto-generated files to 2022Dr. David von Oheimb2022-01-046-6/+6
* OBJ_obj2txt(): fix off-by-one documentation of the resultDr. David von Oheimb2022-01-031-16/+16
* Add support for BSD-riscv64 targetPiotr Kubaj2021-12-312-0/+8
* Ensure s_client sends SNI data when used with -proxyMatt Caswell2021-12-291-0/+11
* document additional stack push error codeMichael Baentsch2021-12-241-1/+2
* Fix Configure variable spillAlexandros Roussos2021-12-231-11/+11
* Fix the null pointer dereferenceKan2021-12-201-1/+1
* Prepare for 1.1.1n-devMatt Caswell2021-12-144-3/+11
* Prepare for 1.1.1m releaseOpenSSL_1_1_1mMatt Caswell2021-12-144-5/+5
* Update NEWS for 1.1.1mRichard Levitte2021-12-141-1/+1
* Update copyright yearMatt Caswell2021-12-1455-55/+55
* Add some CHANGES entries for 1.1.1mRichard Levitte2021-12-141-1/+17
* Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger2021-12-142-0/+49
* Fix faulty detail in BN_rand() manualRichard Levitte2021-12-111-1/+1