summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce libabigail checking in ciNeil Horman2023-11-063-1/+6121
* Correctly track the original length when generating a stream frameMatt Caswell2023-11-061-3/+5
* tparam_on_enc_ext(): Remove dead code in cleanupTomas Mraz2023-11-061-6/+2
* ossl_quic_new(): Avoid dereferencing NULL qc during cleanupTomas Mraz2023-11-061-1/+1
* Fix documentation regarding KMAC sizesMichael Hinz2023-11-061-1/+1
* ossl_qrl_enc_level_set_provide_secret(): Avoid leaking keyslot in error condi...Tomas Mraz2023-11-061-4/+4
* internal/common.h: rename macro `(un)likely` to `ossl_(un)likely`Matthias St. Pierre2023-11-033-20/+20
* Add negative test for key length changeTomas Mraz2023-11-031-1/+73
* Add negative test for iv length changeTomas Mraz2023-11-031-1/+60
* update/final: Return error if key is not setTomas Mraz2023-11-034-1/+35
* When changing IV length invalidate previously set IVTomas Mraz2023-11-033-3/+14
* rand uniform: fix likely usagePauli2023-11-031-1/+1
* Add support for streams to the quic-client fuzzerMatt Caswell2023-11-031-14/+87
* Call SSL_write() in the quic-client-fuzzerMatt Caswell2023-11-031-6/+26
* Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell2023-11-036-54/+97
* Add design notes for XOF API.slontis2023-11-021-0/+268
* TLS: Fix use of an uninitialized valueHugo Landau2023-11-021-1/+1
* QUIC: Test missing/malformed/duplicate/etc. transport parametersHugo Landau2023-11-021-0/+517
* QUIC QTEST_FAULT: Allow deleted TLS extension to be outputHugo Landau2023-11-023-5/+24
* QUIC WIRE: Refuse integer transport params with trailing body bytesHugo Landau2023-11-021-0/+3
* QUIC CHANNEL: Set reason string for missing tparams extensionHugo Landau2023-11-021-1/+3
* ossl_quic_new(): Fix a leak found by error injectionTomas Mraz2023-11-021-11/+10
* Fix quicserver binding when duplicate entries existNeil Horman2023-11-021-4/+4
* tag ossl_assert not failing as being 'likely' to improve optimisationPauli2023-11-021-1/+1
* CHANGES.md: document BLAKE2b's "size"-setting supportнаб2023-11-021-0/+5
* QUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_ackedHugo Landau2023-11-022-2/+18
* Fix a possible memory leak in load_builtin_compressionsBernd Edlinger2023-11-021-1/+2
* Update the OpenSSL Guide tutorials with changes to the demosMatt Caswell2023-11-024-26/+84
* Update the README with information about how to run the QUIC demosMatt Caswell2023-11-021-0/+28
* Update the QUIC demos to accept hostname/port on the command lineMatt Caswell2023-11-023-51/+90
* Extend the README to describe how to run the TLS demosMatt Caswell2023-11-025-1/+128
* Amend the TLS demos to accept hostname/port as an argumentMatt Caswell2023-11-022-32/+54
* QUIC MULTISTREAM TEST: Ensure frames are only injected into correct packet typesHugo Landau2023-11-021-10/+16
* QUIC MULTISTREAM TEST: Fix script 38 stochastic failure on WindowsHugo Landau2023-11-021-1/+8
* Don't create an ack frame if one isn't wanted for this pn_spaceMatt Caswell2023-11-011-1/+1
* Correct comment in crypto/ec/curve448/ed448.hChristian Schmidt2023-11-011-1/+1
* quic ddd demos: update makefile and demo sourcesJames Muir2023-11-018-46/+63
* quic docs: update ddd README.mdJames Muir2023-11-011-5/+7
* QUIC APL: Optimise write buffer sizes automaticallyHugo Landau2023-11-011-7/+56
* QUIC TXP: Fix drainage calculationHugo Landau2023-11-011-17/+6
* Create a rudimentary symbol scanning scriptNeil Horman2023-11-016-0/+479
* CI: add Clang 17Sam James2023-11-011-0/+4
* Stop the quicserver if the handshake or receiving the request failsMatt Caswell2023-11-011-0/+10
* rand uniform: add comments outlining the algorithmPauli2023-11-011-3/+36
* Add test case for uniform random generatorsPauli2023-11-012-1/+34
* rand: implement an unbiased random integer from a rangePauli2023-11-013-1/+89
* Don't error if s_client receives exactly BUFSIZZ dataMatt Caswell2023-11-011-1/+1
* remove setup-perl actiond from windows jobsDmitry Misharov2023-11-012-4/+0
* Check for NULL when freeing the QUIC_TLS objectMatt Caswell2023-10-311-0/+2
* evp_test.c: There are now 3 parameters possible for digestsTomas Mraz2023-10-301-1/+1