Bob Beck
|
2fab90bb5e
|
4.0-POST-CLANG-FORMAT-WEBKIT
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29242)
|
2025-12-09 00:28:19 -07:00 |
|
openssl-machine
|
e66332418f
|
Copyright year updates
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Release: yes
|
2025-09-02 13:05:45 +00:00 |
|
Tomas Mraz
|
a3af1c036c
|
test: Silence warnings on Win64 builds
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27806)
|
2025-07-02 17:26:26 +02:00 |
|
Matt Caswell
|
38fc02a708
|
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15801)
|
2021-06-17 13:24:59 +01:00 |
|
Tomas Mraz
|
0800318a0c
|
Deprecate old style BIO callback calls
New style BIO_debug_callback_ex() function added to provide
replacement for BIO_debug_callback().
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15440)
|
2021-05-26 17:18:34 +02:00 |
|
Richard Levitte
|
909f1a2e51
|
Following the license change, modify the boilerplates in test/
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7767)
|
2018-12-06 14:19:22 +01:00 |
|
Matt Caswell
|
52d78cc5eb
|
Extend the BIO callback tests to check the return value semantics
Check that different return values passed to the BIO callback are
correctly handled.
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7344)
|
2018-10-04 14:16:16 +01:00 |
|
Bernd Edlinger
|
c911e5da3c
|
Fix bio callback backward compatibility
Don't pass a pointer to uninitialized processed value
for BIO_CB_READ and BIO_CB_WRITE
Check the correct cmd code in BIO_callback_ctrl
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5516)
|
2018-03-19 14:20:53 +01:00 |
|