summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add 'methods' parameter to setup_engine() in apps.c for individual method def...David von Oheimb2020-05-154-25/+20
* Clean up macro definitions of openssl_fdset() in apps.h and sockets.hDr. David von Oheimb2020-05-151-7/+1
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-1524-456/+265
* Guard use of struct tms with #ifdef __TMS like done earlier in apps/lib/apps.cDr. David von Oheimb2020-05-151-3/+16
* Build: make apps/progs.c depend on configdata.pmRichard Levitte2020-05-151-0/+3
* Update copyright yearMatt Caswell2020-05-1510-10/+10
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-131-6/+7
* Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb2020-05-131-22/+24
* Improve CMP documentation regarding use of untrusted certsDr. David von Oheimb2020-05-131-1/+1
* Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb2020-05-134-1/+3442
* Fix FreeBSD build with --strict-warningsBenjamin Kaduk2020-05-131-0/+1
* Fix rsa8192.pemBernd Edlinger2020-05-131-3/+1
* Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb2020-05-094-409/+536
* SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov2020-05-071-1/+11
* s_server normal shutdownDmitry Belyavskiy2020-05-064-26/+25
* coverity 1462572 Dereference after null checkPauli2020-04-301-2/+6
* coverity 1462571 Dereference after null checkPauli2020-04-301-6/+9
* Amend references to "OpenSSL license"Shourya Shukla2020-04-297-7/+7
* Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb2020-04-245-73/+60
* Remove a bad 'goto end' and a few superfluous ones in apps/lib/apps.cDavid von Oheimb2020-04-241-9/+3
* Improve feedback on wrong format with new print_format_error() in apps/lib/opt.cDavid von Oheimb2020-04-243-5/+62
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-248-90/+109
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-2428-0/+103
* Update some nits around the FIPS moduleRich Salz2020-04-241-5/+14
* 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