summaryrefslogtreecommitdiffstats
path: root/NEWS.md (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-31QUIC APL: Add internal call to allow changing send buffer sizeHugo Landau2-0/+38
2023-07-31QUIC CHANNEL: Allow ticking to be inhibited for testing purposesHugo Landau3-41/+59
2023-07-31Update GOST engine commit to deal with test failureDmitry Belyavskiy1-0/+0
2023-07-28Removes unused parameter 'sending' from derive_secret_key_and_iv()Frederik Wedel-Heinen1-4/+3
2023-07-28vpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detectionXi Ruoyao3-13/+7
2023-07-28fix compile error (SIZE_MAX not found) on HP-UXJohn Kohl1-0/+1
2023-07-27x509/by_file.c: fix unreachable and redundant codeatishkov1-49/+45
2023-07-27Correct spelling of databaseFatih Arslan Tugay1-5/+5
2023-07-27Include <openssl/err.h> in include/refcount.hJohn Kohl1-0/+1
2023-07-27Add CHANGES.md and NEWS.md entries for CVE-2023-3817Tomas Mraz2-2/+22
2023-07-27dhtest.c: Add test of DH_check() with q = p + 1Tomas Mraz1-0/+12
2023-07-27DH_check(): Do not try checking q properties if it is obviously invalidTomas Mraz1-1/+8
2023-07-26Make DH_check set some error bits in recently added errorBernd Edlinger1-0/+1
2023-07-25get_cert_by_subject_ex(): Check result of X509_STORE_lock()atishkov1-4/+6
2023-07-25bio_print.c: Delete unreachable code at lines 710 and 711MrRurikov1-2/+0
2023-07-25Adds separate configuration targets for intel i386/x86_64 and arm64 ios simul...Frederik Wedel-Heinen1-4/+29
2023-07-25x509: add ASN1_STRING_set() check resultatishkov1-18/+13
2023-07-25QUIC TXP: Add extra testHugo Landau1-2/+32
2023-07-24Fix error handling in pipelining testBernd Edlinger1-1/+1
2023-07-24fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Ć ulc1-1/+1
2023-07-24fix clang-6,7,8 strict buildMarco Abbadini1-2/+2
2023-07-21Fix build when configured with -DOPENSSL_USE_IPV6=0Tom Cosgrove1-2/+8
2023-07-21QUIC TXP: Generate forced PINGs correctlyHugo Landau1-1/+3
2023-07-21QUIC TXP: Refactor TXP-related deadline handling into TXPHugo Landau3-13/+53
2023-07-21QUIC TXP: Update tests for refactorHugo Landau1-63/+61
2023-07-21QUIC TXP: Major refactor to handle padding correctlyHugo Landau2-436/+805
2023-07-21QUIC QTX: Add ciphertext size calculation functionHugo Landau2-7/+28
2023-07-21QUIC TXP: Test packet size boundary casesHugo Landau1-3/+66
2023-07-21Update with `ARMV8_HAVE_SHA3_AND_WORTH_USING`sdlyyxy3-9/+5
2023-07-21Move CPU detection to armcap.csdlyyxy3-27/+22
2023-07-21Enable ARMv8.2 accelerated SHA3 on compatible Apple CPUssdlyyxy2-0/+73
2023-07-21speed: Fix execution of EdDSA measurementIngo Franzki1-0/+14
2023-07-21speed: Fix memory leakIngo Franzki1-0/+6
2023-07-21Fix documentation around AAD and return values in EVP_Cipher*Samuel Lee1-4/+6