summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-05-05(1.1) Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-05-03Prepare for 1.1.1p-devMatt Caswell
2022-05-03Prepare for 1.1.1o releaseOpenSSL_1_1_1oMatt Caswell
2022-05-03Update copyright yearMatt Caswell
2022-05-03Update CHANGES and NEWS for new releaseMatt Caswell
2022-05-03Add additional keys to release key fingerprintsTomas Mraz
2022-05-03c_rehash: Do not use shell to invoke opensslTomas Mraz
2022-04-28add wycheproof submodulePaul Kehrer
2022-04-28[github-ci] Sync pyca workflow with masterNicola Tuveri
2022-04-26Revert "[github-ci][ci.yml] Disable pyca external tests"Nicola Tuveri
2022-04-25x509: use actual issuer name if a CA is usedDaniel Fiala
2022-04-14Fix an assertion in the DTLS server codeBernd Edlinger
2022-04-13Fix a DTLS server hangup due to TLS13_AD_MISSING_EXTENSIONBernd Edlinger
2022-04-11Fix -no-tls1_2 in testsTodd Short
2022-04-09err: get rid of err_free_strings_int()Dr. Matthias St. Pierre
2022-04-09err: fix indentation of preprocessor directiveDr. Matthias St. Pierre
2022-04-09err: fix crash in ERR_load_strings() when configured with no-errDr. Matthias St. Pierre
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