| Commit message (Expand) | Author | Age | Files | Lines |
* | openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate' | Dr. David von Oheimb | 2021-03-02 | 1 | -20/+32 |
* | Remove RSA SSLv23 padding mode | Rich Salz | 2021-03-01 | 2 | -9/+3 |
* | OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment components | Dr. David von Oheimb | 2021-03-01 | 3 | -6/+14 |
* | CMP: Fix total_timeout behavior; small doc and diagnostic improvements | Dr. David von Oheimb | 2021-02-19 | 1 | -8/+8 |
* | Update copyright year | Matt Caswell | 2021-02-18 | 4 | -4/+4 |
* | apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSR | Dr. David von Oheimb | 2021-02-17 | 1 | -0/+2 |
* | Update documentation following deprecation of SRP | Matt Caswell | 2021-02-12 | 4 | -10/+12 |
* | Match description with actual output of dgst | KOBAYASHI Ittoku | 2021-02-11 | 1 | -1/+1 |
* | DOCS: Remove the "global" dependency on writing .pod files from .pod.in | Richard Levitte | 2021-02-05 | 1 | -58/+3 |
* | apps/openssl: add -propquery command line option | Petr Gotthard | 2021-02-05 | 1 | -0/+20 |
* | openssl.pod: Add documentation for using the loader_attic engine | Dr. David von Oheimb | 2021-02-04 | 1 | -0/+6 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 10 | -10/+10 |
* | ec: Document that -conv_form and -no_public are not supported with engine | Tomas Mraz | 2021-01-26 | 1 | -0/+3 |
* | CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messages | Dr. David von Oheimb | 2021-01-21 | 1 | -49/+56 |
* | Fix typo in crl2pkcs documentation | Tim Hitchins | 2021-01-21 | 1 | -1/+1 |
* | apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile options | Dr. David von Oheimb | 2021-01-20 | 1 | -12/+18 |
* | apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> req | Dr. David von Oheimb | 2021-01-20 | 1 | -17/+24 |
* | apps/x509.c: Major code, user guidance, and documentation cleanup | Dr. David von Oheimb | 2021-01-20 | 1 | -316/+340 |
* | apps/x509.c: Take the -signkey arg as default pubkey with -new | Dr. David von Oheimb | 2021-01-20 | 1 | -1/+4 |
* | DOCS: Fix the last few remaining pass phrase options references | Richard Levitte | 2021-01-19 | 2 | -13/+13 |
* | find_issuer(): When returning an expired issuer, take the most recently expir... | Dr. David von Oheimb | 2021-01-14 | 1 | -0/+2 |
* | apps/req.c: Make sure -verify option takes effect also with -x509 | Dr. David von Oheimb | 2021-01-13 | 1 | -1/+1 |
* | apps/req.c: Cosmetic improvements of code and documentation | Dr. David von Oheimb | 2021-01-13 | 1 | -6/+8 |
* | apps/req.c: Add -copy_extensions option for use with -x509; default: none | Dr. David von Oheimb | 2021-01-13 | 1 | -0/+13 |
* | apps/req.c: make -subj work with -x509; clean up related code | Dr. David von Oheimb | 2021-01-13 | 1 | -2/+3 |
* | apps/req.c: add -CA and -CAkey options; improve code and doc | Dr. David von Oheimb | 2021-01-13 | 2 | -49/+81 |
* | APPS: Allow OPENSSL_CONF to be empty, not loading a config file | Dr. David von Oheimb | 2021-01-13 | 1 | -4/+7 |
* | Remove duplicate GENERATE declarations for .pod files | Richard Levitte | 2021-01-12 | 1 | -53/+2 |
* | apps/pkey.c: Forther improve user guidance, also on non-sensical option combi... | Dr. David von Oheimb | 2021-01-11 | 1 | -14/+16 |
* | apps/pkey.c: Re-order help output and option documentation | Dr. David von Oheimb | 2021-01-11 | 1 | -58/+81 |
* | apps/pkey.c: Make clear that -passout is not supported for DER output | Dr. David von Oheimb | 2021-01-11 | 1 | -0/+2 |
* | Fix doc-nits for list command | Dmitry Belyavskiy | 2020-12-23 | 1 | -4/+4 |
* | Documenting the options deprecating | Dmitry Belyavskiy | 2020-12-15 | 1 | -6/+15 |
* | openssl.pod: Fix openSSL options doc | Ankita Shetty | 2020-12-13 | 34 | -71/+75 |
* | openssl-ca.pod.in: Clarify the -extensions/-crlexts options vs. x509_extensio... | Dr. David von Oheimb | 2020-12-10 | 1 | -6/+6 |
* | openssl.pod: Carve out Trusted Certificate, Pass Phrase, Name Format, and For... | Ankita Shetty | 2020-12-05 | 38 | -426/+529 |
* | openssl.pod: Move verification doc to new doc/man1/openssl-verification-optio... | David von Oheimb | 2020-12-05 | 3 | -352/+401 |
* | x509_vfy.c: Restore rejection of expired trusted (root) certificate | Dr. David von Oheimb | 2020-12-03 | 1 | -5/+6 |
* | apps/pkcs12.c: Improve user guidance, re-ordering no-export vs. export options | Dr. David von Oheimb | 2020-12-03 | 1 | -154/+174 |
* | APPS: Adapt load_key() and load_pubkey() for the engine: loader | Richard Levitte | 2020-12-02 | 20 | -87/+131 |
* | openssl dgst: add option to specify output length for XOF | Daiki Ueno | 2020-12-02 | 1 | -0/+5 |
* | Add EVP_KDF-X942 to the fips module | Shane Lontis | 2020-12-02 | 1 | -2/+3 |
* | apps/pkcs12.c: Correct default legacy algs and make related doc consistent | Dr. David von Oheimb | 2020-12-01 | 1 | -3/+4 |
* | Undeprecate the -dsaparam option in the dhparam app | Matt Caswell | 2020-11-24 | 1 | -3/+1 |
* | apps/pkcs12: Clean up the order in which many options are presented | Dr. David von Oheimb | 2020-11-19 | 1 | -2/+3 |
* | Minor improvements of doc for ca and x509 app | Dr. David von Oheimb | 2020-11-19 | 1 | -6/+6 |
* | apps/ca: Minor code and doc cleanup | David von Oheimb | 2020-11-19 | 1 | -1/+1 |
* | DOC: Fixup the description of the -x509_strict option | Richard Levitte | 2020-11-16 | 1 | -16/+48 |
* | Remove -C option from x509 command | Rich Salz | 2020-11-13 | 1 | -5/+2 |
* | Remove -C from dhparam,dsaparam,ecparam | Rich Salz | 2020-11-13 | 3 | -18/+6 |