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
Tomas Mraz
7ed6de997f
Copyright year updates
...
Reviewed-by: Neil Horman <nhorman@openssl.org >
Release: yes
2024-09-05 09:35:49 +02:00
sashan
da9342ed5e
Move stack of compression methods from libssl to OSSL_LIB_CTX
...
The compression methods are now a global variable in libssl.
This change moves it into OSSL library context.
It is necessary to eliminate atexit call from libssl.
Reviewed-by: Matt Caswell <matt@openssl.org >
Reviewed-by: Tomas Mraz <tomas@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/24414 )
2024-05-28 08:56:13 +02:00
Todd Short
caf9317d7d
Add ZSTD compression support (RFC8478bis)
...
Reviewed-by: Matt Caswell <matt@openssl.org >
Reviewed-by: Hugo Landau <hlandau@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/18186 )
2022-10-18 09:30:21 -04:00
Todd Short
12e96a2360
Add brotli compression support (RFC7924)
...
Reviewed-by: Matt Caswell <matt@openssl.org >
Reviewed-by: Hugo Landau <hlandau@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/18186 )
2022-10-18 09:30:18 -04:00
Matt Caswell
3c2bdd7df9
Update copyright year
...
Reviewed-by: Tomas Mraz <tomas@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/14801 )
2021-04-08 13:04:41 +01:00
Shane Lontis
f148f7034c
Add ossl_ conf symbols
...
Partial fix for #12964
Reviewed-by: Paul Dale <pauli@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/14473 )
2021-03-18 17:52:37 +10:00
Richard Levitte
48f4ad7718
Following the license change, modify the boilerplates in include/ and crypto/include/
...
Reviewed-by: Matt Caswell <matt@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/7770 )
2018-12-06 15:57:31 +01:00
Rich Salz
21dcbebc6e
Copyright consolidation 03/10
...
Reviewed-by: Richard Levitte <levitte@openssl.org >
2016-05-17 14:24:17 -04:00
Matt Caswell
b3599dbb6a
Rename int_*() functions to *_int()
...
There is a preference for suffixes to indicate that a function is internal
rather than prefixes. Note: the suffix is only required to disambiguate
internal functions and public symbols with the same name (but different
case)
Reviewed-by: Tim Hudson <tjh@openssl.org >
Reviewed-by: Richard Levitte <levitte@openssl.org >
2016-04-13 08:59:03 +01:00
Matt Caswell
342c21cd8b
Rename lots of *_intern or *_internal function to int_*
...
There was a lot of naming inconsistency, so we try and standardise on
one form.
Reviewed-by: Tim Hudson <tjh@openssl.org >
Reviewed-by: Richard Levitte <levitte@openssl.org >
2016-04-13 08:52:34 +01:00
Matt Caswell
02a247e0fa
Deprecate COMP_zlib_cleanup() and make it a no-op
...
COMP_zlib_cleanup() should not be called expicitly - we should leave
auto-deinit to clean this up instead.
Reviewed-by: Tim Hudson <tjh@openssl.org >
Reviewed-by: Richard Levitte <levitte@openssl.org >
2016-04-13 08:52:33 +01:00