| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate the libssl level SRP APIs | Matt Caswell | 2021-02-12 | 3 | -9/+15 |
* | Deprecate the low level SRP APIs | Matt Caswell | 2021-02-12 | 6 | -253/+287 |
* | Allow -rand to be repeated | Rich Salz | 2021-02-11 | 1 | -15/+30 |
* | Fetch cipher after loading providers | Rich Salz | 2021-02-11 | 12 | -50/+92 |
* | Process digest option after loading providers | Rich Salz | 2021-02-11 | 11 | -36/+68 |
* | Load rand state after loading providers | Rich Salz | 2021-02-11 | 25 | -11/+38 |
* | Fetch alg, etc., after loading providers | Rich Salz | 2021-02-11 | 1 | -34/+42 |
* | Fetch algorithm after loading providers | Rich Salz | 2021-02-11 | 1 | -19/+19 |
* | Simplify the EVP_PKEY_XXX_fromdata_XX methods. | Shane Lontis | 2021-02-08 | 1 | -2/+2 |
* | Switch to BIO_snprintf to avoid missing symbol problems on Windows | Jon Spillett | 2021-02-05 | 1 | -1/+1 |
* | apps/openssl: add -propquery command line option | Petr Gotthard | 2021-02-05 | 11 | -41/+47 |
* | apps/cmp.c: check and exit on engine load error | Dr. David von Oheimb | 2021-02-04 | 1 | -1/+6 |
* | apps/ecparam: Avoid crash when parameters fail to load | Tomas Mraz | 2021-02-03 | 1 | -1/+1 |
* | apps/ca: Properly handle certificate expiration times in do_updatedb | Armin Fuerst | 2021-02-03 | 1 | -31/+20 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 25 | -25/+25 |
* | APPS: Restore inclusions | Richard Levitte | 2021-01-28 | 2 | -0/+2 |
* | Deprecate EC_KEY + Update ec apps to use EVP_PKEY | Shane Lontis | 2021-01-26 | 8 | -304/+304 |
* | CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messages | Dr. David von Oheimb | 2021-01-21 | 2 | -30/+43 |
* | apps/cmp.c: Check self-signature on CSR input and warn on failure | Dr. David von Oheimb | 2021-01-21 | 1 | -0/+8 |
* | apps/cmp.c: Improve diagnostics on loading private vs. public key for cert re... | Dr. David von Oheimb | 2021-01-21 | 1 | -2/+8 |
* | apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile options | Dr. David von Oheimb | 2021-01-20 | 2 | -127/+125 |
* | apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> req | Dr. David von Oheimb | 2021-01-20 | 1 | -10/+52 |
* | apps.c: Clean up copy_extensions() | Dr. David von Oheimb | 2021-01-20 | 1 | -13/+13 |
* | apps/x509.c: Major code, user guidance, and documentation cleanup | Dr. David von Oheimb | 2021-01-20 | 1 | -225/+253 |
* | apps/x509.c: Take the -signkey arg as default pubkey with -new | Dr. David von Oheimb | 2021-01-20 | 1 | -22/+10 |
* | apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parameters | Jon Spillett | 2021-01-20 | 1 | -1/+1 |
* | Remove pkey_downgrade from PKCS7 code | Shane Lontis | 2021-01-20 | 1 | -15/+0 |
* | apps/req.c: Make sure -verify option takes effect also with -x509 | Dr. David von Oheimb | 2021-01-13 | 1 | -2/+2 |
* | apps/req.c: Cosmetic improvements of code and documentation | Dr. David von Oheimb | 2021-01-13 | 1 | -6/+5 |
* | apps/req.c: Add -copy_extensions option for use with -x509; default: none | Dr. David von Oheimb | 2021-01-13 | 1 | -3/+24 |
* | Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed cert | Dr. David von Oheimb | 2021-01-13 | 2 | -3/+22 |
* | apps/req.c: make -subj work with -x509; clean up related code | Dr. David von Oheimb | 2021-01-13 | 1 | -45/+25 |
* | apps/lib/opt.c: Fix error message on unknown option/digest | Dr. David von Oheimb | 2021-01-13 | 1 | -1/+2 |
* | apps/req.c: add -CA and -CAkey options; improve code and doc | Dr. David von Oheimb | 2021-01-13 | 1 | -155/+203 |
* | APPS: Allow OPENSSL_CONF to be empty, not loading a config file | Dr. David von Oheimb | 2021-01-13 | 5 | -58/+36 |
* | apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d... | Dr. David von Oheimb | 2021-01-13 | 5 | -11/+54 |
* | Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1 | Dr. David von Oheimb | 2021-01-13 | 2 | -6/+30 |
* | APPS: Print help also on -h and --h; print high-level help when no cmd given | Dr. David von Oheimb | 2021-01-11 | 2 | -6/+11 |
* | APPS: Fix confusion between program and app/command name used in diagnostic/h... | Dr. David von Oheimb | 2021-01-11 | 7 | -32/+32 |
* | apps/pkey.c: Forther improve user guidance, also on non-sensical option combi... | Dr. David von Oheimb | 2021-01-11 | 1 | -28/+44 |
* | apps/pkey.c: Re-order help output and option documentation | Dr. David von Oheimb | 2021-01-11 | 1 | -16/+19 |
* | apps/pkey.c: Make clear that -passout is not supported for DER output | Dr. David von Oheimb | 2021-01-11 | 1 | -1/+6 |
* | apps.c: Fix crash in case uri arg of IS_HTTP or IS_HTTPS is NULL | Dr. David von Oheimb | 2021-01-11 | 1 | -4/+4 |
* | replace 'unsigned const char' with 'const unsigned char' | Thomas De Schampheleire | 2021-01-08 | 1 | -6/+6 |
* | [apps/pkey] Return error on failed `-[pub]check` | Nicola Tuveri | 2021-01-08 | 1 | -2/+3 |
* | Adding TLS group name retrieval | Michael Baentsch | 2021-01-08 | 1 | -19/+4 |
* | Fetch provided algorithm once per benchmark | Dmitry Belyavskiy | 2020-12-23 | 1 | -4/+46 |
* | Drop OPENSSL_NO_RSA everywhere | Richard Levitte | 2020-12-20 | 6 | -47/+36 |
* | dsa: apps deprecation changes | Pauli | 2020-12-17 | 5 | -92/+97 |
* | apps/cmp.c: Correct -keyform option range w.r.t engine | Dr. David von Oheimb | 2020-12-17 | 1 | -1/+1 |