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
/
crypto
/
comp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add zlib oneshot compression
Todd Short
2022-11-07
1
-2
/
+83
*
Update COMP_METHOD
Todd Short
2022-10-18
5
-96
/
+142
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
3
-10
/
+6
*
Convert ZLIB defines to OPENSSL_NO_ZLIB
Todd Short
2022-10-18
1
-4
/
+10
*
Add ZSTD compression support (RFC8478bis)
Todd Short
2022-10-18
3
-1
/
+836
*
Add brotli compression support (RFC7924)
Todd Short
2022-10-18
3
-0
/
+781
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
2
-12
/
+4
*
Fix coverity 1493364 & 1493375: unchecked return value
Pauli
2021-11-08
1
-2
/
+10
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
comp: remove TODOs
Pauli
2021-06-02
1
-2
/
+0
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Add RUN_ONCE support to zlib init
Todd Short
2021-04-22
1
-46
/
+45
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Add ossl_ conf symbols
Shane Lontis
2021-03-18
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-11-26
2
-2
/
+2
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-6
/
+12
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-6
/
+6
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
2
-8
/
+8
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
3
-2
/
+2
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
BIO_f_zlib: Properly handle BIO_CTRL_PENDING and BIO_CTRL_WPENDING calls.
Tomas Mraz
2019-09-12
1
-0
/
+22
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-13
/
+2
*
Following the license change, modify the boilerplates in crypto/comp/
Richard Levitte
2018-12-06
4
-4
/
+4
*
Fix last(?) batch of malloc-NULL places
Rich Salz
2018-04-26
2
-2
/
+6
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Allow NULL for some _free routines.
Rich Salz
2018-03-27
1
-0
/
+2
*
Remove some code for a contributor that we cannot find
Matt Caswell
2018-03-27
1
-3
/
+0
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-18
1
-2
/
+2
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
1
-2
/
+2
*
Don't NULL check before calling DSO_free.
Rich Salz
2017-11-08
1
-2
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
2
-7
/
+7
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-19
/
+16
*
Fix zlib BIO_METHOD for latest BIO_METHOD structure changes
Matt Caswell
2016-11-08
1
-0
/
+4
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Remove unused error/function codes.
Rich Salz
2016-05-23
1
-6
/
+1
*
Manual fixes after copyright consolidation
Rich Salz
2016-05-17
1
-51
/
+6
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
3
-153
/
+18
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-46
/
+0
*
Remake the way dynamic zlib is loaded
Richard Levitte
2016-04-13
1
-5
/
+12
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-2
/
+2
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-2
/
+2
*
Deprecate COMP_zlib_cleanup() and make it a no-op
Matt Caswell
2016-04-13
1
-3
/
+3
*
Fix the zlib config option
Matt Caswell
2016-03-29
1
-21
/
+31
*
Move dso.h to internal
Rich Salz
2016-03-23
1
-1
/
+1
*
RT4660: BIO_METHODs should be const.
David Benjamin
2016-03-21
1
-2
/
+2
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-10
/
+0
[next]