aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-291-2/+3
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-201-24/+70
* 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
* Add config option for speed commandKan2022-07-111-1/+9
* 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
* APPS: dsaparam, gendsa: Support setting propertiesClemens Lang2022-07-012-3/+4
* apps/cmp.c: improve print_itavs()Dr. David von Oheimb2022-07-011-19/+27
* apps/cmp.c: Fix glitch in -newkeypass warning and extend warnings for genmDr. David von Oheimb2022-07-011-3/+3
* Update the default macsaltlen and Add the configure for macsaltlenKan2022-06-301-4/+12
* 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
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-221-1/+1
* apps/s_server.c: Add check for OPENSSL_strdupJiasheng Jiang2022-06-221-0/+2
* 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
* Avoid unchecked string concatenationBenny Baumann2022-05-231-17/+13
* Avoid potential OOB if width > sizeof(start)Benny Baumann2022-05-231-46/+58
* 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
* Fix Coverity 1503314 unchecked return valuePauli2022-05-041-2/+2
* Remove duplicated #include headersJHH202022-05-042-2/+0
* Update copyright yearMatt Caswell2022-05-0346-46/+46
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-229-26/+25
* 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
* Do a prelimary check for numbers in openssl prime command.Daniel Fiala2022-04-191-5/+20
* CMS sign digestViktor Söderqvist2022-04-021-9/+43
* req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz2022-04-012-2/+2
* Size of random output is now a long, also added option to select chunk sizeKevin K Biju2022-03-281-7/+8
* Make `openssl check -rsa ...` to work for both RSA and RSA-PSS.Daniel Fiala2022-03-221-1/+1
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-104-12/+73