index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
pkcs12.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2018-02-13
1
-1
/
+1
*
apps: Don't include progs.h in apps.h
Richard Levitte
2018-01-31
1
-0
/
+1
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-6
/
+6
*
Fix building without scrypt
Johannes Bauer
2017-08-08
1
-0
/
+2
*
handle scrypt PBKDF in PKCS#12 files info
Hubert Kario
2017-07-26
1
-0
/
+16
*
nicer formatting for MAC info
Hubert Kario
2017-07-26
1
-2
/
+2
*
more info about PKCS#12 structure MAC
Hubert Kario
2017-07-26
1
-2
/
+10
*
pkcs12.c better formatting for unsupported params
Hubert Kario
2017-07-26
1
-3
/
+3
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-16
/
+8
*
Bounds check string functions in apps.
Pauli
2017-07-06
1
-3
/
+5
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-1
/
+1
*
Remove the possibility to disable the UI module entirely
Richard Levitte
2017-07-03
1
-3
/
+3
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-14
/
+19
*
-inkey can be an identifier, not just a file
Rich Salz
2017-05-21
1
-1
/
+1
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-0
/
+1
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Support broken PKCS#12 key generation.
Dr. Stephen Henson
2016-08-25
1
-4
/
+23
*
Avoid more compiler warnings for use of uninitialised variables
Richard Levitte
2016-08-22
1
-1
/
+1
*
Convert PKCS12* functions to use const getters
Matt Caswell
2016-08-19
1
-19
/
+21
*
Constify X509_SIG.
Dr. Stephen Henson
2016-08-17
1
-7
/
+7
*
Constify char* input parameters in apps code
FdaSilvaYY
2016-08-17
1
-2
/
+2
*
constify X509_ALGOR_get0()
Dr. Stephen Henson
2016-08-17
1
-3
/
+3
*
Convert PKCS8* functions to use const getters
Matt Caswell
2016-08-17
1
-2
/
+2
*
print out MAC algorithm
Dr. Stephen Henson
2016-07-30
1
-3
/
+7
*
Support PKCS v2.0 print in pkcs12 utility.
Dr. Stephen Henson
2016-07-08
1
-9
/
+63
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Check return of PEM_write_* functions and report possible errors
Richard Levitte
2016-05-04
1
-4
/
+5
*
Make many X509_xxx types opaque.
Rich Salz
2016-04-15
1
-8
/
+15
*
Fix "no-ui" configuration
Richard Levitte
2016-03-31
1
-14
/
+39
*
Fix no-des
Matt Caswell
2016-03-18
1
-1
/
+3
*
Make X509_SIG opaque.
Dr. Stephen Henson
2016-03-11
1
-1
/
+3
*
Make PKCS8_PRIV_KEY_INFO opaque.
Dr. Stephen Henson
2016-03-07
1
-2
/
+2
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-2
/
+2
*
argv was set but unused
Kurt Roeckx
2016-02-20
1
-1
/
+3
*
fix various formatting issues
Dr. Stephen Henson
2016-02-08
1
-1
/
+3
*
Use new names
Dr. Stephen Henson
2016-02-08
1
-4
/
+4
*
Use accessors in pkcs12 app.
Dr. Stephen Henson
2016-02-08
1
-11
/
+19
*
Refactor apps load_certs/load_crls to work incrementally
Viktor Dukhovni
2016-01-21
1
-9
/
+4
*
Fix X509_STORE_CTX_cleanup()
Viktor Dukhovni
2016-01-04
1
-26
/
+16
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-2
/
+2
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Add support for -no-CApath and -no-CAfile options
Matt Caswell
2015-09-25
1
-2
/
+14
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-7
/
+12
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-16
1
-3
/
+5
*
Increase buffer size for passwords in pkcs12 CLI
Rodger Combs
2015-06-07
1
-1
/
+1
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-1
/
+1
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-9
/
+9
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-1
/
+1
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-2
/
+1
[next]