index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
apps.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-63
/
+9
*
Remove JPAKE
Rich Salz
2016-02-17
1
-226
/
+0
*
Make sure to use unsigned char for is*() functions
Richard Levitte
2016-02-14
1
-2
/
+2
*
Fix pkeyutl/rsautl empty encrypt-input/decrypt-output handling
Viktor Dukhovni
2016-02-03
1
-12
/
+31
*
Refactor apps load_certs/load_crls to work incrementally
Viktor Dukhovni
2016-01-21
1
-16
/
+14
*
VMS open() doesn't take O_BINARY, but takes a context description
Richard Levitte
2016-01-14
1
-1
/
+11
*
Rename binmode into textmode and use it correctly
Richard Levitte
2016-01-14
1
-4
/
+4
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-5
/
+5
*
Add s_client support for waiting for async
Matt Caswell
2015-11-21
1
-0
/
+14
*
Continue standardisation of malloc handling in apps
Matt Caswell
2015-11-09
1
-7
/
+7
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-3
/
+0
*
Add support for -no-CApath and -no-CAfile options
Matt Caswell
2015-09-25
1
-23
/
+34
*
Use default field separator.
Dr. Stephen Henson
2015-09-11
1
-1
/
+5
*
Small fix: make istext static
Richard Levitte
2015-09-06
1
-1
/
+1
*
Change the treatment of stdin and stdout to allow binary data
Richard Levitte
2015-09-06
1
-14
/
+22
*
dup_bio_* and bio_open_* are utility functions and belong in apps.c
Richard Levitte
2015-09-06
1
-1
/
+158
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-14
/
+7
*
Remove obsolete key formats.
Rich Salz
2015-07-16
1
-71
/
+1
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-16
1
-1
/
+0
*
Restore module loading
Richard Levitte
2015-05-29
1
-7
/
+46
*
RT3876: Only load config when needed
Rich Salz
2015-05-28
1
-16
/
+31
*
Remove support for OPENSSL_NO_TLSEXT
Matt Caswell
2015-05-23
1
-2
/
+0
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-2
/
+3
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-10
/
+11
*
Initialize potentially uninitialized local variables
Gunnar Kudrjavets
2015-05-06
1
-1
/
+1
*
Fix windows build
Matt Caswell
2015-05-05
1
-1
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-4
/
+5
*
more OSSL_NELEM cases
Dr. Stephen Henson
2015-05-04
1
-1
/
+1
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-12
/
+6
*
free NULL cleanup 11
Rich Salz
2015-05-01
1
-2
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-6
/
+2
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-1
/
+2
*
free cleanup 12
Rich Salz
2015-05-01
1
-6
/
+3
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-17
/
+19
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-2
/
+1
*
free NULL cleanup 8
Rich Salz
2015-04-30
1
-4
/
+2
*
Fix windows build
Matt Caswell
2015-04-30
1
-3
/
+3
*
Rewrite parse_name
Rich Salz
2015-04-29
1
-108
/
+58
*
use isxdigit and apps_tohex
Rich Salz
2015-04-29
1
-0
/
+39
*
Remove needless bio_err argument
Rich Salz
2015-04-29
1
-10
/
+10
*
remove malloc casts
Rich Salz
2015-04-28
1
-4
/
+3
*
Simplify parse_yesno; remove local variable
Rich Salz
2015-04-27
1
-9
/
+3
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-670
/
+214
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-2
/
+2
*
free NULL cleanup 9
Rich Salz
2015-04-11
1
-2
/
+1
*
free NULL cleanup
Rich Salz
2015-03-25
1
-8
/
+4
*
Unchecked malloc fixes
Matt Caswell
2015-03-05
1
-0
/
+11
*
Add -no_alt_chains option to apps to implement the new
Matt Caswell
2015-02-25
1
-0
/
+2
*
Fix hostname validation in the command-line tool to honour negative return va...
Emilia Kasper
2015-02-10
1
-1
/
+1
[next]