index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
genpkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
genpkey: -quiet doesn't take an argument
Pauli
2021-08-12
1
-1
/
+1
*
apps: remove AEAD/mode checks that are now redundant
Pauli
2021-06-16
1
-9
/
+2
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
Add warning to key/param generating apps on potential delay due to missing en...
Dr. David von Oheimb
2021-05-25
1
-15
/
+4
*
Add -quiet flag to genpkey
Rich Salz
2021-05-18
1
-8
/
+20
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
Fetch and free cipher and md's
Rich Salz
2021-04-20
1
-1
/
+2
*
Fetch alg, etc., after loading providers
Rich Salz
2021-02-11
1
-34
/
+42
*
apps/openssl: add -propquery command line option
Petr Gotthard
2021-02-05
1
-3
/
+2
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parameters
Jon Spillett
2021-01-20
1
-1
/
+1
*
Check non-option arguments
Rich Salz
2020-12-15
1
-0
/
+2
*
Remove deprecation warning suppression from genpkey
Matt Caswell
2020-11-25
1
-28
/
+4
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+4
*
Add error message to genpkey app for the '-genparam' option
Shane Lontis
2020-09-18
1
-1
/
+5
*
Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072
Shane Lontis
2020-08-12
1
-19
/
+38
*
EVP: deprecate the EVP_X_meth_ functions.
Pauli
2020-07-22
1
-2
/
+2
*
apps: deprecate engines
Pauli
2020-07-16
1
-0
/
+3
*
[apps/genpkey] exit status should not be 0 on output errors
Nicola Tuveri
2020-07-06
1
-2
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+9
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-6
/
+10
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-2
/
+2
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c
David von Oheimb
2018-06-18
1
-0
/
+7
*
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
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-3
/
+3
*
If an engine comes up explicitely, it must also come down explicitely
Richard Levitte
2016-10-19
1
-1
/
+1
*
Constify command options
FdaSilvaYY
2016-10-14
1
-1
/
+1
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-54
/
+6
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
1
-2
/
+1
*
argv was set but unused
Kurt Roeckx
2016-02-20
1
-1
/
+3
*
Continue standardisation of malloc handling in apps
Matt Caswell
2015-11-09
1
-1
/
+1
*
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
-1
/
+1
*
Make the handling of output and input formats consistent
Richard Levitte
2015-09-06
1
-1
/
+1
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-16
1
-5
/
+8
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-0
/
+1
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-2
/
+0
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-139
/
+103
*
free NULL cleanup
Rich Salz
2015-03-28
1
-10
/
+5
*
free NULL cleanup
Rich Salz
2015-03-25
1
-2
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-344
/
+309
*
RT3543: Remove #ifdef LINT
Rich Salz
2014-12-10
1
-3
/
+0
*
Make no-engine work again.
Dr. Stephen Henson
2008-12-20
1
-0
/
+2
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
New -mac and -macopt options to dgst utility. Reimplement -hmac option in
Dr. Stephen Henson
2007-04-11
1
-4
/
+2
[next]