index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
change salt handling, way 1
EasySec
2021-05-06
1
-33
/
+41
*
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
-3
/
+5
*
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
Dr. David von Oheimb
2021-04-14
1
-1
/
+2
*
Avoid going through NID when unnecessary
Tomas Mraz
2021-04-01
1
-1
/
+1
*
doc: fix enc -z option documentation
Mohamed Akram
2021-03-30
1
-1
/
+1
*
Process digest option after loading providers
Rich Salz
2021-02-12
1
-4
/
+4
*
Load rand state after loading providers
Rich Salz
2021-02-12
1
-0
/
+1
*
Fetch algorithm after loading providers
Rich Salz
2021-02-12
1
-19
/
+19
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
APPS: Fix confusion between program and app/command name used in diagnostic/h...
Dr. David von Oheimb
2021-01-11
1
-8
/
+8
*
Check non-option arguments
Rich Salz
2020-12-15
1
-3
/
+4
*
Specific the engine pointer
gujinqiang
2020-07-22
1
-1
/
+1
*
Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
Dr. David von Oheimb
2020-05-15
1
-1
/
+1
*
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-08
1
-14
/
+23
*
Update source files for deprecation at 3.0
Richard Levitte
2019-11-07
1
-1
/
+1
*
Update dgst.c to show a list of message digests
agnosticdev
2019-10-18
1
-2
/
+5
*
openssl dgst, openssl enc: check for end of input
Richard Levitte
2019-08-22
1
-1
/
+1
*
Fixed typo in enc.c warning
x753
2019-04-01
1
-1
/
+1
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add support for PBKDF2 for enc command
EasySec
2018-02-21
1
-10
/
+48
*
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-07
1
-9
/
+9
*
Cleaning secret data after use
EasySec
2017-10-16
1
-3
/
+7
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-1
/
+1
*
set_hex() behaviour change
EasySec
2017-10-10
1
-10
/
+11
*
Check # of arguments for remaining commands.
Rich Salz
2017-08-21
1
-0
/
+4
*
Revert "Add some casts for %j"
Rich Salz
2017-08-15
1
-4
/
+2
*
Add some casts for %j
Rich Salz
2017-08-14
1
-2
/
+4
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-16
1
-1
/
+7
*
Bounds check string functions in apps.
Pauli
2017-07-06
1
-5
/
+5
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-3
/
+3
*
Remove the possibility to disable the UI module entirely
Richard Levitte
2017-07-03
1
-1
/
+1
*
Ensure a space after colon in enc -v
Rich Salz
2017-06-20
1
-2
/
+2
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-8
/
+10
*
openssl enc: Don't unbuffer stdin
Bernard Spil
2017-04-25
1
-1
/
+0
*
apps/*.c: switch to platform-neutral format modifiers in BIO_print calls.
Andy Polyakov
2017-03-30
1
-2
/
+2
*
Make the output of enc -ciphers identical even if run several times in a sess...
Pauli
2017-03-09
1
-10
/
+17
*
Limit the output of the enc -ciphers command to just the ciphers enc can
Pauli
2017-03-08
1
-0
/
+8
*
Let the output from 'openssl enc -ciphers' go to stdout
Richard Levitte
2017-02-23
1
-3
/
+4
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-1
/
+3
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Fix double calls to strlen
FdaSilvaYY
2016-07-20
1
-2
/
+4
*
Add -ciphers flag to enc command
Rich Salz
2016-06-24
1
-1
/
+5
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Fix typos in apps/enc.c
Kurt Cancemi
2016-05-17
1
-2
/
+2
[next]