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
/
rsa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix nits detected by make cmd-nits
Nicola Tuveri
2020-06-14
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
*
rsa: update command line app to use EVP calls
Pauli
2020-04-19
1
-23
/
+29
*
Don't compile commands if disabled
Rich Salz
2020-04-10
1
-30
/
+26
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+8
*
Deprecate the low level RSA functions.
Pauli
2020-02-20
1
-0
/
+3
*
Add "sections" to -help output
Rich Salz
2019-11-08
1
-11
/
+18
*
Remove function name from errors
Rich Salz
2019-07-16
1
-1
/
+0
*
Following the license change, modify the boilerplates in apps/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Check return value of EVP_PKEY_new
Mansour Ahmadi
2018-11-10
1
-0
/
+3
*
apps: Stop pretending to care about Netscape keys
Richard Levitte
2018-11-02
1
-2
/
+2
*
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
*
Fix typo in comment
Benjamin Kaduk
2017-12-11
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-1
/
+1
*
Fix rsa -check option
Paul Yang
2017-07-29
1
-2
/
+2
*
Clean up a bundle of codingstyle stuff in apps directory
Paul Yang
2017-06-12
1
-8
/
+10
*
Support MSBLOB format if RC4 is disabled
Dr. Stephen Henson
2016-11-17
1
-1
/
+7
*
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
*
Trust RSA_check_key() to return correct values
Richard Levitte
2016-08-24
1
-4
/
+1
*
Simplify and add help about OPT_PVK* options
FdaSilvaYY
2016-08-17
1
-19
/
+12
*
rsa.c: fix incorrect guard for pvk-* options
Viktor Szakats
2016-07-30
1
-4
/
+4
*
Deal with the consequences of constifying getters
Richard Levitte
2016-06-15
1
-1
/
+1
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-102
/
+6
*
Make the RSA structure opaque
Richard Levitte
2016-04-06
1
-1
/
+3
*
Fix no-dsa
Matt Caswell
2016-03-21
1
-2
/
+5
*
argv was set but unused
Kurt Roeckx
2016-02-20
1
-1
/
+3
*
Use NON_EMPTY_TRANSLATION_UNIT, consistently.
Rich Salz
2016-02-09
1
-7
/
+4
*
Fix engine key support in utilities.
Dr. Stephen Henson
2016-02-08
1
-1
/
+1
*
Avoid erroneous "assert(private)" failures.
Viktor Dukhovni
2015-12-13
1
-5
/
+11
*
Centralise loading default apps config file
Matt Caswell
2015-10-12
1
-4
/
+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
*
Remove obsolete key formats.
Rich Salz
2015-07-16
1
-13
/
+0
*
RT2547: Tighten perms on generated privkey files
Rich Salz
2015-06-15
1
-6
/
+16
*
Standardize handling of #ifdef'd options.
Rich Salz
2015-06-02
1
-8
/
+10
*
Restore module loading
Richard Levitte
2015-05-29
1
-0
/
+3
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-11
/
+6
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Fix typo in help & comment formatting
Rich Salz
2015-04-26
1
-4
/
+4
*
fewer NO_ENGINE #ifdef's
Rich Salz
2015-04-25
1
-6
/
+2
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-195
/
+167
*
free NULL cleanup
Rich Salz
2015-03-25
1
-2
/
+1
*
free NULL cleanup
Rich Salz
2015-03-24
1
-2
/
+1
*
Make OpenSSL compile with no-rc4
Dr. Stephen Henson
2015-02-27
1
-1
/
+4
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-378
/
+366
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
[next]