index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
ca-key.pem
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-17
CMP app and API doc: add note on critical server auth on receiving trust anch...
Dr. David von Oheimb
2
-0
/
+23
2023-07-17
CMP doc: various small corrections, mostly on PBM vs. MAC-based protection
Dr. David von Oheimb
3
-28
/
+31
2023-07-17
rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.pod
Dr. David von Oheimb
5
-13
/
+17
2023-07-17
APPS load_key_certs_crls(): improve error string macro FAIL_NAME
Dr. David von Oheimb
1
-4
/
+4
2023-07-17
Minor fixups
Hugo Landau
1
-3
/
+3
2023-07-17
QUIC: Fix multistream test on macOS
Hugo Landau
5
-1
/
+35
2023-07-17
Minor fixups
Hugo Landau
1
-1
/
+2
2023-07-17
QUIC: Fix multistream script 19 stochastic test failure
Hugo Landau
1
-1
/
+1
2023-07-17
Minor updates 2
Hugo Landau
5
-12
/
+16
2023-07-17
Minor updates
Hugo Landau
7
-26
/
+44
2023-07-17
QUIC: Multistream test fixes
Hugo Landau
1
-9
/
+23
2023-07-17
QUIC: Correct minimal frame encoding test
Hugo Landau
2
-14
/
+21
2023-07-17
QUIC: test fixes for WPACKET use
Hugo Landau
1
-27
/
+58
2023-07-17
make update
Hugo Landau
3
-4
/
+12
2023-07-17
QUIC QSM: Get rid of recv_fin_retired in favour of recv_state
Hugo Landau
3
-12
/
+17
2023-07-17
QUIC QSM: Update API documentation
Hugo Landau
2
-33
/
+42
2023-07-17
QUIC CONFORMANCE/APL: Handle FIN/reset retirement correctly
Hugo Landau
2
-7
/
+22
2023-07-17
QUIC Send Stream State: Transition to DATA_SENT
Hugo Landau
2
-5
/
+10
2023-07-17
QUIC CONFORMANCE: Wire the DATA_SENT state
Hugo Landau
1
-1
/
+9
2023-07-17
QUIC APL: Validate receive stream state
Hugo Landau
1
-10
/
+45
2023-07-17
QUIC APL: Validate send stream state
Hugo Landau
3
-10
/
+74
2023-07-17
QUIC CONFORMANCE: Stop handling frames after termination
Hugo Landau
1
-0
/
+4
2023-07-17
QUIC Conformance: Frame Handling Tests
Hugo Landau
7
-33
/
+791
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 9.6
Hugo Landau
1
-1
/
+40
2023-07-17
QUIC CONFORMANCE: Validate preferred_addr transport parameter
Hugo Landau
4
-12
/
+88
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 19.16: RETIRE_CONNECTION_ID frames
Hugo Landau
1
-1
/
+21
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 19.15: NEW_CONNECTION_ID frames
Hugo Landau
1
-0
/
+15
2023-07-17
QUIC RXDP: Make ACK eliciting definition more resilient and centralised
Hugo Landau
1
-51
/
+18
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 19.14: STREAMS_BLOCKED Frames
Hugo Landau
1
-0
/
+14
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 19.13: STREAM_DATA_BLOCKED Frames
Hugo Landau
1
-0
/
+17
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 19.7
Hugo Landau
1
-0
/
+13
2023-07-17
RFC 9000 s. 19.8: Enforce maximum stream size
Hugo Landau
1
-0
/
+15
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 17.2.5.1
Hugo Landau
1
-0
/
+7
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 17.2.2: Enforce no initial token from server
Hugo Landau
1
-0
/
+13
2023-07-17
QUIC CONFORMANCE: Enforce packet header reserved bits
Hugo Landau
1
-0
/
+12
2023-07-17
QUIC WIRE: Allow encoding/decoding of reserved header bits
Hugo Landau
5
-9
/
+234
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 13.3: MAX_STREAM_DATA generation
Hugo Landau
2
-4
/
+12
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 12.5: Application CONNECTION_CLOSE frame masking
Hugo Landau
1
-3
/
+59
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 12.5: Ensure CFQ can not be used to send disall...
Hugo Landau
1
-2
/
+2
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 12.3: PN Limit
Hugo Landau
1
-0
/
+12
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 12.3: PN duplicate suppression
Hugo Landau
3
-23
/
+35
2023-07-17
QUIC ACKM: Clarify the role of is_inflight
Hugo Landau
2
-2
/
+15
2023-07-17
QUIC CONFORMANCE: Enforce minimal frame type encoding
Hugo Landau
11
-17
/
+142
2023-07-17
QUIC CONFORMANCE: Packet handling fixes
Hugo Landau
3
-1
/
+78
2023-07-17
QUIC CONFORMANCE: Handle RESET_STREAM final size correctly
Hugo Landau
2
-9
/
+38
2023-07-17
QUIC CONFORMANCE: Validate RESET_STREAM final sizes correctly
Hugo Landau
3
-3
/
+43
2023-07-17
QUIC: Note that we do not retransmit stream data for retransmitted streams
Hugo Landau
1
-0
/
+6
2023-07-17
QUIC QSM: Free unneeded stream buffers, calculate RESET_STREAM final size cor...
Hugo Landau
3
-11
/
+30
2023-07-17
QUIC QSM: Model final sizes and handle STOP_SENDING correctly
Hugo Landau
6
-7
/
+195
2023-07-17
QUIC CONFORMANCE: RFC 9000 s. 3.3: Stream States — Permitted Frame Types â€...
Hugo Landau
1
-2
/
+15
[next]