index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
conf
/
conf_mod.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ossl_ conf symbols
Shane Lontis
2021-03-18
1
-1
/
+1
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
APPS: Allow OPENSSL_CONF to be empty, not loading a config file
Dr. David von Oheimb
2021-01-13
1
-6
/
+5
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-14
/
+10
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-8
/
+8
*
Don't clear the whole error stack when loading engines
Matt Caswell
2020-11-06
1
-1
/
+0
*
Don't clear errors on failure in CONF_modules_load_file_ex()
Matt Caswell
2020-11-06
1
-1
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Correct and simplify use of ERR_clear_error() etc. for loading DSO libs
Dr. David von Oheimb
2020-10-08
1
-14
/
+20
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-5
/
+4
*
Fix safestack issues in conf.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
conf: add diagnostic option
Pauli
2020-08-28
1
-3
/
+21
*
conf: add an error if the openssl_conf section isn't found.
Pauli
2020-08-11
1
-1
/
+6
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
APPS: Remove make_config_name, use CONF_get1_default_config_file instead
Richard Levitte
2020-06-02
1
-8
/
+6
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+4
*
Add support for passing the libctx to the config loader
Shane Lontis
2020-03-20
1
-6
/
+33
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-5
/
+6
*
Add a bit of tracing in the core conf module runner
Richard Levitte
2019-04-05
1
-0
/
+4
*
More configurable crypto and ssl library initialization
Viktor Dukhovni
2019-01-07
1
-0
/
+3
*
Following the license change, modify the boilerplates in crypto/conf/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use secure_getenv(3) when available.
Pauli
2018-09-24
1
-5
/
+2
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Don't use getenv for critical functions when run as setuid/setgid
Bernd Edlinger
2018-04-04
1
-3
/
+5
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+3
*
Move e_os.h to be the very first include.
Pauli
2017-08-29
1
-2
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-0
/
+1
*
Trivial bounds checking.
Pauli
2017-07-07
1
-8
/
+7
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-4
/
+4
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-2
/
+2
*
Constify some conf_mod.c internal methods
FdaSilvaYY
2016-06-15
1
-9
/
+11
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Properly own the duplicated string
Dmitry-Me
2016-05-03
1
-0
/
+5
*
Rename int_*() functions to *_int()
Matt Caswell
2016-04-13
1
-1
/
+1
*
Rename lots of *_intern or *_internal function to int_*
Matt Caswell
2016-04-13
1
-1
/
+1
*
Deprecate CONF_modules_free() and make it a no-op
Matt Caswell
2016-04-13
1
-2
/
+2
*
Move dso.h to internal
Rich Salz
2016-03-23
1
-1
/
+1
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-5
/
+3
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-7
/
+7
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-2
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
free NULL cleanup 11
Rich Salz
2015-05-01
1
-4
/
+4
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-452
/
+426
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Change safestack reimplementation to match 0.9.8.
Dr. Stephen Henson
2007-09-07
1
-1
/
+1
[next]