summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-10-117-7/+7
* apps/ciphers.h: Ensure ossl_assert() is properly declaredRichard Levitte2022-09-201-0/+1
* Check that sk_SSL_CIPHER_value returns non-NULL value.Daniel Fiala2022-09-201-0/+7
* Always use FORMAT_BINARY for infilePatrik Sevallius2022-09-201-3/+0
* apps/speed.c: Wait for generated childrenJuergen Christ2022-08-311-0/+16
* Add missing ')' to command helpPauli2022-08-261-1/+1
* openssl speed fails in FIPS modeDmitry Belyavskiy2022-08-231-2/+2
* SHAKE documentation updates for default output length.slontis2022-08-171-1/+6
* APPS: genrsa: Support setting propertiesClemens Lang2022-08-171-1/+2
* APPS: dgst: Support properties when signingClemens Lang2022-08-171-4/+16
* APPS: pkeyparam: Support setting propertiesClemens Lang2022-08-171-2/+7
* APPS: ecparam: Support setting propertiesClemens Lang2022-08-171-4/+8
* APPS: dhparam: Support setting propertiesClemens Lang2022-08-171-3/+3
* Fix wrong default algorithm in openssl pkcs12 helpArne Schwabe2022-08-011-1/+1
* Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy2022-07-201-10/+16
* apps/x509: add warnings for options ignored when -CA is not specifiedDr. David von Oheimb2022-07-141-3/+13
* APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb2022-07-144-13/+33
* apps/x509: Fix -CAfile option being neglected with -new or -inDr. David von Oheimb2022-07-141-1/+1
* speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz2022-07-131-2/+5
* apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INFO in its http_cb_arg f...Dr. David von Oheimb2022-07-111-5/+11
* Fixes OSCP->OCSP typo in ocsp command lineAlexander Scheel2022-07-061-1/+1
* app_http_tls_cb(): fix crash on inconsistency w.r.t. use of TLSDr. David von Oheimb2022-07-061-1/+8
* Update copyright yearRichard Levitte2022-07-051-1/+1
* APPS: dsaparam, gendsa: Support setting propertiesClemens Lang2022-07-012-3/+4
* Fix the checks of X509_LOOKUP_* functionsPeiwei Hu2022-06-232-7/+7
* Fix the checks of X509_REVOKED_add1_ext_i2dPeiwei Hu2022-06-231-5/+5
* apps/s_server.c: Add check for OPENSSL_strdupJiasheng Jiang2022-06-221-0/+2
* Update copyright yearMatt Caswell2022-06-213-3/+3
* Have set_dateopt() return 1 on success to make -dateopt workHartmut Holzgraefe2022-06-161-1/+3
* Fix the checks of EVP_PKEY_param_checkPeiwei Hu2022-06-022-2/+2
* Fix the checks of EVP_PKEY_checkPeiwei Hu2022-06-022-2/+2
* Fix the checks of EVP_PKEY_CTX_set/get_* functionsPeiwei Hu2022-06-022-4/+4
* Fix the incorrect checks of EVP_CIPHER_CTX_rand_keyPeiwei Hu2022-05-271-1/+1
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-1/+1
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-2/+2
* s_serve: Report an error if init-connection fails without an attempt to read.Daniel Fiala2022-05-061-4/+42
* s_client -proxy / -starttls shouldn't be mutually exclusiveVita Batrla2022-05-051-8/+7
* openssl: dhparam: Print warning if -in argument is ignoredDaniel Fiala2022-05-041-0/+4
* Update copyright yearMatt Caswell2022-05-038-8/+8
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-2111-29/+27
* Fix a possible NULL pointer dereference in create_cert_store()Zhou Qingyang2022-04-211-0/+4
* Fix wild pointer dereference in make_ocsp_response()Zhou Qingyang2022-04-211-0/+5
* req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz2022-04-012-2/+2
* Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala2022-03-221-1/+1
* Update copyright yearMatt Caswell2022-03-1516-16/+16
* check return value of functions that call BIO_new() internallyxkernel2022-03-143-6/+67
* Set protocol in init_client()Todd Short2022-03-101-1/+1
* check the return value of BIO_new_file()xkernel2022-03-102-0/+8
* Enable openssl req -x509 to create certificates from CSRsHugo Landau2022-03-041-2/+3
* s_server: Do not use SSL_sendfile when KTLS is not being usedHugo Landau2022-03-031-1/+8