index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
ca.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-30
/
+13
*
New function X509_get0_pubkey
Dr. Stephen Henson
2015-12-15
1
-4
/
+2
*
Use SHA256 not MD5 as default digest.
Rich Salz
2015-12-11
1
-1
/
+1
*
Have the few apps that accessed EVP_MD directly use accessors instead
Richard Levitte
2015-12-07
1
-1
/
+1
*
Continue standardisation of malloc handling in apps
Matt Caswell
2015-11-09
1
-5
/
+7
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-9
/
+3
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-4
/
+7
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-1
/
+2
*
Make the handling of output and input formats consistent
Richard Levitte
2015-09-06
1
-1
/
+1
*
Avoid direct X509 structure access
Dr. Stephen Henson
2015-09-06
1
-17
/
+6
*
make X509_REQ opaque
Dr. Stephen Henson
2015-08-31
1
-4
/
+1
*
Make "oneline" the default for nameopt
Richard Levitte
2015-07-07
1
-2
/
+4
*
Fix argument processing error from the option parsing change over.
Tim Hudson
2015-06-15
1
-0
/
+1
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+2
*
RT3876: Only load config when needed
Rich Salz
2015-05-28
1
-45
/
+6
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-1
/
+1
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-4
/
+4
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-2
/
+2
*
RT1369: don't do "helpful" access check.
Rich Salz
2015-05-04
1
-16
/
+5
*
more OSSL_NELEM cases
Dr. Stephen Henson
2015-05-04
1
-1
/
+1
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-15
/
+8
*
free null cleanup finale
Rich Salz
2015-05-01
1
-8
/
+4
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-4
/
+2
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-51
/
+13
*
free NULL cleanup 5a
Rich Salz
2015-04-30
1
-29
/
+15
*
free NULL cleanup 8
Rich Salz
2015-04-30
1
-9
/
+7
*
use isxdigit and apps_tohex
Rich Salz
2015-04-29
1
-7
/
+4
*
Remove needless bio_err argument
Rich Salz
2015-04-29
1
-15
/
+15
*
remove malloc casts
Rich Salz
2015-04-28
1
-12
/
+9
*
Remove EFENCE support.
Rich Salz
2015-04-25
1
-12
/
+0
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-11
/
+6
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-570
/
+465
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-5
/
+5
*
free NULL cleanup
Rich Salz
2015-03-25
1
-2
/
+1
*
make X509_NAME opaque
Dr. Stephen Henson
2015-03-25
1
-1
/
+1
*
Add malloc failure checks
Matt Caswell
2015-03-17
1
-0
/
+13
*
Unchecked malloc fixes
Matt Caswell
2015-03-05
1
-0
/
+8
*
Dead code clean: #if 0 removal in apps
Rich Salz
2015-01-30
1
-12
/
+0
*
ifdef cleanup part 3: OPENSSL_SYSNAME
Rich Salz
2015-01-23
1
-1
/
+1
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-4
/
+4
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-2855
/
+2718
*
Move more comments that confuse indent
Matt Caswell
2015-01-22
1
-1
/
+2
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+1
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)
Richard Levitte
2014-12-17
1
-1
/
+1
*
Show errors on CSR verification failure.
Dr. Stephen Henson
2014-06-29
1
-0
/
+2
*
Memory leak and NULL dereference fixes.
Dr. Stephen Henson
2014-06-27
1
-0
/
+3
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-3
/
+3
*
fix printout of expiry days if -enddate is used in ca
Dr. Stephen Henson
2012-11-20
1
-1
/
+7
*
New -valid option to add a certificate to the ca index.txt that is valid and ...
Dr. Stephen Henson
2012-09-09
1
-1
/
+18
[next]