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
*
rsa: Try legacy encoding functions for pubkey
Tomas Mraz
2021-08-24
1
-1
/
+38
*
Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8
Richard Levitte
2021-06-09
1
-1
/
+1
*
apps: remove TODOs
Pauli
2021-06-02
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-2
/
+2
*
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: Add passphrase handling in the "rsa" and "dsa" commands
Richard Levitte
2021-05-04
1
-0
/
+14
*
Fetch and free cipher and md's
Rich Salz
2021-04-20
1
-1
/
+2
*
Handle NULL result of ERR_reason_error_string() in some apps
Dr. David von Oheimb
2021-02-22
1
-10
/
+3
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
1
-3
/
+3
*
Fetch cipher after loading providers
Rich Salz
2021-02-11
1
-3
/
+6
*
dsa: apps deprecation changes
Pauli
2020-12-17
1
-1
/
+9
*
APPS: Correct the output structure for public keys in 'openssl rsa'
Richard Levitte
2020-12-15
1
-2
/
+2
*
Check non-option arguments
Rich Salz
2020-12-15
1
-0
/
+2
*
Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()
Richard Levitte
2020-12-02
1
-1
/
+1
*
Deprecate RSA harder
Richard Levitte
2020-11-18
1
-66
/
+78
*
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
[next]