index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
conf
/
conf_def.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add .includedir pragma
Rich Salz
2021-05-05
1
-9
/
+22
*
Allow absolute paths to be set
Rich Salz
2021-05-05
1
-9
/
+26
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
1
-0
/
+2
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Skip BOM when reading the config file
Dmitry Belyavskiy
2021-01-14
1
-0
/
+14
*
APPS: Allow OPENSSL_CONF to be empty, not loading a config file
Dr. David von Oheimb
2021-01-13
1
-2
/
+3
*
CONF: Convert one last CONFerr() to ERR_raise()
Richard Levitte
2020-11-18
1
-1
/
+1
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-5
/
+4
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-30
/
+26
*
Do not prepend $OPENSSL_CONF_INCLUDE to absolute include paths
Tomas Mraz
2020-11-11
1
-2
/
+9
*
Fix safestack issues in bio.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
NonStop port updates for 3.0.0.
Randall S. Becker
2020-09-12
1
-0
/
+3
*
Fix memory leaks in conf_def.c
luxinyou
2020-09-07
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
Fix a memory leak in CONF .include handling
Matt Caswell
2020-05-06
1
-6
/
+3
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Fix an uninitialised read in conf_def.c
Matt Caswell
2019-11-14
1
-2
/
+2
*
Add a tester of OpenSSL config files and test the current .pragma
Richard Levitte
2019-11-12
1
-0
/
+1
*
Add a .pragma directive for configuration files
Richard Levitte
2019-11-12
1
-5
/
+53
*
conf_def.c: Avoid calling strlen() in a loop
raniervf
2019-11-09
1
-9
/
+8
*
Update source files for deprecation at 3.0
Richard Levitte
2019-11-07
1
-3
/
+3
*
Deprecate NCONF_WIN32() function
Rich Salz
2019-10-06
1
-5
/
+11
*
Add fips module integrity check
Shane Lontis
2019-09-15
1
-3
/
+22
*
Replace FUNCerr with ERR_raise_data
Rich Salz
2019-08-02
1
-2
/
+3
*
Deprecate SYSerr, add new FUNCerr macro
Rich Salz
2019-07-22
1
-1
/
+1
*
Add ERR_put_func_error, and use it.
Rich Salz
2019-07-22
1
-1
/
+1
*
It isn't necessary to initialise a struct stat before a stat(2) system call.
Pauli
2019-03-29
1
-1
/
+1
*
Allow the syntax of the .include directive to optionally have '='
Tomas Mraz
2019-02-11
1
-1
/
+6
*
Following the license change, modify the boilerplates in crypto/conf/
Richard Levitte
2018-12-06
1
-1
/
+1
*
def_load_bio(): Free |biosk| more carefully
Richard Levitte
2018-07-24
1
-2
/
+16
*
crypto/*: address standard-compilance nits.
Andy Polyakov
2018-07-20
1
-1
/
+5
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-2
/
+2
*
Fix false positives of IS_*() macros for 8-bit ASCII characters
Dr. Matthias St. Pierre
2018-04-08
1
-0
/
+25
*
Revise and cleanup; use strict,warnings
Rich Salz
2018-03-19
1
-3
/
+3
*
CONF: On VMS, treat VMS syntax inclusion paths correctly
Richard Levitte
2018-03-12
1
-3
/
+19
*
Add support for .include directive in config files
Tomas Mraz
2018-03-05
1
-14
/
+188
*
Use safestack.h exclusively internally.
Pauli
2017-09-28
1
-1
/
+0
*
Trivial bounds checking.
Pauli
2017-07-07
1
-14
/
+13
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-2
/
+2
*
Fix out-of-memory condition in conf
Matt Caswell
2017-03-12
1
-2
/
+14
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Add lh_doall_arg inlining
Dr. Stephen Henson
2016-01-11
1
-4
/
+3
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-2
/
+2
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
Replace malloc+strlcpy with strdup
Alessandro Ghedini
2015-10-23
1
-2
/
+1
*
RT3999: Remove sub-component version strings
Rich Salz
2015-08-10
1
-2
/
+0
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
[next]