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
/
dso
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend dladdr() for AIX, consequence from changes for openssl#6368.
Matthias Kraft
2018-08-22
1
-10
/
+29
*
openssl#5668: corrections after compiling with -qinfo=all:als.
Matthias Kraft
2018-04-14
1
-9
/
+12
*
Add dladdr() for AIX
Matthias Kraft
2018-03-20
1
-3
/
+77
*
Remove parentheses of return.
KaoruToda
2017-10-18
5
-84
/
+84
*
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-10-09
5
-14
/
+14
*
Replace malloc+strcpy with strdup
Rich Salz
2017-09-14
3
-12
/
+6
*
Revert "GH614: Use memcpy()/strdup() when possible"
Pauli
2017-09-14
2
-4
/
+8
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-30
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-30
2
-2
/
+4
*
Put message strings in state files
Rich Salz
2017-06-12
1
-1
/
+1
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-64
/
+71
*
Remove some commented out code in libcrypto
Matt Caswell
2017-02-28
1
-6
/
+0
*
Avoid the call to OPENSSL_malloc with a negative value (then casted to unsigned)
Davide Galassi
2016-12-10
1
-0
/
+3
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
2
-3
/
+4
*
Add a DSO_dsobyaddr() function
Matt Caswell
2016-11-02
1
-3
/
+20
*
Partial revert of 3d8b2ec42 to add back DSO_pathbyaddr
Matt Caswell
2016-11-02
7
-1
/
+88
*
VMS: be less picky when loading DSOs
Richard Levitte
2016-09-11
1
-9
/
+7
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
Remove/rename some old files.
Rich Salz
2016-06-01
1
-22
/
+0
*
Raise an Err when CRYPTO_THREAD_lock_new fails
FdaSilvaYY
2016-06-01
1
-0
/
+1
*
Use strerror_r()/strerror_s() instead of strerror() where possible
Matt Caswell
2016-05-23
1
-2
/
+6
*
Remove unused error/function codes.
Rich Salz
2016-05-23
1
-7
/
+1
*
Manual fixes after copyright consolidation
Rich Salz
2016-05-17
1
-51
/
+7
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
7
-329
/
+35
*
fix tab-space mixed indentation
FdaSilvaYY
2016-05-09
1
-1
/
+1
*
Remove --classic build entirely
Richard Levitte
2016-04-20
1
-45
/
+0
*
Copyright consolidation: perl files
Rich Salz
2016-04-20
1
-1
/
+2
*
VMS: update the properties of symbol search
Richard Levitte
2016-03-23
1
-4
/
+4
*
Move dso.h to internal
Rich Salz
2016-03-23
2
-6
/
+6
*
Remove several unused undocumented functions.
Rich Salz
2016-03-23
7
-378
/
+7
*
Small fixups in DSO
Richard Levitte
2016-03-23
1
-1
/
+1
*
Have only one DSO_METHOD_openssl
Rich Salz
2016-03-22
9
-134
/
+22
*
Make DSO opaque.
Rich Salz
2016-03-22
9
-31
/
+118
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Convert CRYPTO_LOCK_DSO to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-10
/
+27
*
GH762: Reuse strdup()
Dmitry-Me
2016-02-29
1
-4
/
+2
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Let Configure figure out the diverse shared library and DSO extensions
Richard Levitte
2016-02-19
2
-19
/
+8
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
*
Move to REF_DEBUG, for consistency.
Rich Salz
2016-02-11
1
-9
/
+2
*
Fix potential buffer overrun
Dmitry-Me
2016-02-04
1
-1
/
+1
*
GH614: Use memcpy()/strdup() when possible
Dmitry-Me
2016-02-03
2
-8
/
+4
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+4
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
8
-8
/
+0
*
Fix two possible leaks.
FdaSilvaYY
2016-01-24
1
-0
/
+1
*
Remove update tags
Rich Salz
2016-01-20
1
-2
/
+0
*
Remove some old makefile targets
Rich Salz
2016-01-17
1
-12
/
+0
*
Move Makefiles to Makefile.in
Rich Salz
2016-01-12
2
-132
/
+63
*
Fix some missing or faulty header file inclusions
Richard Levitte
2015-12-30
1
-1
/
+1
[next]