index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the SSL_CIPHER_find() function when used with a QCSO
Matt Caswell
2023-09-12
1
-0
/
+1
*
Add a test for using a PSK with QUIC
Matt Caswell
2023-09-12
1
-0
/
+4
*
Bad function definition
Dimitri Papadopoulos
2023-09-11
1
-3
/
+3
*
"foo * bar" should be "foo *bar"
Dimitri Papadopoulos
2023-09-11
3
-16
/
+16
*
Remove repeated words
Dimitri Papadopoulos
2023-09-11
4
-5
/
+5
*
Exclude include of poll.h from NonStop builds - not defined on platform.
Randall S. Becker
2023-09-08
1
-1
/
+3
*
Copyright year updates
Matt Caswell
2023-09-07
83
-83
/
+83
*
internal/numbers.h: Add fallback implementation for UINT32_C and UINT64_C
Richard Levitte
2023-09-04
1
-0
/
+25
*
VMS: Add a fallback definition of socklen_t
Richard Levitte
2023-09-04
1
-0
/
+3
*
Change PBES2 KDF default salt length to 16 bytes.
slontis
2023-09-04
1
-0
/
+9
*
Move ALIGN32 and ALIGN64 into common.h, and fix for clang-cl.exe
Tom Cosgrove
2023-09-04
1
-12
/
+23
*
QUIC APL: Implement SSL_want
Hugo Landau
2023-09-01
1
-0
/
+1
*
Comment on internal flag
Hugo Landau
2023-09-01
1
-0
/
+2
*
BIO: Allow third parties to use integers instead of pointers for poll descrip...
Hugo Landau
2023-09-01
1
-3
/
+4
*
QUIC: Make TLS1_FLAGS_QUIC private
Hugo Landau
2023-09-01
2
-3
/
+3
*
QUIC API: Revise SSL_get_conn_close_info to use a flags field
Hugo Landau
2023-09-01
1
-1
/
+4
*
QUIC APL: Allow stream origin to be queried
Hugo Landau
2023-09-01
2
-0
/
+2
*
Minor updates
Hugo Landau
2023-09-01
1
-1
/
+1
*
Minor fixes
Hugo Landau
2023-09-01
1
-3
/
+3
*
BIO: Add BIO_dgram_detect_peer_addr API
Hugo Landau
2023-09-01
1
-0
/
+3
*
QUIC CHANNEL: Introduce concept of (non-)addressed mode
Hugo Landau
2023-09-01
1
-1
/
+4
*
QUIC CHANNEL: Cleanup poll descriptor management
Hugo Landau
2023-09-01
1
-0
/
+6
*
QUIC REACTOR: Move can-poll flags into reactor
Hugo Landau
2023-09-01
1
-3
/
+14
*
BIO_s_connect: Add support for datagram mode
Hugo Landau
2023-09-01
1
-0
/
+7
*
QUIC: Harden ring buffer against internal misuse
Hugo Landau
2023-08-31
1
-3
/
+15
*
OSSL_PROVIDER_load_ex
Dmitry Belyavskiy
2023-08-30
2
-1
/
+6
*
Fix misspelled deprecation macro name in comment
Matthias St. Pierre
2023-08-30
1
-1
/
+1
*
make update
Hugo Landau
2023-08-30
1
-1
/
+1
*
QUIC MULTISTREAM TEST: Test WAIT_PEER
Hugo Landau
2023-08-30
1
-1
/
+1
*
QUIC APL: Support waiting for peer-initiated shutdown
Hugo Landau
2023-08-30
1
-0
/
+2
*
QUIC APL: Implement backpressure on stream creation
Hugo Landau
2023-08-30
1
-1
/
+1
*
QUIC APL: Fix stream backpressure conditions to use non-I/O errors
Hugo Landau
2023-08-25
1
-1
/
+1
*
QUIC APL: Implement backpressure on stream creation
Hugo Landau
2023-08-25
4
-1
/
+21
*
Always use uint8_t for TLS record type
Tomas Mraz
2023-08-25
1
-1
/
+1
*
Avoid issues with endianness when type is used in SSL_trace()
Tomas Mraz
2023-08-25
1
-1
/
+1
*
Don't keep creating CONNECTION_CLOSE frames
Matt Caswell
2023-08-25
1
-0
/
+1
*
QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addr
Hugo Landau
2023-08-24
1
-1
/
+1
*
ossl_quic_tx_packetiser_generate(): Always report if packets were sent
Tomas Mraz
2023-08-23
1
-8
/
+5
*
QUIC: Add ERR_raise() calls for EVP call failures
Tomas Mraz
2023-08-23
1
-0
/
+1
*
Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasons
vl-loz
2023-08-17
1
-0
/
+4
*
Fix decoders so that they use the passed in propq.
slontis
2023-08-16
1
-1
/
+2
*
quic: process stateless resets
Pauli
2023-08-16
3
-8
/
+33
*
Add a test for receiving a post-handshake CertificateRequest
Matt Caswell
2023-08-15
1
-0
/
+7
*
Add the ability to send NewSessionTicket messages when we want them
Matt Caswell
2023-08-15
1
-0
/
+3
*
NewSessionTickets with an early_data extension must have a valid max value
Matt Caswell
2023-08-15
1
-0
/
+1
*
Unexpected QUIC post-handshake CertificateRequests are a PROTOCOL_VIOLATION
Matt Caswell
2023-08-15
1
-0
/
+2
*
Remove include/internal/decoder.h, as it's superfluous
Richard Levitte
2023-08-15
2
-18
/
+4
*
QUIC APL/CHANNEL: Wire up connection closure reason
Hugo Landau
2023-08-10
2
-5
/
+21
*
QUIC TEST: Test NEW_CONN_ID frames
Hugo Landau
2023-08-10
1
-0
/
+5
*
QUIC TEST: Test malformed crypto stream data, excess buffering
Hugo Landau
2023-08-10
1
-0
/
+3
[next]