index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
util/ctags.sh: a script for generating tags file with expanding macros
Masatake YAMATO
2023-05-18
8
-1
/
+141
*
pkcs12: Fix macsaltlen parameter type
Marco Abbadini
2023-05-18
1
-1
/
+1
*
Initial design for error handling in QUIC
Tomas Mraz
2023-05-18
1
-0
/
+101
*
Add support for --version and synonyms
Marc Brooks
2023-05-18
3
-8
/
+46
*
quic_newcid_test: Add negative test case
Tomas Mraz
2023-05-17
1
-11
/
+23
*
Add test for handling NEW_CONNECTION_ID frame
Tomas Mraz
2023-05-17
4
-2
/
+190
*
quic_tserver: Add possibility to change the connection id
Tomas Mraz
2023-05-17
4
-6
/
+32
*
Fix test cases using NEW_CONNECTION_ID frame
Tomas Mraz
2023-05-17
2
-7
/
+54
*
Add minimal handling of NEW_CONNECTION_ID frames
Tomas Mraz
2023-05-17
5
-9
/
+113
*
quic_txp_test.c: Cleanup use of WPACKET
Tomas Mraz
2023-05-17
1
-10
/
+14
*
QUIC Documentation: update man(7) for multi-stream
Hugo Landau
2023-05-17
1
-29
/
+189
*
QUIC man(7) Documentation
Hugo Landau
2023-05-17
2
-0
/
+687
*
Fix stack corruption in ui_read
Bernd Edlinger
2023-05-17
3
-3
/
+53
*
Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEs
Yuan, Shuai
2023-05-15
2
-1
/
+43
*
QUIC: Documentation fix
Hugo Landau
2023-05-12
1
-10
/
+9
*
QUIC APL: De-publicise SSL_attach_stream/SSL_detach_stream
Hugo Landau
2023-05-12
8
-99
/
+19
*
QUIC: Fix CRYPTO_GET_REF
Hugo Landau
2023-05-12
1
-0
/
+1
*
QUIC MSST: Rename SSL_set_incoming_stream_reject_policy
Hugo Landau
2023-05-12
12
-69
/
+68
*
QUIC MSST: Revise SSL_get_conn_close_info API (char)
Hugo Landau
2023-05-12
2
-3
/
+3
*
QUIC MSST: Documentation fixes
Hugo Landau
2023-05-12
7
-27
/
+28
*
QUIC MSST: Fix test on macOS
Hugo Landau
2023-05-12
1
-0
/
+1
*
QUIC MSST: Further documentation fixes
Hugo Landau
2023-05-12
1
-5
/
+7
*
QUIC MSST: Clarify default XSO transitions
Hugo Landau
2023-05-12
1
-0
/
+6
*
QUIC MSST: Documentation fixes
Hugo Landau
2023-05-12
2
-3
/
+5
*
QUIC APL: Fix a bug where avail could be used uninitialized
Hugo Landau
2023-05-12
1
-1
/
+1
*
QUIC MSST: Test that SSL_free works in either order
Hugo Landau
2023-05-12
1
-11
/
+25
*
QUIC APL: Handle reference for multiple streams counting correctly
Hugo Landau
2023-05-12
1
-7
/
+95
*
REFCOUNT: Add support for querying refcount
Hugo Landau
2023-05-12
1
-0
/
+37
*
QUIC APL: Fix logic of SSL_get_stream_type
Hugo Landau
2023-05-12
1
-7
/
+10
*
QUIC MSST: Minor fixes and cleanups
Hugo Landau
2023-05-12
5
-18
/
+13
*
QUIC MSST: Documentation updates
Hugo Landau
2023-05-12
4
-14
/
+65
*
QUIC MSST: Fix tests on platforms with non-deterministic loopback interface b...
Hugo Landau
2023-05-12
1
-37
/
+87
*
QUIC QRX: Fix a list usage bug
Hugo Landau
2023-05-12
1
-0
/
+1
*
Minor fixups
Hugo Landau
2023-05-12
4
-8
/
+4
*
QUIC MSST: Tests
Hugo Landau
2023-05-12
3
-1
/
+1229
*
QUIC APL: Fix a bug where incoming unidirectional streams weren't detected
Hugo Landau
2023-05-12
1
-6
/
+10
*
QUIC TSERVER: Allow STOP_SENDING/RESET_STREAM to be queried
Hugo Landau
2023-05-12
2
-0
/
+50
*
QUIC TSERVER: Handle FINs correctly if ossl_quic_tserver_read is not called f...
Hugo Landau
2023-05-12
2
-2
/
+33
*
QUIC QSM: Minor bugfixes
Hugo Landau
2023-05-12
1
-6
/
+16
*
QUIC MSST: make update
Hugo Landau
2023-05-12
4
-1
/
+57
*
QUIC MSST: Add documentation for new APIs
Hugo Landau
2023-05-12
10
-0
/
+909
*
QUIC APL: Send STOP_SENDING/RESET_STREAM when XSO is freed
Hugo Landau
2023-05-12
1
-6
/
+11
*
QUIC QSM: Stream garbage collection
Hugo Landau
2023-05-12
5
-7
/
+210
*
QUIC FIFD: Add support for callback on frame ACK
Hugo Landau
2023-05-12
5
-0
/
+75
*
QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIs
Hugo Landau
2023-05-12
5
-0
/
+312
*
QUIC RXDP: Record STOP_SENDING/RESET_STREAM event AEC codes consistently
Hugo Landau
2023-05-12
2
-2
/
+17
*
QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handling
Hugo Landau
2023-05-12
4
-49
/
+45
*
QUIC CHANNEL: Do not copy terminate cause as it is not modified after termina...
Hugo Landau
2023-05-12
5
-8
/
+13
*
QUIC QSM: Handle STOP_SENDING correctly
Hugo Landau
2023-05-12
3
-7
/
+33
*
QUIC RXDP/QSM: Enforce MAX_STREAMS
Hugo Landau
2023-05-12
5
-7
/
+62
[prev]
[next]