summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-04-07Fix failure to check result of bn_rshift_fixed_topHugo Landau
2022-03-30Fix usage of SSLfatalMatt Caswell
2022-03-30Test processing of a duplicated HRRTomas Mraz
2022-03-30tls_process_server_hello: Disallow repeated HRRTomas Mraz
2022-03-25Fix: ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-03-25ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-03-25s390x: Hide internal cpuid symbol and functionJuergen Christ
2022-03-25Fix Coverity 1498612: integer overflowPauli
2022-03-23Fix integer overflow in evp_EncryptDecryptUpdateHugo Landau
2022-03-23Fix Coverity 1201763 uninitialised pointer readPauli
2022-03-23Fix Coverity 1498611 & 1498608: uninitialised readPauli
2022-03-21Fix coverity 1498607: uninitialised valuePauli
2022-03-18print SSL session, fix build warnings on OpenBSD.David Carlier
2022-03-18eng_dyn: Avoid spurious errors when checking for 3.x engineTomas Mraz
2022-03-17Check password length only when verify is enabled.Daniel Fiala
2022-03-15Prepare for 1.1.1o-devMatt Caswell
2022-03-15Prepare for 1.1.1n releaseOpenSSL_1_1_1nMatt Caswell
2022-03-15Update copyright yearMatt Caswell
2022-03-15Update CHANGES/NEWS for new releaseMatt Caswell
2022-03-15Add a negative testcase for BN_mod_sqrtTomas Mraz
2022-03-15Add documentation of BN_mod_sqrt()Tomas Mraz
2022-03-15Fix possible infinite loop in BN_mod_sqrt()Tomas Mraz
2022-03-12Make ossltest engine use in test/recipes/20-test_dgst.t platform agnosticRichard Levitte
2022-03-12Fix OPENSSL_ENGINES in Configurations/descrip.mms.tmplRichard Levitte
2022-03-11DOC: TLS compression is disabled by defaultTodd Short
2022-03-11Fix issue where OBJ_nid2obj doesn't always raise an errorHugo Landau
2022-03-10Set protocol in init_client()Todd Short
2022-03-10Avoid potential memory leakDmitry Belyavskiy
2022-03-07Document bug in openssl cms -binaryHugo Landau
2022-03-03[ssl] Add tests for Perfect Forward Secrecy criteria on SECLEVEL >= 3Nicola Tuveri
2022-03-03[ssl] Add SSL_kDHEPSK and SSL_kECDHEPSK as PFS ciphersuites for SECLEVEL >= 3Nicola Tuveri
2022-03-03[ssl] Prefer SSL_k(EC)?DHE to the SSL_kE(EC)?DH aliasNicola Tuveri
2022-03-03VMS: move copy_argc to its own module and make it an aux sourceRichard Levitte
2022-03-03Fix NULL pointer dereference for BN_mod_exp2_montHugo Landau
2022-03-02Improve documentation of BIO_FLAGS_BASE64_NO_NL flag.Daniel
2022-02-28crypto/x509/v3_utl.c: Add missing check for OPENSSL_strndupJiasheng Jiang
2022-02-09Check for presence of 3.x openssl runtimeBernd Edlinger
2022-02-09Prevent crash with engine using different openssl runtimeBernd Edlinger
2022-02-09scrypt: increase memory usage beyond limitPauli
2022-02-07Correct return type for BIO_ptr_ctrlThomas1664
2022-02-04Don't link test/ec_internal_test with libapps.aRichard Levitte
2022-02-04Fix builds with DJGPPJuan Manuel Guerrero
2022-02-02Document purpose and trust setting functionsMatt Caswell
2022-02-02Add a test for X509_STORE_CTX_set_purpose()Matt Caswell
2022-02-02Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purposeMatt Caswell
2022-01-27lhash: Avoid 32 bit right shift of a 32 bit valueTomas Mraz
2022-01-13Add a test for a custom digest created via EVP_MD_meth_new()Matt Caswell
2022-01-13Fix a leak in EVP_DigestInit_ex()Matt Caswell
2022-01-11Remove unsafe call to OPENSSL_cpuid_setupBernd Edlinger
2022-01-08Fix password_callback to handle short passwordsBernd Edlinger