summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-05-29Don't take a write lock when freeing an EVP_PKEYMatt Caswell
2023-05-29x509: Handle ossl_policy_level_add_node errorsClemens Lang
2023-05-29x509: Fix possible use-after-free when OOMClemens Lang
2023-05-29Add missing CHANGES.md entriesTomas Mraz
2023-05-29SSL_handle_events(): Minor fixes to documentationHugo Landau
2023-05-29QUIC: Rename SSL_tick etc. in s_clientHugo Landau
2023-05-29QUIC: Rename SSL_tick etc. in man(7) docsHugo Landau
2023-05-29QUIC: Update documentation to reflect compatibility of DTLS APIsHugo Landau
2023-05-29QUIC APL: Allow DTLSv1 APIs to be used for compatibilityHugo Landau
2023-05-29QUIC: Update documentation for SSL_get_event_timeoutHugo Landau
2023-05-29QUIC APL: Change SSL_get_event_timeout API designHugo Landau
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-29QUIC Documentation: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-25Replace __attribute__((malloc)) with __attribute__((__malloc__)) in macros.hAnis-cpu-13
2023-05-25Clarify how to return string dataWatson Ladd
2023-05-25Fix a bug where the result of rehash is unstableminyong.ha
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-25APPS/ca: remove spurious errors when certain config file entries are not prov...Dr. David von Oheimb
2023-05-24Create internal/ssl.hMatt Caswell
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell
2023-05-24Use the %llu format specifier for uint64_tMatt Caswell
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell
2023-05-24Add a test for the new QUIC tracing capabilityMatt Caswell
2023-05-24Fix an SSL_trace bugMatt Caswell
2023-05-24Update the msg_callback documentationMatt Caswell
2023-05-24Add more trace details for the remaining frame typesMatt Caswell
2023-05-24Properly handling stream/crypto frames while tracingMatt Caswell
2023-05-24Enable tracing of datagrams we have sentMatt Caswell
2023-05-24Enable tracing of packets that have been sentMatt Caswell
2023-05-24Extend tracing of frames to transmitted framesMatt Caswell
2023-05-24Support trace for QUIC FramesMatt Caswell
2023-05-24Support trace for QUIC PacketsMatt Caswell
2023-05-24Support trace for QUIC datagramsMatt Caswell
2023-05-24Add initial QUIC support for the msg_callbackMatt Caswell
2023-05-24Resolve a djgpp function name conflictHugo Landau
2023-05-24Add note about Windows LONGHugo Landau
2023-05-24Make testutil text output functions thread safe (tsan)Hugo Landau
2023-05-24QUIC APL: Unlock mutex before freeing (clang tsan error)Hugo Landau
2023-05-24Remove an unused variable (clang 16 warning)Hugo Landau
2023-05-24QUIC: Add to threads sanitizer CIHugo Landau
2023-05-24QUIC Glossary: Add QCTXHugo Landau
2023-05-24Add no-threads build to CIHugo Landau
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-24QUIC TSERVER: Use a random port in the tserver testHugo Landau
2023-05-24QUIC MSMT: macOS robustness fixesHugo Landau
2023-05-24QUIC APL: Make SSL_get_error per-stream, error raising refactorHugo Landau
2023-05-24QUIC MSMT TESTS: Add tests to exercise MAX_STREAMSHugo Landau
2023-05-24QUIC RXDP: Ensure all stream-related frames autocreate a streamHugo Landau
2023-05-24QUIC FC: Correct operation of stream count modeHugo Landau