[openssl/openssl] f8503e: QUIC Documentation: Rename SSL_tick, SSL_get_tick_...

Hugo Landau noreply at github.com
Mon May 29 06:57:22 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: f8503ede86115b67e1552cf332d53fe43f0cb5bd
      https://github.com/openssl/openssl/commit/f8503ede86115b67e1552cf332d53fe43f0cb5bd
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M doc/build.info
    M doc/man3/BIO_get_rpoll_descriptor.pod
    M doc/man3/DTLSv1_get_timeout.pod
    M doc/man3/DTLSv1_handle_timeout.pod
    A doc/man3/SSL_get_event_timeout.pod
    M doc/man3/SSL_get_rpoll_descriptor.pod
    R doc/man3/SSL_get_tick_timeout.pod
    A doc/man3/SSL_handle_events.pod
    M doc/man3/SSL_inject_net_dgram.pod
    M doc/man3/SSL_set_blocking_mode.pod
    R doc/man3/SSL_tick.pod

  Log Message:
  -----------
  QUIC Documentation: Rename SSL_tick, SSL_get_tick_timeout

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)


  Commit: 6084e04b25378a4590798a034633e90791cf74a3
      https://github.com/openssl/openssl/commit/6084e04b25378a4590798a034633e90791cf74a3
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M include/internal/quic_ssl.h
    M include/openssl/ssl.h.in
    M ssl/quic/quic_impl.c
    M ssl/quic/quic_reactor.c
    M ssl/ssl_lib.c
    M test/helpers/quictestlib.c
    M test/quic_client_test.c
    M test/quic_multistream_test.c
    M test/quic_tserver_test.c
    M test/quicapitest.c
    M test/quicfaultstest.c
    M util/libssl.num

  Log Message:
  -----------
  QUIC: Rename SSL_tick, SSL_get_tick_timeout

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)


  Commit: 7ea497134733f8197f359fe3243ad24e97df0f1a
      https://github.com/openssl/openssl/commit/7ea497134733f8197f359fe3243ad24e97df0f1a
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-05-29 (Mon, 29 May 2023)

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

  Log Message:
  -----------
  QUIC APL: Change SSL_get_event_timeout API design

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)


  Commit: a28ac613dc35465096026f349370cc2ec973835f
      https://github.com/openssl/openssl/commit/a28ac613dc35465096026f349370cc2ec973835f
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M doc/man3/SSL_get_event_timeout.pod

  Log Message:
  -----------
  QUIC: Update documentation for SSL_get_event_timeout

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)


  Commit: 2f90ea3daef94ab9806ae20eab1f37986d53eade
      https://github.com/openssl/openssl/commit/2f90ea3daef94ab9806ae20eab1f37986d53eade
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M ssl/quic/quic_impl.c

  Log Message:
  -----------
  QUIC APL: Allow DTLSv1 APIs to be used for compatibility

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)


  Commit: 06fb6b97174ec8031de9b35203e35dee8f716365
      https://github.com/openssl/openssl/commit/06fb6b97174ec8031de9b35203e35dee8f716365
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M doc/man3/DTLSv1_get_timeout.pod
    M doc/man3/DTLSv1_handle_timeout.pod

  Log Message:
  -----------
  QUIC: Update documentation to reflect compatibility of DTLS APIs

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)


  Commit: 041d48c9636478563b5dcd936c1fe816d1628732
      https://github.com/openssl/openssl/commit/041d48c9636478563b5dcd936c1fe816d1628732
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M doc/man7/openssl-quic.pod
    M test/quic_newcid_test.c

  Log Message:
  -----------
  QUIC: Rename SSL_tick etc. in man(7) docs

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)


  Commit: a35e38a2128163209db76eb9135e29b1bbe54c9e
      https://github.com/openssl/openssl/commit/a35e38a2128163209db76eb9135e29b1bbe54c9e
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M apps/s_client.c

  Log Message:
  -----------
  QUIC: Rename SSL_tick etc. in s_client

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)


  Commit: b626a0f1fdd306845e5ff7632329d32d5f9e2fba
      https://github.com/openssl/openssl/commit/b626a0f1fdd306845e5ff7632329d32d5f9e2fba
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-05-29 (Mon, 29 May 2023)

  Changed paths:
    M doc/man3/DTLSv1_handle_timeout.pod
    M doc/man3/SSL_get_event_timeout.pod
    M doc/man3/SSL_handle_events.pod
    M ssl/quic/quic_impl.c

  Log Message:
  -----------
  SSL_handle_events(): Minor fixes to documentation

Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20879)


Compare: https://github.com/openssl/openssl/compare/0bf7e94c10f1...b626a0f1fdd3


More information about the openssl-commits mailing list