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
*
Move dso.h to internal
Rich Salz
2016-03-23
3
-3
/
+1
*
Don't use hardcoded values for types
Dr. Stephen Henson
2016-03-21
1
-13
/
+13
*
Remove the remainder of util/mk1mf.pl and companion scripts
Richard Levitte
2016-03-21
1
-3
/
+0
*
Remove #error from include files.
Rich Salz
2016-03-20
2
-6
/
+2
*
Use correct C format for keysets.pl
Dr. Stephen Henson
2016-03-17
1
-63
/
+64
*
Elide OPENSSL_INIT_set_config_filename() for no-stdio build
David Woodhouse
2016-03-07
1
-0
/
+2
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-5
/
+3
*
Always build library object files with shared library cflags
Richard Levitte
2016-02-20
1
-1
/
+1
*
Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPEND
Richard Levitte
2016-02-18
1
-1
/
+1
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-6
/
+0
*
Fix OPENSSL_config with NULL parameter
Roumen Petrov
2016-02-18
1
-1
/
+2
*
Fixes to make no-deprecated work again
Viktor Dukhovni
2016-02-14
1
-0
/
+2
*
Check malloc
Rich Salz
2016-02-11
1
-1
/
+2
*
Hide OPENSSL_INIT_SETTINGS.
Rich Salz
2016-02-11
2
-6
/
+32
*
Rename INIT funtions, deprecate old ones.
Rich Salz
2016-02-10
1
-1
/
+1
*
Portability fix
Rich Salz
2016-02-09
1
-4
/
+6
*
Updates for auto init/deinit review comments
Matt Caswell
2016-02-09
1
-2
/
+1
*
Auto init/deinit libcrypto
Matt Caswell
2016-02-09
1
-2
/
+12
*
RT3854 Update docs.
Emilia Kasper
2016-02-02
1
-78
/
+0
*
unified build scheme: add build.info files
Richard Levitte
2016-02-01
1
-0
/
+4
*
Templatize util/domd
Rich Salz
2016-01-29
1
-2
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
8
-8
/
+0
*
Remove update tags
Rich Salz
2016-01-20
1
-2
/
+0
*
Remove some old makefile targets
Rich Salz
2016-01-17
1
-12
/
+0
*
Move Makefiles to Makefile.in
Rich Salz
2016-01-12
2
-144
/
+64
*
make update
Richard Levitte
2016-01-12
1
-34
/
+40
*
Add lh_doall_arg inlining
Dr. Stephen Henson
2016-01-11
2
-13
/
+10
*
Add lh_doall inlining
Dr. Stephen Henson
2016-01-11
1
-2
/
+1
*
Add lh_new() inlining
Dr. Stephen Henson
2016-01-11
1
-7
/
+4
*
Inline LHASH_OF
Dr. Stephen Henson
2016-01-11
1
-3
/
+2
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
2
-9
/
+9
*
make update
Dr. Stephen Henson
2015-12-09
1
-6
/
+3
*
mark openssl configuration as loaded at end of OPENSSL_config
Marcus Meissner
2015-11-24
1
-0
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
2
-4
/
+4
*
Rebuild error source files.
Dr. Stephen Henson
2015-11-05
1
-7
/
+7
*
Replace malloc+strlcpy with strdup
Alessandro Ghedini
2015-10-23
1
-2
/
+1
*
Fix no-stdio build
David Woodhouse
2015-09-29
1
-0
/
+2
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-2
/
+1
*
RT3999: Remove sub-component version strings
Rich Salz
2015-08-10
2
-4
/
+0
*
No fprintf in the txt_db component
Rich Salz
2015-06-09
2
-201
/
+0
*
Fix the update target and remove duplicate file updates
Richard Levitte
2015-05-22
1
-0
/
+2
*
make depend
Richard Levitte
2015-05-14
1
-5
/
+8
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
4
-4
/
+4
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
2
-5
/
+5
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-06
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
3
-5
/
+5
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-7
/
+4
*
free NULL cleanup 11
Rich Salz
2015-05-01
2
-15
/
+11
*
free null cleanup finale
Rich Salz
2015-05-01
3
-18
/
+9
*
remove malloc casts
Rich Salz
2015-04-28
1
-3
/
+3
[next]