Age | Commit message (Expand) | Author |
2022-07-14 | apps/x509: add warnings for options ignored when -CA is not specified | Dr. David von Oheimb |
2022-07-14 | APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran... | Dr. David von Oheimb |
2022-07-14 | apps/x509: Fix -CAfile option being neglected with -new or -in | Dr. David von Oheimb |
2022-04-01 | req, x509: Allow printing modulus of RSA-PSS keys | Tomas Mraz |
2022-03-15 | Update copyright year | Matt Caswell |
2022-02-09 | Send auxiliary messages to bio_err. | Daniel |
2021-11-08 | APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID() | Dr. David von Oheimb |
2021-10-07 | apps/x509: Fix self-signed check to happen before setting issuer name | Dr. David von Oheimb |
2021-09-30 | APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. options | Dr. David von Oheimb |
2021-08-26 | APPS/x509: fix -extfile option, which was ignored with -x509toreq | Dr. David von Oheimb |
2021-06-26 | Fix segfault in openssl x509 -modulus | Christian Heimes |
2021-06-26 | apps: properly initialise arguments to EVP_PKEY_get_bn_param() | Pauli |
2021-06-22 | APPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_t | Richard Levitte |
2021-06-11 | Add support for ISO 8601 datetime format | William Edmisten |
2021-06-02 | apps: remove TODOs | Pauli |
2021-05-06 | Make the -inform option to be respected if possible | Tomas Mraz |
2021-05-05 | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro | Dr. David von Oheimb |
2021-05-05 | APPS: Slightly extend and improve documentation of the opt_ API | Dr. David von Oheimb |
2021-04-30 | apps/ca,req,x509: Switch to EVP_DigestSignInit_ex | Petr Gotthard |
2021-04-20 | Fetch and free cipher and md's | Rich Salz |
2021-04-14 | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb |
2021-04-01 | Avoid going through NID when unnecessary | Tomas Mraz |
2021-03-06 | apps/x509.c: Rename -signkey to -key for consistency with the req app | Dr. David von Oheimb |
2021-02-28 | apps/x509.c: Fix mem leaks in processing of -next_serial in print loop | Dr. David von Oheimb |
2021-02-28 | apps/x509.c: Improve print_name() and coding style of large print loop in x50... | Dr. David von Oheimb |
2021-02-28 | apps/x509.c: Improve indentation of the large print loop in x509_main() | Dr. David von Oheimb |
2021-02-28 | apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recently | Dr. David von Oheimb |
2021-02-12 | Process digest option after loading providers | Rich Salz |
2021-02-12 | Load rand state after loading providers | Rich Salz |
2021-01-28 | Update copyright year | Richard Levitte |
2021-01-20 | apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile options | Dr. David von Oheimb |
2021-01-20 | apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> req | Dr. David von Oheimb |
2021-01-20 | apps/x509.c: Major code, user guidance, and documentation cleanup | Dr. David von Oheimb |
2021-01-20 | apps/x509.c: Take the -signkey arg as default pubkey with -new | Dr. David von Oheimb |
2021-01-13 | Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed cert | Dr. David von Oheimb |
2021-01-13 | apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d... | Dr. David von Oheimb |
2020-12-20 | Drop OPENSSL_NO_RSA everywhere | Richard Levitte |
2020-12-17 | dsa: apps deprecation changes | Pauli |
2020-12-15 | Check non-option arguments | Rich Salz |
2020-12-10 | apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu... | Dr. David von Oheimb |
2020-12-10 | apps/x509.c: Factor out common aspects of X509 signing | Dr. David von Oheimb |
2020-12-10 | apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3 | Dr. David von Oheimb |
2020-11-18 | Deprecate RSA harder | Richard Levitte |
2020-11-13 | Remove -C option from x509 command | Rich Salz |
2020-10-26 | APPS: Remove the format argument where it's not used | Richard Levitte |
2020-10-01 | Run the withlibctx.pl script | Matt Caswell |
2020-09-24 | load_key_certs_crls(): Restore output of fatal errors | Dr. David von Oheimb |
2020-09-13 | Fix safestack issues in asn1.h | Matt Caswell |
2020-09-13 | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell |
2020-09-13 | Fix safestack issues in x509.h | Matt Caswell |