Richard Levitte
|
0ce7d1f355
Copyright year updates
|
7 months ago |
Neil Horman
|
6f22bcd631
Add appropriate NULL checks in EVP_CIPHER api
|
11 months ago |
Mathieu Tortuyaux
|
0e138b7b59
enc: "bad decrypt" only in decryption
|
1 year ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
slontis
|
e3994583a1
Added 'saltlen' option to the OpenSSL enc command line app.
|
1 year ago |
Pauli
|
dc43f080c5
Include the default iteration count in the help for the enc command
|
1 year ago |
Todd Short
|
59d21298df
Convert ZLIB defines to OPENSSL_NO_ZLIB
|
2 years ago |
Todd Short
|
caf9317d7d
Add ZSTD compression support (RFC8478bis)
|
3 years ago |
Todd Short
|
12e96a2360
Add brotli compression support (RFC7924)
|
3 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
EasySec
|
f4f397a5cb
Allow to *just* print key and IV of unstreamable modes when no input files
|
2 years ago |
EasySec
|
7850cc8307
enc : add support for wrap mode
|
2 years ago |
Dr. David von Oheimb
|
2c2724476e
APPS: Add check for multiple 'unknown' options
|
3 years ago |
Dr. David von Oheimb
|
d9f073575f
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
|
3 years ago |
Pauli
|
f7d2427ac3
apps: remove AEAD/mode checks that are now redundant
|
3 years ago |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 years ago |
Tomas Mraz
|
0800318a0c
Deprecate old style BIO callback calls
|
3 years ago |
EasySec
|
c4c8791e14
change salt handling, way 1
|
6 years ago |
Dr. David von Oheimb
|
b0f960189b
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
|
3 years ago |
Dr. David von Oheimb
|
d830526c71
APPS: Improve diagnostics for string options and options expecting int >= 0
|
3 years ago |
Rich Salz
|
606a417fb2
Fetch and free cipher and md's
|
3 years ago |
Dr. David von Oheimb
|
3ad6030948
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
|
3 years ago |
Tomas Mraz
|
5050fd5b3b
Avoid going through NID when unnecessary
|
3 years ago |
Mohamed Akram
|
6635ea531e
doc: fix enc -z option documentation
|
3 years ago |
Rich Salz
|
d0190e1163
Process digest option after loading providers
|
3 years ago |
Rich Salz
|
51e5df0ed0
Load rand state after loading providers
|
3 years ago |
Rich Salz
|
50ca7e1895
Fetch algorithm after loading providers
|
3 years ago |
Richard Levitte
|
4333b89f50
Update copyright year
|
3 years ago |
Dr. David von Oheimb
|
3372039252
APPS: Fix confusion between program and app/command name used in diagnostic/help output
|
3 years ago |
Rich Salz
|
021410ea3f
Check non-option arguments
|
4 years ago |