summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1p releaseOpenSSL_1_1_1pMatt Caswell2022-06-214-5/+5
* Update copyright yearMatt Caswell2022-06-2122-22/+22
* Update CHANGES and NEWS for new releaseMatt Caswell2022-06-212-1/+21
* Fix file operations in c_rehash.Daniel Fiala2022-06-201-109/+107
* Fix documentation of BIO_FLAGS_BASE64_NO_NLFraser Tweedale2022-06-161-3/+2
* Add an extra reduction step to RSAZ mod_exp implementationsTomas Mraz2022-06-163-6/+35
* Always end BN_mod_exp_mont_consttime with normal Montgomery reduction.Tomas Mraz2022-06-163-214/+93
* Fix a crash in X509v3_asid_subset()Matt Caswell2022-06-152-9/+100
* Update further expiring certificates that affect testsTomas Mraz2022-06-0611-386/+400
* Fix strict client chain check with TLS-1.3Tomas Mraz2022-06-031-8/+6
* ct_test.c: Update the epoch timeTomas Mraz2022-06-011-1/+1
* Update expired SCT certificatesTomas Mraz2022-06-015-51/+79
* Fix a memory leak in crl_set_issuersBernd Edlinger2022-05-251-3/+7
* Fix a crash in ssl_security_cert_chainBernd Edlinger2022-05-241-0/+2
* Fix a memory leak in X509_issuer_and_serial_hashBernd Edlinger2022-05-241-2/+2
* Fix undefined behaviour in EC_GROUP_new_from_ecparametersBernd Edlinger2022-05-241-0/+10
* Fix a memory leak in ec_key_simple_oct2privBernd Edlinger2022-05-241-2/+1
* Fix a crash in asn1_item_embed_newBernd Edlinger2022-05-231-1/+1
* Backport a missing bug-fix from masterBernd Edlinger2022-05-212-3/+15
* Backport some fuzzing data files from masterBernd Edlinger2022-05-2139-0/+0
* s_serve: Report an error if init-connection fails without an attempt to read.Daniel Fiala2022-05-191-4/+43
* Fix leakage when the cacheline is 32-bytes in CBC_MAC_ROTATE_IN_PLACEbasavesh2022-05-091-3/+11
* Add test for empty supported-groups extensionTomas Mraz2022-05-054-1/+102
* Do not send an empty supported groups extensionTomas Mraz2022-05-052-11/+29
* 1_1_1-stable: Detect arm64-*-*bsd and enable assembly optimizationsAllan Jude2022-05-052-0/+8
* (1.1) Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau2022-05-057-1/+212
* Prepare for 1.1.1p-devMatt Caswell2022-05-034-3/+11
* Prepare for 1.1.1o releaseOpenSSL_1_1_1oMatt Caswell2022-05-034-5/+5
* Update copyright yearMatt Caswell2022-05-0328-28/+28
* Update CHANGES and NEWS for new releaseMatt Caswell2022-05-032-3/+13
* Add additional keys to release key fingerprintsTomas Mraz2022-05-031-0/+10
* c_rehash: Do not use shell to invoke opensslTomas Mraz2022-05-031-4/+25
* add wycheproof submodulePaul Kehrer2022-04-282-0/+4
* [github-ci] Sync pyca workflow with masterNicola Tuveri2022-04-283-15/+11
* Revert "[github-ci][ci.yml] Disable pyca external tests"Nicola Tuveri2022-04-261-33/+32
* x509: use actual issuer name if a CA is usedDaniel Fiala2022-04-251-2/+2
* Fix an assertion in the DTLS server codeBernd Edlinger2022-04-142-4/+50
* Fix a DTLS server hangup due to TLS13_AD_MISSING_EXTENSIONBernd Edlinger2022-04-135-2/+310
* Fix -no-tls1_2 in testsTodd Short2022-04-112-0/+6
* err: get rid of err_free_strings_int()Dr. Matthias St. Pierre2022-04-093-28/+3
* err: fix indentation of preprocessor directiveDr. Matthias St. Pierre2022-04-091-2/+2
* err: fix crash in ERR_load_strings() when configured with no-errDr. Matthias St. Pierre2022-04-091-2/+34
* Fix failure to check result of bn_rshift_fixed_topHugo Landau2022-04-071-2/+4
* Fix usage of SSLfatalMatt Caswell2022-03-301-1/+2
* Test processing of a duplicated HRRTomas Mraz2022-03-301-2/+49
* tls_process_server_hello: Disallow repeated HRRTomas Mraz2022-03-301-0/+4
* Fix: ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short2022-03-251-1/+1
* ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short2022-03-253-6/+84
* s390x: Hide internal cpuid symbol and functionJuergen Christ2022-03-252-0/+6
* Fix Coverity 1498612: integer overflowPauli2022-03-251-0/+1