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
/
dso_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-2
/
+2
*
Some older code (never committed) wasn't converted to the new format.
Richard Levitte
2002-07-16
1
-2
/
+2
*
There's an ongoing project to bring some kind of path selection
Richard Levitte
2002-07-15
1
-1
/
+28
*
'flags' should only be set inside DSO_load() if constructing a new DSO
Geoff Thorpe
2001-11-22
1
-7
/
+6
*
Add a "_up" -> "_up_ref" change to libeay.num that was missing from the
Geoff Thorpe
2001-09-04
1
-2
/
+2
*
avoid memory leak
Bodo Möller
2000-11-03
1
-1
/
+1
*
DSO_load() should also work when it is passed a NULL - a new DSO is created
Geoff Thorpe
2000-10-30
1
-3
/
+3
*
This changes the behaviour of the DSO mechanism for determining an
Geoff Thorpe
2000-10-26
1
-16
/
+134
*
Time to get rid of some rather silly code duplication - some DSO_ctrl()
Geoff Thorpe
2000-10-08
1
-0
/
+16
*
Use sk_*_new_null() instead of sk_*_new(NULL), since that takes care
Richard Levitte
2000-09-17
1
-2
/
+2
*
Currently the DSO_METHOD interface has one entry point to bind all
Geoff Thorpe
2000-06-16
1
-6
/
+29
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-01
1
-4
/
+4
*
This change facilitates name translation for shared libraries. The
Geoff Thorpe
2000-04-19
1
-1
/
+33
*
Constification, and a silly mistake in the comments.
Geoff Thorpe
2000-04-06
1
-2
/
+2
*
This is a set of startup code for the DSO support, it's not yet linked into
Geoff Thorpe
2000-04-04
1
-0
/
+251