summaryrefslogtreecommitdiffstats
path: root/apps/rsa.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-03-14apps/{dsa,ec,rsa,pkey}.c: harmonize coding w.r.t. 'pubin' variableDr. David von Oheimb
2022-08-26Add missing ')' to command helpPauli
2022-06-02Fix the checks of EVP_PKEY_checkPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-03-22Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-08-24rsa: Try legacy encoding functions for pubkeyTomas Mraz
2021-06-09Decoding PKCS#8: separate decoding of encrypted and unencrypted PKCS#8Richard Levitte
2021-06-02apps: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-05-04APPS: Add passphrase handling in the "rsa" and "dsa" commandsRichard Levitte
2021-04-20Fetch and free cipher and md'sRich Salz
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-12Fetch cipher after loading providersRich Salz
2020-12-17dsa: apps deprecation changesPauli
2020-12-15APPS: Correct the output structure for public keys in 'openssl rsa'Richard Levitte
2020-12-15Check non-option argumentsRich Salz
2020-12-02Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-11-18Deprecate RSA harderRichard Levitte
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-09Support writing RSA keys using the traditional format againKurt Roeckx
2020-06-14Fix nits detected by make cmd-nitsNicola Tuveri
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-19rsa: update command line app to use EVP callsPauli
2020-04-10Don't compile commands if disabledRich Salz
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-20Deprecate the low level RSA functions.Pauli
2019-11-08Add "sections" to -help outputRich Salz
2019-07-16Remove function name from errorsRich Salz
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-11-10Check return value of EVP_PKEY_newMansour Ahmadi
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-12-11Fix typo in commentBenjamin Kaduk
2017-10-18Remove parentheses of return.KaoruToda
2017-07-29Fix rsa -check optionPaul Yang
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2016-11-17Support MSBLOB format if RC4 is disabledDr. Stephen Henson
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-08-24Trust RSA_check_key() to return correct valuesRichard Levitte
2016-08-17Simplify and add help about OPT_PVK* optionsFdaSilvaYY