aboutsummaryrefslogtreecommitdiffstats
path: root/include/internal
Commit message (Expand)AuthorAgeFilesLines
* Add EVP_DigestSqueeze() API.slontis2023-11-101-4/+13
* Fix conflicts between DH check flags and FFC check flagsRichard Levitte2023-11-061-2/+7
* internal/common.h: rename macro `(un)likely` to `ossl_(un)likely`Matthias St. Pierre2023-11-031-5/+5
* tag ossl_assert not failing as being 'likely' to improve optimisationPauli2023-11-021-1/+1
* Round up nano secs when converting OSSL_TIME to struct timevalMatt Caswell2023-10-201-7/+16
* QUIC: Prevent incoming oversize tokensHugo Landau2023-10-201-6/+8
* QUIC: Add handling of SSL_get_shutdown()Tomas Mraz2023-10-202-0/+2
* Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz2023-10-191-1/+0
* When calling ossl_crypto_condvar_wait_timeout() we must use real timeMatt Caswell2023-10-101-1/+6
* Remove use of _Static_assertMatt Caswell2023-09-151-9/+0
* Fix the SSL_CIPHER_find() function when used with a QCSOMatt Caswell2023-09-121-0/+1
* Add a test for using a PSK with QUICMatt Caswell2023-09-121-0/+4
* Bad function definitionDimitri Papadopoulos2023-09-111-3/+3
* Remove repeated wordsDimitri Papadopoulos2023-09-113-4/+4
* Exclude include of poll.h from NonStop builds - not defined on platform.Randall S. Becker2023-09-081-1/+3
* Copyright year updatesMatt Caswell2023-09-0745-45/+45
* internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_CRichard Levitte2023-09-041-0/+25
* VMS: Add a fallback definition of socklen_tRichard Levitte2023-09-041-0/+3
* Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exeTom Cosgrove2023-09-041-12/+23
* QUIC APL: Implement SSL_wantHugo Landau2023-09-011-0/+1
* QUIC: Make TLS1_FLAGS_QUIC privateHugo Landau2023-09-011-0/+3
* QUIC APL: Allow stream origin to be queriedHugo Landau2023-09-011-0/+1
* QUIC CHANNEL: Introduce concept of (non-)addressed modeHugo Landau2023-09-011-1/+4
* QUIC CHANNEL: Cleanup poll descriptor managementHugo Landau2023-09-011-0/+6
* QUIC REACTOR: Move can-poll flags into reactorHugo Landau2023-09-011-3/+14
* QUIC: Harden ring buffer against internal misuseHugo Landau2023-08-311-3/+15
* OSSL_PROVIDER_load_exDmitry Belyavskiy2023-08-301-1/+1
* QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau2023-08-301-1/+1
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-252-0/+17
* Always use uint8_t for TLS record typeTomas Mraz2023-08-251-1/+1
* Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz2023-08-251-1/+1
* Don't keep creating CONNECTION_CLOSE framesMatt Caswell2023-08-251-0/+1
* ossl_quic_tx_packetiser_generate(): Always report if packets were sentTomas Mraz2023-08-231-8/+5
* quic: process stateless resetsPauli2023-08-163-8/+33
* Add a test for receiving a post-handshake CertificateRequestMatt Caswell2023-08-151-0/+7
* Add the ability to send NewSessionTicket messages when we want themMatt Caswell2023-08-151-0/+3
* NewSessionTickets with an early_data extension must have a valid max valueMatt Caswell2023-08-151-0/+1
* Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATIONMatt Caswell2023-08-151-0/+2
* Remove include/internal/decoder.h, as it's superfluousRichard Levitte2023-08-151-18/+0
* QUIC APL/CHANNEL: Wire up connection closure reasonHugo Landau2023-08-101-1/+17
* QUIC TEST: Test NEW_CONN_ID framesHugo Landau2023-08-101-0/+5
* QUIC TEST: Test malformed crypto stream data, excess bufferingHugo Landau2023-08-101-0/+3
* QUIC TEST: Ensure PING causes ACK generationHugo Landau2023-08-102-0/+12
* Resolve some of the TODO(QUIC) itemsTomas Mraz2023-08-081-2/+2
* QUIC TLS: Rethink error handlingHugo Landau2023-08-083-3/+15
* QUIC: Move string conversion functions into a source fileHugo Landau2023-08-082-68/+2
* QUIC CHANNEL: Improve error reportingHugo Landau2023-08-084-5/+95
* QUIC FC: Rename stream count mode to reflect actual functionHugo Landau2023-08-081-6/+8
* QUIC QRX: Don't process 1-RTT packets until handshake is completeHugo Landau2023-08-081-0/+11
* QUIC CHANNEL, TXP: Discard INITIAL EL correctlyHugo Landau2023-08-081-0/+1