summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-04-2355-55/+55
* gendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED definitionPauli2020-04-211-3/+0
* Update comment on crls_http_cb() as it does support non-blocking I/O since #1...Dr. David von Oheimb2020-04-201-3/+2
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-208-46/+46
* dhparam: white space cleaningPauli2020-04-191-3/+1
* apps: undeprecate the conditioned out appsPauli2020-04-191-10/+13
* openssl: include the version a command was deprecated in the output text.Pauli2020-04-191-24/+21
* apps: reinstate deprecated commands but using PKEY APIsPauli2020-04-191-4/+4
* dsaparam: update command line app to use EVP callsPauli2020-04-191-21/+24
* gendsa: update command line app to use EVP callsPauli2020-04-191-2/+30
* genrsa: update command line app to use EVP callsPauli2020-04-191-32/+54
* openssl: include the version a command was deprecated in the output text.Pauli2020-04-193-32/+39
* apps: reinstate deprecated commands but using PKEY APIsPauli2020-04-191-4/+4
* dhparam: update command line app to use EVP callsPauli2020-04-191-53/+80
* dsaparam: update command line app to use EVP callsPauli2020-04-192-39/+99
* rsa: update command line app to use EVP callsPauli2020-04-191-23/+29
* dsa: update command line app to use EVP callsPauli2020-04-191-16/+10
* GOST2012 TLS ClientCertificateType Identifiers supportNikolay Morozov2020-04-181-1/+1
* apps/speed: fix invalid final report when run SM2 benchmarks in parallel张盛豪2020-04-181-3/+4
* Don't compile commands if disabledRich Salz2020-04-1015-375/+341
* Move legacy ciphers into the legacy providerShane Lontis2020-04-094-2/+27
* Chunk 10 of CMP contribution to OpenSSL: CMP http client and related testsDr. David von Oheimb2020-04-022-7/+7
* apps: support sendfile in s_server when ktls enabledTianjia Zhang2020-04-011-24/+83
* s_server: Properly indicate ALPN protocol mismatchTomas Mraz2020-03-271-1/+1
* Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb2020-03-251-5/+6
* Use ctx2 instead ctx.Richard Könning2020-03-241-1/+1
* Update CA.pl podpage, and scriptRich Salz2020-03-231-55/+75
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-236-10/+10
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-3/+11
* s_server: warn about NO PSK identity hint in TLSv1.3EasySec2020-03-201-4/+10
* APPS: Remove all traces of special SM2 treatment.Richard Levitte2020-03-156-275/+147
* APPS: Add ctrl_str()-like functionality for X509 and X509_REQRichard Levitte2020-03-154-1/+168
* Remove old incorrect DH parameter filesPauli2020-03-143-43/+0
* Move OSSL_CMP_X509_digest() to x_all.c, renaming it to X509_digest_sig()Dr. David von Oheimb2020-03-101-1/+1
* Chunk 8 of CMP contribution to OpenSSL: CMP server and cmp_mock_srv.c for tes...Dr. David von Oheimb2020-03-103-0/+443
* spkac: Check return values of NETSCAPE_SPKI functionsVladimir Panteleev2020-03-091-2/+9
* Add -section option to 'req' commandRich Salz2020-03-072-17/+24
* cmdline app: add provider commandline options.Pauli2020-03-0747-44/+369
* fix a minor bug of s_clientRoger Ning2020-03-051-2/+2
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-031-11/+38
* Remove apps/progs.c and apps/progs.hRichard Levitte2020-03-022-525/+0
* Build: Generate apps/progs.c and apps/progs.h in build timeRichard Levitte2020-03-021-4/+11
* apps x509: restrict CAkeyform option to OPT_FMT_PDEBastian Germann2020-02-261-2/+2
* pkey: additional EC related optionsPauli2020-02-211-1/+68
* apps: distinguish between a parameter error and an unknown parameter.Pauli2020-02-211-2/+4
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-1/+1
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-202-2/+14
* Deprecate the low level RSA functions.Pauli2020-02-207-24/+41
* Deprecate EC command line apps.Pauli2020-02-183-13/+13
* apps x509: passing PKCS#11 URL as -signkeyBastian Germann2020-02-141-1/+1