[openssl/openssl] d51398: QUIC: Add documentation for tuning API

Hugo Landau noreply at github.com
Thu Feb 8 16:52:35 UTC 2024


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: d51398b9984d31eab275250a650c2621f3ebdf0d
      https://github.com/openssl/openssl/commit/d51398b9984d31eab275250a650c2621f3ebdf0d
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M doc/build.info
    A doc/man3/SSL_get_value_uint.pod
    M include/openssl/ssl.h.in
    M util/libssl.num
    M util/other.syms

  Log Message:
  -----------
  QUIC: Add documentation for tuning API

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: e203d1b542eba8dd7ae53b3def2abf8482acc4d8
      https://github.com/openssl/openssl/commit/e203d1b542eba8dd7ae53b3def2abf8482acc4d8
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M crypto/err/openssl.txt
    M include/openssl/sslerr.h
    M ssl/ssl_err.c
    M ssl/ssl_lib.c

  Log Message:
  -----------
  QUIC: Add new error codes for tuning API

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: a774062466d3d2d2908c4f076a9cbbd2cb00738a
      https://github.com/openssl/openssl/commit/a774062466d3d2d2908c4f076a9cbbd2cb00738a
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M include/internal/quic_fc.h
    M ssl/quic/quic_fc.c

  Log Message:
  -----------
  QUIC RXFC: Add accessor for credit

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: ecff7ca4c1043265a7af09d7f9286a08779dd098
      https://github.com/openssl/openssl/commit/ecff7ca4c1043265a7af09d7f9286a08779dd098
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M include/internal/quic_channel.h
    M ssl/quic/quic_channel.c
    M ssl/quic/quic_channel_local.h

  Log Message:
  -----------
  QUIC CHANNEL: Add idle timeout configuration and stream count APIs

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 57eee469f72b449c124c93513e573582bcef1166
      https://github.com/openssl/openssl/commit/57eee469f72b449c124c93513e573582bcef1166
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M include/internal/quic_ssl.h
    M ssl/quic/quic_impl.c

  Log Message:
  -----------
  QUIC APL: Add feature query implementation

Fixes https://github.com/openssl/project/issues/412
Fixes https://github.com/openssl/project/issues/415

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: a1446ff2060c6bad71ef79f16e7894e83fd5fb82
      https://github.com/openssl/openssl/commit/a1446ff2060c6bad71ef79f16e7894e83fd5fb82
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M CHANGES.md

  Log Message:
  -----------
  Add CHANGES entry

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 69616017a613c7442fa51794d51f167b0de2fc9c
      https://github.com/openssl/openssl/commit/69616017a613c7442fa51794d51f167b0de2fc9c
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M ssl/quic/quic_channel.c

  Log Message:
  -----------
  QUIC CHANNEL: Defer transport parameter generation

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 693d9afef46dbde2f41464052bda994821f536ad
      https://github.com/openssl/openssl/commit/693d9afef46dbde2f41464052bda994821f536ad
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M ssl/quic/quic_channel.c

  Log Message:
  -----------
  QUIC CHANNEL: Fix idle timeout computation bug

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 898e1f1353682222efe96cd4dd5ac6a73e2cc8b3
      https://github.com/openssl/openssl/commit/898e1f1353682222efe96cd4dd5ac6a73e2cc8b3
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M test/quic_multistream_test.c

  Log Message:
  -----------
  QUIC MULTISTREAM TEST: Test idle timeout configuration

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 7048339158a9ccfbbbeaa4d88baf74f06d41392e
      https://github.com/openssl/openssl/commit/7048339158a9ccfbbbeaa4d88baf74f06d41392e
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M test/quic_multistream_test.c

  Log Message:
  -----------
  QUIC MULTISTREAM TEST: Test available stream count API

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 39a387f46c1b4f85af4a3a9cf98e50772d117485
      https://github.com/openssl/openssl/commit/39a387f46c1b4f85af4a3a9cf98e50772d117485
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M ssl/quic/quic_impl.c
    M test/quic_multistream_test.c

  Log Message:
  -----------
  Quiet false warning about uninitialised variable

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 9b35ce2ba0aaa005199b7d84edc7ddeac8478475
      https://github.com/openssl/openssl/commit/9b35ce2ba0aaa005199b7d84edc7ddeac8478475
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M test/quic_multistream_test.c

  Log Message:
  -----------
  QUIC MULTISTREAM TEST: Make test resilient on stochastic platforms

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: a01746ba3d3d1f19386d9e58f10cc963f7817556
      https://github.com/openssl/openssl/commit/a01746ba3d3d1f19386d9e58f10cc963f7817556
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M doc/man3/SSL_get_value_uint.pod

  Log Message:
  -----------
  Minor fix

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 2cd09e0075cbe2427825c0a7e7cffcb57e408032
      https://github.com/openssl/openssl/commit/2cd09e0075cbe2427825c0a7e7cffcb57e408032
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M test/quic_multistream_test.c

  Log Message:
  -----------
  Minor fixes after rebase

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 07e66f3c3d758619d8594e51afea80d7d23908db
      https://github.com/openssl/openssl/commit/07e66f3c3d758619d8594e51afea80d7d23908db
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M crypto/err/openssl.txt
    M include/openssl/sslerr.h

  Log Message:
  -----------
  Fix error code collision

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 37228ded0faab6c10f7438f812ce611e0a41830b
      https://github.com/openssl/openssl/commit/37228ded0faab6c10f7438f812ce611e0a41830b
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M test/quic_multistream_test.c

  Log Message:
  -----------
  Fixup multistream test

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 827475fc8b255f912a90295b3dac5864a0a7614a
      https://github.com/openssl/openssl/commit/827475fc8b255f912a90295b3dac5864a0a7614a
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M doc/man3/SSL_get_value_uint.pod
    M ssl/quic/quic_channel_local.h

  Log Message:
  -----------
  QUIC CHANNEL: Optimise struct packing

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 99a5cfc13a0a8b1ebf51d0193ac78f64a48c87e1
      https://github.com/openssl/openssl/commit/99a5cfc13a0a8b1ebf51d0193ac78f64a48c87e1
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M ssl/quic/quic_impl.c
    M ssl/ssl_lib.c

  Log Message:
  -----------
  QUIC APL: Move NULL pointer check to quic_impl.c

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


  Commit: 01690a7ff36c4d18c48b301cdf375c954105a1d9
      https://github.com/openssl/openssl/commit/01690a7ff36c4d18c48b301cdf375c954105a1d9
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2024-02-08 (Thu, 08 Feb 2024)

  Changed paths:
    M doc/man3/SSL_get_value_uint.pod
    M include/openssl/ssl.h.in

  Log Message:
  -----------
  Minor updates

Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)


Compare: https://github.com/openssl/openssl/compare/a8e32a6b2c77...01690a7ff36c


More information about the openssl-commits mailing list