index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
pkcs8.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a 'saltlen' option to the openssl pkcs8 command line app.
slontis
2023-09-04
1
-5
/
+15
*
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
2021-12-07
1
-2
/
+1
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-4
/
+5
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
APPS: Improve diagnostics for string options and options expecting int >= 0
Dr. David von Oheimb
2021-04-24
1
-2
/
+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
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Fetch cipher after loading providers
Rich Salz
2021-02-11
1
-3
/
+6
*
Load rand state after loading providers
Rich Salz
2021-02-11
1
-0
/
+1
*
Check non-option arguments
Rich Salz
2020-12-15
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+6
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-13
/
+21
*
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
-2
/
+2
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-17
1
-3
/
+7
*
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
-17
/
+18
*
Increase the password buffer size to APP_PASS_LEN.
Pauli
2017-03-07
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
*
Fix various missing option help messages ...
FdaSilvaYY
2016-09-20
1
-1
/
+1
*
Support for traditional format private keys.
Dr. Stephen Henson
2016-05-23
1
-6
/
+15
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Update pkcs8 defaults.
Dr. Stephen Henson
2016-05-11
1
-2
/
+4
*
Add missing return value check in pkcs8 app
Matt Caswell
2016-04-21
1
-1
/
+4
*
Fix "no-ui" configuration
Richard Levitte
2016-03-31
1
-3
/
+16
*
Make PKCS8_PRIV_KEY_INFO opaque.
Dr. Stephen Henson
2016-03-07
1
-41
/
+3
*
use saner default parameters for scrypt
Dr. Stephen Henson
2016-03-05
1
-2
/
+2
*
argv was set but unused
Kurt Roeckx
2016-02-20
1
-1
/
+3
*
RT4227: Range-check in apps.
Rich Salz
2016-01-12
1
-4
/
+4
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-3
/
+0
*
Change the way apps open their input and output files
Richard Levitte
2015-09-06
1
-2
/
+2
*
Make the handling of output and input formats consistent
Richard Levitte
2015-09-06
1
-2
/
+2
*
RT3998: Allow scrypt to be disabled
Rich Salz
2015-09-04
1
-2
/
+12
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-16
1
-1
/
+7
*
fix warning
Dr. Stephen Henson
2015-05-31
1
-1
/
+1
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
scrypt in pkcs8 util
Dr. Stephen Henson
2015-05-26
1
-4
/
+35
*
Add function PKCS8_set0_pbe
Dr. Stephen Henson
2015-05-26
1
-4
/
+16
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-5
/
+5
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-10
/
+4
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-181
/
+126
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-370
/
+315
*
Tidied up, added include to stdlib, removed "goto bad" usage
Matt Caswell
2014-06-18
1
-13
/
+19
*
Conform to whitespace conventions
rfkrocktk
2014-06-18
1
-7
/
+7
[next]