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
*
Check non-option arguments
Rich Salz
2020-12-15
1
-2
/
+4
*
apps/pkcs12.c: Improve user guidance, re-ordering no-export vs. export options
Dr. David von Oheimb
2020-12-03
1
-77
/
+106
*
apps/pkcs12.c: Correct default legacy algs and make related doc consistent
Dr. David von Oheimb
2020-12-01
1
-16
/
+22
*
apps/pkcs12: Clean up the order in which many options are presented
Dr. David von Oheimb
2020-11-19
1
-24
/
+26
*
apps/pkcs12: Really do not perform MAC in case -nomac
Dr. David von Oheimb
2020-11-19
1
-0
/
+1
*
apps/pkcs12: Do not prompt for password in case -nomac and -noenc/-nodes
Dr. David von Oheimb
2020-11-19
1
-1
/
+1
*
Minor cleanup of error output for various apps
David von Oheimb
2020-11-19
1
-1
/
+3
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-2
/
+1
*
Fix safestack issues in pkcs12.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix safestack issues in pkcs7.h
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-09-13
1
-1
/
+0
*
Fix safestack issues in x509.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Fix coverity issue: CID 1466479 - Resource leak in apps/pkcs12.c
Shane Lontis
2020-09-12
1
-3
/
+5
*
apps/pkcs12.c: Add -untrusted option
Dr. David von Oheimb
2020-08-27
1
-49
/
+114
*
apps: make use of OSSL_STORE for generalized certs and CRLs loading
Dr. David von Oheimb
2020-08-20
1
-4
/
+17
*
Add new APIs to get PKCS12 secretBag OID and value
Jon Spillett
2020-08-06
1
-0
/
+14
*
apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2
Sahana Prasad
2020-08-06
1
-11
/
+35
*
Deprecate -nodes in favor of -noenc in pkcs12 and req app
Dr. David von Oheimb
2020-07-28
1
-2
/
+4
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+6
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Don't compile commands if disabled
Rich Salz
2020-04-10
1
-28
/
+23
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+6
*
Fix coverity issues CID 1457745...1457752, 1457853, 1457854
Shane Lontis
2020-02-04
1
-3
/
+4
*
Add -iter option to pkcs12 command
Ibrahim M. Ghazal
2020-01-02
1
-4
/
+10
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-34
/
+44
*
Add -CAstore and similar to all openssl commands that have -CApath
Richard Levitte
2019-11-03
1
-4
/
+14
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
apps/pkcs12: print multiple PKCS#12 safeBag attribute values if present
Jon Spillett
2019-09-17
1
-26
/
+38
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Complain if -twopass is used incorrectly
Matt Caswell
2019-01-30
1
-0
/
+7
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
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
[next]