summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QUIC QSM: Infrastructure for tracking shutdown flush eligible streamsHugo Landau2023-07-312-2/+77
* QUIC APL: Add internal call to allow changing send buffer sizeHugo Landau2023-07-312-0/+38
* QUIC CHANNEL: Allow ticking to be inhibited for testing purposesHugo Landau2023-07-313-41/+59
* Update GOST engine commit to deal with test failureDmitry Belyavskiy2023-07-311-0/+0
* Removes unused parameter 'sending' from derive_secret_key_and_iv()Frederik Wedel-Heinen2023-07-281-4/+3
* vpaes: LoongArch: Use getauxval(AT_HWCAP) for LSX detectionXi Ruoyao2023-07-283-13/+7
* fix compile error (SIZE_MAX not found) on HP-UXJohn Kohl2023-07-281-0/+1
* x509/by_file.c: fix unreachable and redundant codeatishkov2023-07-271-49/+45
* Correct spelling of databaseFatih Arslan Tugay2023-07-271-5/+5
* Include <openssl/err.h> in include/refcount.hJohn Kohl2023-07-271-0/+1
* Add CHANGES.md and NEWS.md entries for CVE-2023-3817Tomas Mraz2023-07-272-2/+22
* dhtest.c: Add test of DH_check() with q = p + 1Tomas Mraz2023-07-271-0/+12
* DH_check(): Do not try checking q properties if it is obviously invalidTomas Mraz2023-07-271-1/+8
* Make DH_check set some error bits in recently added errorBernd Edlinger2023-07-261-0/+1
* get_cert_by_subject_ex(): Check result of X509_STORE_lock()atishkov2023-07-251-4/+6
* bio_print.c: Delete unreachable code at lines 710 and 711MrRurikov2023-07-251-2/+0
* Adds separate configuration targets for intel i386/x86_64 and arm64 ios simul...Frederik Wedel-Heinen2023-07-251-4/+29
* x509: add ASN1_STRING_set() check resultatishkov2023-07-251-18/+13
* QUIC TXP: Add extra testHugo Landau2023-07-251-2/+32
* Fix error handling in pipelining testBernd Edlinger2023-07-241-1/+1
* fix: reject adding a duplicity into STACK_OF(X509_ATTRIBUTE)Adam Ć ulc2023-07-241-1/+1
* fix clang-6,7,8 strict buildMarco Abbadini2023-07-241-2/+2
* Fix build when configured with -DOPENSSL_USE_IPV6=0Tom Cosgrove2023-07-211-2/+8
* QUIC TXP: Generate forced PINGs correctlyHugo Landau2023-07-211-1/+3
* QUIC TXP: Refactor TXP-related deadline handling into TXPHugo Landau2023-07-213-13/+53
* QUIC TXP: Update tests for refactorHugo Landau2023-07-211-63/+61
* QUIC TXP: Major refactor to handle padding correctlyHugo Landau2023-07-212-436/+805
* QUIC QTX: Add ciphertext size calculation functionHugo Landau2023-07-212-7/+28
* QUIC TXP: Test packet size boundary casesHugo Landau2023-07-211-3/+66
* Update with `ARMV8_HAVE_SHA3_AND_WORTH_USING`sdlyyxy2023-07-213-9/+5
* Move CPU detection to armcap.csdlyyxy2023-07-213-27/+22
* Enable ARMv8.2 accelerated SHA3 on compatible Apple CPUssdlyyxy2023-07-212-0/+73
* speed: Fix execution of EdDSA measurementIngo Franzki2023-07-211-0/+14
* speed: Fix memory leakIngo Franzki2023-07-211-0/+6
* Fix documentation around AAD and return values in EVP_Cipher*Samuel Lee2023-07-211-4/+6
* Connection ID processingPauli2023-07-191-0/+70
* apps/cms.c: Fix unreachable code in cms_main()atishkov2023-07-191-13/+10
* Update CHANGES/NEWS for CVE-2023-3446Matt Caswell2023-07-192-0/+22
* Add a test for CVE-2023-3446Matt Caswell2023-07-191-2/+13
* Fix DH_check() excessive time with over sized modulusMatt Caswell2023-07-192-1/+11
* Fixup testsHugo Landau2023-07-191-1/+1
* QUIC TXP: Handle non-inflight-eligible packets correctlyHugo Landau2023-07-191-4/+23
* QUIC ACKM: Don't record non-inflight packets in CCHugo Landau2023-07-191-11/+12
* QUIC TXP: Do not generate full-size packets when sending CC-excess probesHugo Landau2023-07-192-15/+18
* QUIC ACKM: RFC 9000 s. 13.2.1: max_ack_delay taken as 0 in INITIAL/HANDSHAKEHugo Landau2023-07-192-6/+91
* QUIC CHANNEL: Initialise max_ack_delay values properlyHugo Landau2023-07-192-0/+21
* QUIC ACKM: Clean up max_ack_delay tracking and separate TX and RX valuesHugo Landau2023-07-192-15/+56
* QUIC STATM: Move max_ack_delay tracking out of STATMHugo Landau2023-07-192-11/+2
* remove duplicate defines, add commentPauli2023-07-191-15/+14
* openssl-kdf.pod.in: add text on 'salt' and 'info' parameters; small further i...Dr. David von Oheimb2023-07-191-7/+32