summaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support CLI and API setting of provider configuration parametersViktor Dukhovni12 hours2-0/+78
* genpkey: Avoid leaving empty file if encryption passphrase does not matchshridhar kalavagunta3 days3-18/+58
* speed: Pass IV to EVP_CipherInit_ex for -evp runs with non-AEAD ciphersIngo Franzki5 days1-1/+1
* Fix memory leaks from missing checks of return value from sk_OPENSSL_STRING_p...Frederik Wedel-Heinen9 days5-19/+38
* Check returns of various sk_*_push functionsFrederik Wedel-Heinen10 days4-7/+16
* Fix CMS encryption with key agreement when originator setJakub Zelenka12 days1-1/+8
* Fix originator cert leak in cms appJakub Zelenka12 days1-0/+1
* apps/pkeyutl: Fix checks and documentation regarding -peerkeyDr. David von Oheimb12 days1-5/+16
* Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()Peter Juhasz2024-12-261-1/+7
* To verify MAC, we need a MACDmitry Belyavskiy2024-12-111-0/+6
* speed.c: Changed the declaration of aead_ivlen to a #defineMohammed Alhabib2024-12-101-6/+6
* apps/passwd.c: Convert a redundant check to assertBartel Artem2024-11-291-2/+1
* Fix wrong return value checks for some functionsPeiwei Hu2024-11-222-2/+2
* Fix multiple wrong use of BN_check_primePeiwei Hu2024-11-221-2/+6
* apps/lib/apps.c: fix the wrong check in check_cert_attributesPeiwei Hu2024-11-221-3/+3
* pkeyutl.c: Avoid freeing pkey at multiple placesTomas Mraz2024-11-201-13/+4
* s_cb.c: Move the negotiated group outputMichael Baentsch2024-11-201-6/+7
* APPS/load_key_certs_crls(): refactor to clean up the code a little and add cl...Dr. David von Oheimb2024-11-121-8/+38
* openssl-pkeyutl.pod.in: improve description of -rawin and -digest optionsDr. David von Oheimb2024-11-091-2/+3
* APPS/pkeyutl: add missing high-level check for -verifyrecover being usable on...Dr. David von Oheimb2024-11-091-3/+13
* APPS/pkeyutl: remove wrong check for -verifyrecover regarding too long sign/v...Dr. David von Oheimb2024-11-091-2/+1
* APPS/pkeyutl: strengthen error message on too long sign/verify inputDr. David von Oheimb2024-11-041-6/+8
* APPS/pkeyutl: -digest implies -rawin and can only be used with -sign and -verifyDr. David von Oheimb2024-11-041-10/+8
* APPS/pkeyutl: improve -rawin usability (implied by Ed25519 and Ed448) and docDr. David von Oheimb2024-11-041-47/+80
* apps/speed.c: Fix the benchmarking for AEAD ciphersMohammed Alhabib2024-11-041-75/+285
* apps: Change default cipher to aes-256-cbc for req, cms and smime appsAditya2024-11-043-20/+5
* speed.c: Check for 0 block sizeTomas Mraz2024-10-311-1/+6
* req: Add -cipher option to specify private key encryption cipherAditya2024-10-301-1/+10
* output negotiated TLS1.3 groupMichael Baentsch2024-10-301-5/+6
* speed.c: Check block size before running EVP_Cipher_loop()Tomas Mraz2024-10-281-0/+23
* Fix ambiguous output of Signature AlgorithmsBernd Edlinger2024-10-281-2/+22
* Revert API change of OPENSSL_version()Tomas Mraz2024-10-171-14/+7
* Add 'openssl info' item for the Windows install contextRichard Levitte2024-10-161-1/+6
* replace various calls to sprintf() by BiO_snprintf() to avoid compiler warnin...Dr. David von Oheimb2024-10-123-12/+13
* fipsinstall: Save the 'status indicator' if the FIPS provider is 3.0.X.slontis2024-10-111-15/+40
* APPS/storeutl: fix case where uri and outfile are the sameDr. David von Oheimb2024-10-091-9/+13
* Handle PBMAC1 with absent PBKDF2 PRFOlivier Chéron2024-10-071-4/+8
* APPS/pkey: fix case where infile and outfile are the sameDr. David von Oheimb2024-10-041-4/+4
* APPS/pkcs8: fix case where infile and outfile are the sameDr. David von Oheimb2024-10-041-3/+5
* APPS/ocsp: fix case where reqin and outfile are the sameDr. David von Oheimb2024-10-041-4/+4
* APPS/{ecparam,pkeyparam}: fix case where infile and outfile are the sameDr. David von Oheimb2024-10-042-13/+13
* APPS/dsaparam: fix case where infile and outfile are the sameDr. David von Oheimb2024-10-041-4/+4
* APPS/dhparam: fix case where infile and outfile are the sameDr. David von Oheimb2024-10-041-4/+4
* kdfs: implement key length check in X9.42Dimitri John Ledkov2024-09-301-0/+11
* http_server.{c,h}: make clear that IPv4 or IPv6 is used by http_server_init()David von Oheimb2024-09-231-0/+1
* http_server.c: fix checks of error return code in http_server_init()David von Oheimb2024-09-231-2/+2
* s_server: Support reading HTTP request from early dataDaiki Ueno2024-09-121-5/+40
* rehash.c: handle possible null pointer returned by OPENSSL_strdupXZ-X2024-09-091-0/+5
* apps: directly inclusion of "e_os.h when neededFdaSilvaYY2024-09-0514-4/+23
* Copyright year updatesTomas Mraz2024-09-0524-24/+24