summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* QUIC ACKM: Add function to get PTOHugo Landau2023-01-131-0/+16
* QUIC RXDP: Remove non-actionable TODOsHugo Landau2023-01-131-6/+3
* QUIC Transport Parameters: Add CID encoder/decoder, make ID optionalHugo Landau2023-01-131-1/+35
* QUIC RX: Refactor unsafe DCID consistency checkingHugo Landau2023-01-131-12/+18
* QUIC Dummy Handshake Layer: Allow transport parameters to be set laterHugo Landau2023-01-131-14/+29
* QUIC TXP: Don't send STREAM frames until handshake is completeHugo Landau2023-01-131-2/+10
* QUIC TXP: Make discard_enc_level match documentationHugo Landau2023-01-131-1/+0
* QUIC TXP: Add a function to query if the TXP wants to generate a packetHugo Landau2023-01-131-0/+19
* QUIC Record Layer: Allow INITIAL EL to be rekeyedHugo Landau2023-01-131-2/+21
* QUIC: Add transport parameter and other constantsHugo Landau2023-01-131-0/+3
* QUIC Wire Format Encoding: Fix handling of zero-length parametersHugo Landau2023-01-131-2/+6
* QUIC RSTREAM: Allow pointer to be NULL when calling freeHugo Landau2023-01-131-0/+3
* QUIC TX: Do not have QTX handle refcount of BIOsHugo Landau2023-01-131-12/+1
* QUIC RXFC: Don't emit a MAX_STREAM_DATA frame if we have a final sizeHugo Landau2023-01-131-1/+5
* QUIC Wire Encoding: Support Retry Integrity Tag CalculationHugo Landau2023-01-131-2/+130
* QUIC RX: Do not handle auto-discard of Initial EL inside the QRXHugo Landau2023-01-131-7/+0
* QUIC RX: Fix QRX packet handling refactor w.r.t. list refactorHugo Landau2023-01-131-3/+4
* QUIC RX: Support refcounted packets and eliminate wrapperHugo Landau2023-01-136-117/+60
* QUIC: Dummy Handshake Layer for PrototypingHugo Landau2023-01-132-0/+331
* QUIC DEMUX: Allow BIO to be changedHugo Landau2023-01-131-0/+5
* QUIC Congestion Control: API to determine deadline at which more credit will ...Hugo Landau2023-01-131-0/+6
* QUIC ACKM: Add support for psuedo-lossHugo Landau2023-01-131-3/+27
* Fixed typos in documentation and commentsSemen Zhydenko2023-01-041-1/+1
* ssl3_mac(): Fix possible divide by zero bugzhailiangliang2022-12-221-1/+1
* Make error reason for disallowed legacy sigalg more specificTomas Mraz2022-12-133-2/+6
* Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu2022-12-051-1/+1
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-242-0/+9
* QUIC TXP: Fix missing OSSL_NELEM includeHugo Landau2022-11-241-0/+1
* QUIC TX Packetiser and Streams MapperHugo Landau2022-11-2410-14/+2593
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-232-0/+2
* KTLS: enable the CCM mode of ktlsTianjia Zhang2022-11-161-2/+1
* QUIC: use list.hPauli2022-11-162-163/+75
* QUIC ackm: use list.hPauli2022-11-162-40/+25
* QUIC tx record layer: use list.hPauli2022-11-161-65/+39
* uint_set: convert uint_set to use the list data typePauli2022-11-163-129/+78
* Resolve a TODO in ssl3_dispatch_alertMatt Caswell2022-11-147-16/+47
* Plug the QUIC_RSTREAM to the RX depacketizerTomas Mraz2022-11-145-64/+49
* QUIC Receive Stream Management: Call QUIC flow controlTomas Mraz2022-11-142-34/+68
* QUIC Receive Stream ManagementTomas Mraz2022-11-148-47/+379
* Fix memory leak when freeing the DTLS record layerMatt Caswell2022-11-142-5/+8
* Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell2022-11-148-91/+98
* Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell2022-11-146-86/+86
* Move declarations out of record.h and record_local.hMatt Caswell2022-11-149-207/+166
* Move tls_pad.c into ssl/record/methodsMatt Caswell2022-11-143-6/+7
* Remove references to read_mac_secret and write_mac_secretMatt Caswell2022-11-142-6/+0
* Remove the read_iv/write_iv fields from SSL_CONNECTIONMatt Caswell2022-11-142-15/+3
* Remove compress/expand fields from SSL_CONNECTIONMatt Caswell2022-11-142-39/+27
* Remove remaining refs to enc_(write|read)_ctx/(read|write)_hashMatt Caswell2022-11-145-49/+19
* use OSSL_PARAM_construct_uint32 for max_early_dataJ.W. Jagersma2022-11-141-2/+2
* Cast values to match printf format strings.J.W. Jagersma2022-11-143-7/+12