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
*
APPS: Add check for multiple 'unknown' options
Dr. David von Oheimb
2022-01-11
1
-0
/
+1
*
PKCS12 app: Improve readability w.r.t. enc_flag, renamed to enc_name
Dr. David von Oheimb
2022-01-11
1
-6
/
+5
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-3
/
+3
*
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
2021-12-07
1
-6
/
+3
*
X509: Fix handling of AKID and SKID extensions according to configuration
Dr. David von Oheimb
2021-11-11
1
-1
/
+1
*
apps/pkcs12: Do not assume null termination of ASN1_UTF8STRING
Tomas Mraz
2021-08-31
1
-1
/
+2
*
Don't add the first pkcs12 certificate multiple times
Matt Caswell
2021-07-09
1
-4
/
+7
*
apps: use get_cipher_any() instead of get_cipher() for commands that support ...
Pauli
2021-06-16
1
-1
/
+1
*
pkcs12: use the app's libctx and property query when searching for algorithms
Pauli
2021-06-15
1
-1
/
+2
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
remove end of line whitespace
Pauli
2021-04-30
1
-2
/
+2
*
Add library context and property query support into the PKCS12 API
Jon Spillett
2021-04-30
1
-13
/
+37
*
APPS: Improve diagnostics for string options and options expecting int >= 0
Dr. David von Oheimb
2021-04-24
1
-3
/
+1
*
Fetch and free cipher and md's
Rich Salz
2021-04-20
1
-4
/
+5
*
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
Dr. David von Oheimb
2021-04-14
1
-1
/
+3
*
apps: Add maybe_stdin argument to load_certs and set it in pkcs12
Tomas Mraz
2021-03-15
1
-3
/
+3
*
Fix option description for PKCS#12 export
Tobias Nießen
2021-03-14
1
-1
/
+1
*
Change default algorithms in PKCS12_create() and PKCS12_set_mac()
Tomas Mraz
2021-03-10
1
-9
/
+11
*
apps/pkcs12: Allow continuing on absent mac
Tomas Mraz
2021-03-09
1
-0
/
+9
*
apps/pkcs12: Detect missing PKCS12KDF support on import
Tomas Mraz
2021-03-09
1
-0
/
+10
*
apps/pkcs12: Properly detect MAC setup failure
Tomas Mraz
2021-03-09
1
-1
/
+5
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Fetch cipher after loading providers
Rich Salz
2021-02-11
1
-9
/
+16
*
Load rand state after loading providers
Rich Salz
2021-02-11
1
-0
/
+1
*
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
[next]