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
/
conf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make generated copyright year be "now"
Rich Salz
2020-01-07
1
-3
/
+2
*
Run make update
Matt Caswell
2020-01-02
1
-1
/
+1
*
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
4
-7
/
+65
*
conf_def.c: Avoid calling strlen() in a loop
raniervf
2019-11-09
1
-9
/
+8
*
Update source files for pre-3.0 deprecation
Richard Levitte
2019-11-07
1
-1
/
+1
*
Update source files for deprecation at 3.0
Richard Levitte
2019-11-07
3
-5
/
+5
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-5
/
+6
*
Deprecate NCONF_WIN32() function
Rich Salz
2019-10-06
3
-5
/
+15
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
3
-2
/
+2
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Add fips module integrity check
Shane Lontis
2019-09-15
1
-3
/
+22
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
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
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-32
/
+2
*
crypto/conf: openssl_config_int() returns unitialized value
Dr. Matthias St. Pierre
2019-05-29
1
-1
/
+1
*
Coverity: fix two minor NPD issues.
FdaSilvaYY
2019-04-06
1
-2
/
+4
*
Add a bit of tracing in the core conf module runner
Richard Levitte
2019-04-05
1
-0
/
+4
*
Replumbing: add a configuration module for providers
Richard Levitte
2019-04-03
1
-0
/
+2
*
It isn't necessary to initialise a struct stat before a stat(2) system call.
Pauli
2019-03-29
1
-1
/
+1
*
OPENSSL_config(): restore error agnosticism
Richard Levitte
2019-03-20
1
-0
/
+1
*
Allow the syntax of the .include directive to optionally have '='
Tomas Mraz
2019-02-11
1
-1
/
+6
*
Fix null pointer dereference in ssl_module_init
Daniel DeFreez
2019-02-11
1
-0
/
+2
*
More configurable crypto and ssl library initialization
Viktor Dukhovni
2019-01-07
3
-5
/
+47
*
Update generator copyright year.
Viktor Dukhovni
2019-01-07
1
-1
/
+1
*
make update
Matt Caswell
2019-01-03
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/conf/
Richard Levitte
2018-12-06
11
-12
/
+12
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use secure_getenv(3) when available.
Pauli
2018-09-24
2
-7
/
+5
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
Deallocate previously loaded SSL CONF module data
Tomas Mraz
2018-08-14
1
-0
/
+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
*
NCONF_get_number refix.
Pauli
2018-07-11
2
-12
/
+33
*
Check for NULL conf in NCONF_get_number
Pauli
2018-07-03
1
-4
/
+7
*
Update copyright year
Matt Caswell
2018-05-29
1
-1
/
+1
*
Use void in all function definitions that do not take any arguments
Kurt Roeckx
2018-05-11
1
-2
/
+2
*
Fix memory leaks in CA related functions.
Pavel Kopyl
2018-05-02
1
-1
/
+3
*
Update copyright year
Richard Levitte
2018-04-17
2
-2
/
+2
*
Fix false positives of IS_*() macros for 8-bit ASCII characters
Dr. Matthias St. Pierre
2018-04-08
3
-34
/
+45
*
Move the loading of the ssl_conf module to libcrypto
Matt Caswell
2018-04-05
5
-1
/
+200
*
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
2
-2
/
+4
*
Remove some code
Matt Caswell
2018-03-28
2
-50
/
+11
*
Revise and cleanup; use strict,warnings
Rich Salz
2018-03-19
3
-158
/
+131
*
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
2
-15
/
+193
[next]