index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
/
ssl_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix SSL_has_pending() for QUIC connections
Matt Caswell
2023-03-20
1
-1
/
+10
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-8
/
+38
*
openssl#20299: Fixed use after free bug
Jeeban Sethi
2023-02-20
1
-0
/
+1
*
Fix possible memory leak on error
Todd Short
2023-02-20
1
-3
/
+6
*
QUIC Front End I/O API: Add support for signalling and detecting end-of-stream
Hugo Landau
2023-01-27
1
-0
/
+14
*
QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_ex
Hugo Landau
2023-01-27
1
-2
/
+24
*
Remove the user_ssl field
Matt Caswell
2023-01-24
1
-5
/
+0
*
Extend the new_record_layer function
Matt Caswell
2023-01-24
1
-4
/
+5
*
Create the SSL object for QUIC-TLS
Matt Caswell
2023-01-24
1
-11
/
+16
*
QUIC Front-End I/O API: Fix implementation of SSL_get_error
Hugo Landau
2023-01-19
1
-8
/
+8
*
QUIC API: Rename want_net_read and want_net_write
Hugo Landau
2023-01-13
1
-4
/
+4
*
QUIC: Back out version string change
Hugo Landau
2023-01-13
1
-6
/
+0
*
QUIC Front End I/O API: Correct implementation of SSL_tick, SSL_get_tick_timeout
Hugo Landau
2023-01-13
1
-9
/
+15
*
QUIC Front End I/O API: Change version string
Hugo Landau
2023-01-13
1
-1
/
+1
*
QUIC: Enable building with QUIC support disabled
Hugo Landau
2023-01-13
1
-0
/
+12
*
QUIC Front-End I/O API: Wire up the SSL API functions
Hugo Landau
2023-01-13
1
-53
/
+245
*
Add BIO poll descriptors
Hugo Landau
2023-01-13
1
-0
/
+28
*
Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_size
Peiwei Hu
2022-12-05
1
-1
/
+1
*
Cleanup : directly include of `internal/nelem.h` when required.
FdaSilvaYY
2022-11-23
1
-0
/
+1
*
Resolve a TODO in ssl3_dispatch_alert
Matt Caswell
2022-11-14
1
-1
/
+1
*
Remove compress/expand fields from SSL_CONNECTION
Matt Caswell
2022-11-14
1
-36
/
+27
*
Remove remaining refs to enc_(write|read)_ctx/(read|write)_hash
Matt Caswell
2022-11-14
1
-36
/
+0
*
Make SSL_alloc_buffers() and SSL_free_buffers() work again
Matt Caswell
2022-10-27
1
-7
/
+7
*
stack: Do not add error if pop/shift/value accesses outside of the stack
Tomas Mraz
2022-10-21
1
-2
/
+1
*
Move freeing of BIOs as late as possible
Matt Caswell
2022-10-20
1
-5
/
+11
*
Remove some redundant code
Matt Caswell
2022-10-20
1
-14
/
+0
*
Remove the old buffer management code
Matt Caswell
2022-10-20
1
-1
/
+2
*
Remove some TODO(RECLAYER) comments now that DTLS has been moved
Matt Caswell
2022-10-20
1
-4
/
+0
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
1
-0
/
+25
*
Use the configured max_send_fragment value in the write record layer
Matt Caswell
2022-10-12
1
-0
/
+1
*
apps & al : Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-1
/
+1
*
Enable the ability to query the COMP_METHOD being used in the record layer
Matt Caswell
2022-10-05
1
-2
/
+6
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-64
/
+73
*
Fix a record layer mem leak
Matt Caswell
2022-09-23
1
-2
/
+2
*
Move the record block_padding capability fully into the record layer
Matt Caswell
2022-09-23
1
-8
/
+8
*
Replace references to s->wbio with rl->bio
Matt Caswell
2022-09-23
1
-2
/
+8
*
Create the write record layer method and object and use it
Matt Caswell
2022-09-23
1
-0
/
+9
*
stack.c: add missing direct error reporting and improve coding style
Dr. David von Oheimb
2022-09-16
1
-1
/
+2
*
ssl: modify libssl so that it uses OSSL_TIME
Pauli
2022-09-13
1
-1
/
+1
*
Ensure various record layer options can be updated
Matt Caswell
2022-08-18
1
-2
/
+34
*
Move some fields out of the SSL object and into the record layer object
Matt Caswell
2022-08-18
1
-11
/
+7
*
Remove some TODO(RECLAYER) comments
Matt Caswell
2022-08-18
1
-5
/
+0
*
Remove some unnecessary function pointers from OSSL_RECORD_METHOD
Matt Caswell
2022-08-18
1
-2
/
+1
*
Remove reliance on the SSL object from the DTLS read record layer code
Matt Caswell
2022-08-18
1
-1
/
+1
*
Move some DTLS read code into the read record layer
Matt Caswell
2022-08-18
1
-2
/
+2
*
Remove some final references to the SSL object in the record layer
Matt Caswell
2022-08-18
1
-4
/
+2
*
Add support for moving data from one epoch to the next
Matt Caswell
2022-08-18
1
-0
/
+6
*
Distinguish between fatal and non-fatal errors when creating a record layer
Matt Caswell
2022-08-18
1
-1
/
+1
*
Implement KTLS in the new read record layer code
Matt Caswell
2022-08-18
1
-3
/
+1
*
Ensure various SSL options are passed down to the record layer
Matt Caswell
2022-08-18
1
-18
/
+10
[next]