Richard Levitte
|
dffa752023
Following the license change, modify the boilerplates in apps/
|
6 years ago |
Matt Caswell
|
6738bf1417
Update copyright year
|
6 years ago |
Richard Levitte
|
dab2cd68e7
apps: Don't include progs.h in apps.h
|
6 years ago |
Rich Salz
|
cbe2964821
Consistent formatting for sizeof(foo)
|
7 years ago |
Rich Salz
|
3ee1eac27a
Standardize apps use of -rand, etc.
|
7 years ago |
Richard Levitte
|
48feaceb53
Remove the possibility to disable the UI module entirely
|
7 years ago |
Paul Yang
|
2234212c3d
Clean up a bundle of codingstyle stuff in apps directory
|
7 years ago |
Pauli
|
bf580d5f30
Increase the password buffer size to APP_PASS_LEN.
|
7 years ago |
Richard Levitte
|
dd1abd4462
If an engine comes up explicitely, it must also come down explicitely
|
8 years ago |
FdaSilvaYY
|
44c83ebd70
Constify command options
|
8 years ago |
FdaSilvaYY
|
12d56b2992
Fix various missing option help messages ...
|
8 years ago |
Dr. Stephen Henson
|
05dba8151b
Support for traditional format private keys.
|
8 years ago |
Rich Salz
|
846e33c729
Copyright consolidation 01/10
|
8 years ago |
Dr. Stephen Henson
|
8fc06e8860
Update pkcs8 defaults.
|
8 years ago |
Matt Caswell
|
bcc31778e3
Add missing return value check in pkcs8 app
|
8 years ago |
Richard Levitte
|
923b1857de
Fix "no-ui" configuration
|
8 years ago |
Dr. Stephen Henson
|
54dbf42398
Make PKCS8_PRIV_KEY_INFO opaque.
|
8 years ago |
Dr. Stephen Henson
|
5fc3ee4b77
use saner default parameters for scrypt
|
8 years ago |
Kurt Roeckx
|
0335851754
argv was set but unused
|
8 years ago |
Rich Salz
|
bd4850df64
RT4227: Range-check in apps.
|
8 years ago |
Matt Caswell
|
a0a82324f9
Centralise loading default apps config file
|
9 years ago |
Richard Levitte
|
bdd58d9846
Change the way apps open their input and output files
|
9 years ago |
Richard Levitte
|
d303b9d85e
Make the handling of output and input formats consistent
|
9 years ago |
Rich Salz
|
b0809bc8ff
RT3998: Allow scrypt to be disabled
|
9 years ago |
Rich Salz
|
3b061a00e3
RT2547: Tighten perms on generated privkey files
|
9 years ago |
Dr. Stephen Henson
|
688c244685
fix warning
|
9 years ago |
Richard Levitte
|
296f54ee21
Restore module loading
|
9 years ago |
Dr. Stephen Henson
|
0ceb8b74f5
scrypt in pkcs8 util
|
9 years ago |
Dr. Stephen Henson
|
6355d31538
Add function PKCS8_set0_pbe
|
9 years ago |
Rich Salz
|
75ebbd9aa4
Use p==NULL not !p (in if statements, mainly)
|
9 years ago |