index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
rsa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
load_key_certs_crls(): Restore output of fatal errors
Dr. David von Oheimb
2020-09-24
1
-2
/
+2
*
Support writing RSA keys using the traditional format again
Kurt Roeckx
2020-09-09
1
-3
/
+14
*
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-07
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-28
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-10
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-14
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-16
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-27
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-25
1
-2
/
+1
*
Make OpenSSL compile with no-rc4
Dr. Stephen Henson
2015-02-27
1
-1
/
+4
[next]