Bernd Edlinger
|
845e682409
Fix openssl req with -addext subjectAltName=dirName
|
před 8 měsíci |
Matt Caswell
|
30cd7ebcff
Copyright year updates
|
před 9 měsíci |
Bernd Edlinger
|
6c70934a46
Fix a possible memory leak in req_main
|
před 9 měsíci |
Bernd Edlinger
|
296fc3ca50
Fix some memory leaks in the openssl app
|
před 1 rokem |
Bernd Edlinger
|
a3e71dc38b
Fix output corruption in req command
|
před 1 rokem |
Matt Caswell
|
ed8a4eec23
Copyright year updates
|
před 1 rokem |
Dr. David von Oheimb
|
1737fb8f45
APPS: remove spurious errors when certain config file entries are not provided
|
před 1 rokem |
Michael Baentsch
|
fefeecf00d
Cast the argument to unsigned char when calling isspace()
|
před 1 rokem |
Tomas Mraz
|
9cf57d2cdc
req, x509: Allow printing modulus of RSA-PSS keys
|
před 2 roky |
Matt Caswell
|
ee71383a8d
Update copyright year
|
před 2 roky |
Hugo Landau
|
e0de194097
Enable openssl req -x509 to create certificates from CSRs
|
před 2 roky |
xkernel
|
988e4adbc9
check the return value of CRYPTO_strdup()
|
před 2 roky |
Dr. David von Oheimb
|
8dc0b2b55d
APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. options
|
před 3 roky |
Dr. David von Oheimb
|
4fdb0d2535
APPS/req: Fix AKID generation in case -CA option is used
|
před 3 roky |
Dr. David von Oheimb
|
f2b6edcfdd
APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implies -x509
|
před 3 roky |
Tomas Mraz
|
204323446e
req: Avoid segfault when -modulus is used
|
před 3 roky |
Dmitry Belyavskiy
|
6b38d7dc1b
If we have passed the private key, don't copy it implicitly
|
před 3 roky |
Richard Levitte
|
426005eea5
Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn'
|
před 3 roky |
Pauli
|
d4af922c58
apps: properly initialise arguments to EVP_PKEY_get_bn_param()
|
před 3 roky |
Pauli
|
51cda01c61
req: detect a bad choice of digest early
|
před 3 roky |
Tomas Mraz
|
6a2f82b439
req: fix default bits handling for -newkey
|
před 3 roky |
Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
před 3 roky |
Pauli
|
8ee66a092c
req: fix Coverity 1485137 Explicit null dereference
|
před 3 roky |
Dr. David von Oheimb
|
8b893c35da
APPS req: Extend the -keyout option to be respected also with -key
|
před 3 roky |
Dr. David von Oheimb
|
54e8f7259b
DOC: Improve description of 'req' app: -new, -newkey, and -keyout options
|
před 3 roky |
Dr. David von Oheimb
|
a7e4ca5b4e
Add warning to key/param generating apps on potential delay due to missing entropy
|
před 4 roky |
Richard Levitte
|
f0fa37a4a7
Fix 'openssl req' to be able to use provided keytypes
|
před 3 roky |
Tomas Mraz
|
d382e79632
Make the -inform option to be respected if possible
|
před 3 roky |
Dr. David von Oheimb
|
b0f960189b
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
|
před 3 roky |
Petr Gotthard
|
91034b68b3
apps/ca,req,x509: Switch to EVP_DigestSignInit_ex
|
před 3 roky |