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
*
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
*
Don't ignore config_name parameter passed to OPENSSL_config(). Use
Dr. Stephen Henson
2007-04-09
1
-4
/
+5
*
Don't die if the value is NULL (Coverity CID 98).
Ben Laurie
2007-04-01
1
-1
/
+7
*
Fix more error codes.
Bodo Möller
2005-05-11
1
-1
/
+1
*
Fix various incorrect error function codes.
Bodo Möller
2005-04-26
1
-1
/
+1
*
make sure error queue is totally emptied
Nils Larsch
2005-04-08
1
-1
/
+1
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-4
/
+4
*
We're getting a clash with C++ because it has a type called 'list'.
Richard Levitte
2003-11-29
1
-2
/
+2
*
OpenSSL Security Advisory [30 July 2002]
Lutz Jänicke
2002-07-30
1
-1
/
+1
*
Fix bugs and typos.
Bodo Möller
2002-03-18
1
-1
/
+1
*
Config code updates.
Dr. Stephen Henson
2002-02-22
1
-3
/
+4
*
Config file updates from stable branch
Dr. Stephen Henson
2002-02-21
1
-8
/
+26
*
Constification.
Dr. Stephen Henson
2002-01-22
1
-3
/
+3
*
default_algorithms option in ENGINE config.
Dr. Stephen Henson
2002-01-22
1
-0
/
+46
*
Initial ENGINE config module, docs to follow.
Dr. Stephen Henson
2002-01-21
1
-0
/
+29
*
Constification, add config to /dev/crypto.
Ben Laurie
2002-01-18
1
-14
/
+22
[next]