summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-11-23Prepare for release of 3.2.0openssl-3.2.0Richard Levitte
2023-11-23make updateRichard Levitte
2023-11-23Copyright year updatesRichard Levitte
2023-11-23Make CHANGES.md header more appropriateHugo Landau
2023-11-23Amend NEWS.md to be more like release notesHugo Landau
2023-11-22doc: fix description of mac "block-size" parameterJames Muir
2023-11-22doc: better description of KECCAK-KMAC XOFJames Muir
2023-11-22Update the provider documentationMatt Caswell
2023-11-22Update OpenSSL logosJames Muir
2023-11-22Fix possible memleak in PKCS7_add0_attrib_signing_timeBernd Edlinger
2023-11-22Fix a possible use-after-free in custom_exts_freeBernd Edlinger
2023-11-22Fix a possible memleak in CMS_sign_receiptBernd Edlinger
2023-11-22Fix a possible memleak in PKCS7_add_attrib_smimecapBernd Edlinger
2023-11-22Fix a possible memory leak in dane_tlsa_addBernd Edlinger
2023-11-21Fix typo in variable nameAnders Jansson
2023-11-21Move freeing of an old record layer to dtls1_clear_sent_bufferMatt Caswell
2023-11-21zero data in hm_fragment on allocNeil Horman
2023-11-21augment quic demos to support ipv4/6 connectionsNeil Horman
2023-11-15Bump actions/github-script from 6 to 7dependabot[bot]
2023-11-15Configure: do not check for an absolute prefix in cross-buildsViktor Szakats
2023-11-15Correct tag len check when determining how much space we have in the pktMatt Caswell
2023-11-15Add some additional tests for the new fc "consumed" paramsMatt Caswell
2023-11-15Keep track of connection credit as we add stream dataMatt Caswell
2023-11-15README: add link to OpenSSL 3.2 manual pagesMatthias St. Pierre
2023-11-14Rearrange some CI jobsTomas Mraz
2023-11-14Correct 50-nonstop.conf to support QUIC tests under SPT threading models.Randall S. Becker
2023-11-14cms demos: print signingTime attributesJames Muir
2023-11-14Force Nonstop to use fcntl(F_GETFL) in BIO_sock_nbioNeil Horman
2023-11-13Properly limit the variable output size for BLAKE2Tomas Mraz
2023-11-10apps/list.c: Check the result of inserting a provider into provider's stackAlexey Fofanov
2023-11-09Fix a possible memory leak of ssl->s3.tmp.pskBernd Edlinger
2023-11-09After a stream has implicit length don't add more stream related framesMatt Caswell
2023-11-08Add CHANGES.md and NEWS.md entry for CVE-2023-5678Tomas Mraz
2023-11-08Sync CHANGES.md and NEWS.md with 3.1 branchTomas Mraz
2023-11-08QUIC TXP: Handle padding correctly for ACK_ONLY archetypeHugo Landau
2023-11-08QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...Hugo Landau
2023-11-08add locking around fake_nowNeil Horman
2023-11-08Correct order of ossl_condvar_signal in quic_multistream_testNeil Horman
2023-11-08Add unit test for #22644Pauli
2023-11-08Fix bug in priority queue remove functionPauli
2023-11-08apps/rehash.c: avoid printf format warning [-Wformat]Matthias St. Pierre
2023-11-08Fix a possible memory leak in custom_ext_addBernd Edlinger
2023-11-08quic http3 demo: minor updatesJames Muir
2023-11-07Use proper KDF SS parameter nameDmitry Belyavskiy
2023-11-06Fix conflicts between DH check flags and FFC check flagsRichard Levitte
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte
2023-11-06Correctly track the original length when generating a stream frameMatt Caswell
2023-11-06tparam_on_enc_ext(): Remove dead code in cleanupTomas Mraz
2023-11-06ossl_quic_new(): Avoid dereferencing NULL qc during cleanupTomas Mraz
2023-11-06Fix documentation regarding KMAC sizesMichael Hinz