Richard Levitte
|
0ce7d1f355
Copyright year updates
|
8 months ago |
Tomas Mraz
|
5c846d32d4
apps/x509.c: No warning reading from stdin if redirected
|
9 months ago |
Job Snijders
|
4e5bf93313
Add apps/x509 -set_issuer & -set_subject option to override issuer & subject
|
10 months ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Yannik Sembritzki
|
7f4cc3bc34
Remove restriction to only cross-sign self-signed certificates
|
1 year ago |
Dr. David von Oheimb
|
da7f81d393
APPS: replace awkward and error-prone pattern by calls to new app_conf_try_string()
|
1 year ago |
Tianjia Zhang
|
a75f707fca
apps: silent warning when loading CSR files with vfyopt option
|
1 year ago |
Dr. David von Oheimb
|
0e89b39619
apps/x509 etc.: allow private key input when public key is expected
|
2 years ago |
Dr. David von Oheimb
|
342e3652c7
APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is given
|
2 years ago |
Dr. David von Oheimb
|
200d844782
APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for apps, too
|
3 years ago |
Dr. David von Oheimb
|
51024f7559
apps/x509.c: Remove legacy call to OBJ_create()
|
3 years ago |
Dr. David von Oheimb
|
c54a6a4b0e
apps/x509: add warnings for options ignored when -CA is not specified
|
2 years ago |
Dr. David von Oheimb
|
ec8a340948
APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use random serial.
|
2 years ago |
Dr. David von Oheimb
|
10c7887330
apps/x509: Fix -CAfile option being neglected with -new or -in
|
2 years ago |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 years ago |
Tomas Mraz
|
e4cdcb8bc4
req, x509: Allow printing modulus of RSA-PSS keys
|
2 years ago |
Daniel
|
2a6994cfa0
Send auxiliary messages to bio_err.
|
2 years ago |
Dr. David von Oheimb
|
2c2724476e
APPS: Add check for multiple 'unknown' options
|
3 years ago |
Dr. David von Oheimb
|
d9f073575f
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
|
3 years ago |
Rami Khaldi
|
9567fd3819
x509: Return a nonzero exit code on error when checking ip/email/host
|
3 years ago |
Dr. David von Oheimb
|
adbd77f6d7
X509: Fix handling of AKID and SKID extensions according to configuration
|
3 years ago |
Dr. David von Oheimb
|
9bf1061c44
APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()
|
3 years ago |
Dr. David von Oheimb
|
18e0c544b0
apps/x509: Fix self-signed check to happen before setting issuer name
|
3 years ago |
Dr. David von Oheimb
|
611ef4f373
APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. options
|
3 years ago |
Dr. David von Oheimb
|
b4fec69b2a
APPS/x509: fix -extfile option, which was ignored with -x509toreq
|
3 years ago |
Christian Heimes
|
89fe295257
Fix segfault in openssl x509 -modulus
|
3 years ago |
Pauli
|
d4af922c58
apps: properly initialise arguments to EVP_PKEY_get_bn_param()
|
3 years ago |
Richard Levitte
|
e493d6e0ca
APPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_t
|
3 years ago |
William Edmisten
|
8c5bff2220
Add support for ISO 8601 datetime format
|
3 years ago |
Pauli
|
db70dc2cda
apps: remove TODOs
|
3 years ago |