Maximum return value of BIO_ctrl_(w)pending is SIZE_MAX
[openssl.git] / apps /
2022-09-20 Richard Levitteapps/ciphers.h: Ensure ossl_assert() is properly declared
2022-09-20 Daniel FialaCheck that sk_SSL_CIPHER_value returns non-NULL value.
2022-09-20 Patrik SevalliusAlways use FORMAT_BINARY for infile
2022-08-31 Juergen Christapps/speed.c: Wait for generated children
2022-08-25 PauliAdd missing ')' to command help
2022-08-23 Dmitry Belyavskiyopenssl speed fails in FIPS mode
2022-08-17 slontisSHAKE documentation updates for default output length.
2022-08-17 Clemens LangAPPS: genrsa: Support setting properties
2022-08-17 Clemens LangAPPS: dgst: Support properties when signing
2022-08-17 Clemens LangAPPS: pkeyparam: Support setting properties
2022-08-17 Clemens LangAPPS: ecparam: Support setting properties
2022-08-17 Clemens LangAPPS: dhparam: Support setting properties
2022-08-01 Arne SchwabeFix wrong default algorithm in openssl pkcs12 help
2022-07-20 Dmitry BelyavskiyFix verify_callback in the openssl s_client/s_server app
2022-07-14 Dr. David von Oheimbapps/x509: add warnings for options ignored when -CA...
2022-07-14 Dr. David von OheimbAPPS/x509: With -CA but both -CAserial and -CAcreateser...
2022-07-14 Dr. David von Oheimbapps/x509: Fix -CAfile option being neglected with...
2022-07-13 Tomas Mrazspeed: Always reset the outlen when calling EVP_PKEY_derive
2022-07-11 Dr. David von Oheimbapps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INF...
2022-07-06 Alexander ScheelFixes OSCP->OCSP typo in ocsp command line
2022-07-06 Dr. David von Oheimbapp_http_tls_cb(): fix crash on inconsistency w.r.t...
2022-07-05 Richard LevitteUpdate copyright year
2022-07-01 Clemens LangAPPS: dsaparam, gendsa: Support setting properties
2022-06-23 Peiwei HuFix the checks of X509_LOOKUP_* functions
2022-06-23 Peiwei HuFix the checks of X509_REVOKED_add1_ext_i2d
2022-06-22 Jiasheng Jiangapps/s_server.c: Add check for OPENSSL_strdup
2022-06-21 Matt CaswellUpdate copyright year
2022-06-16 Hartmut HolzgraefeHave set_dateopt() return 1 on success to make -dateopt...
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_param_check
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_check
2022-06-02 Peiwei HuFix the checks of EVP_PKEY_CTX_set/get_* functions
2022-05-27 Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_rand_key
2022-05-27 Peiwei HuFix the incorrect checks of EVP_CIPHER_CTX_set_key_length
2022-05-24 Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-06 Daniel Fialas_serve: Report an error if init-connection fails witho...
2022-05-05 Vita Batrlas_client -proxy / -starttls shouldn't be mutually exclusive
2022-05-04 Daniel Fialaopenssl: dhparam: Print warning if -in argument is...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-21 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-21 Zhou QingyangFix a possible NULL pointer dereference in create_cert_...
2022-04-21 Zhou QingyangFix wild pointer dereference in make_ocsp_response()
2022-04-01 Tomas Mrazreq, x509: Allow printing modulus of RSA-PSS keys
2022-03-22 Daniel FialaMake `openssl check -rsa ...` to work for both RSA...
2022-03-15 Matt CaswellUpdate copyright year
2022-03-14 xkernelcheck return value of functions that call BIO_new(...
2022-03-10 Todd ShortSet protocol in init_client()
2022-03-10 xkernelcheck the return value of BIO_new_file()
2022-03-04 Hugo LandauEnable openssl req -x509 to create certificates from...
2022-03-03 Hugo Landaus_server: Do not use SSL_sendfile when KTLS is not...
2022-02-28 xkernelcheck the return value of CRYPTO_strdup()
2022-02-17 Jiasheng Jiangapps/s_server: Add missing check for BIO_new
2022-02-17 Jiasheng Jiangapps/ocsp: Add check for OPENSSL_strdup
2022-02-17 Jiasheng Jiangs_server: Add check for OPENSSL_strdup
2022-02-14 Jiasheng Jiangopenssl rehash: add check for OPENSSL_strdup
2022-02-11 Kevin K BijuAdded checking for buflen overflow due to MAX_MISALIGNMENT.
2022-02-08 DanielSend auxiliary messages to bio_err.
2022-02-07 Ankit DasFix SIZE_MAX not defined on z/OS etc
2022-02-03 Todd ShortFix copyrights
2022-02-02 Ross Burtonapps/progs.pl: use SOURCE_DATE_EPOCH if defined for...
2022-01-27 Matt CaswellEnsure ciphers command honours -propquery
2022-01-24 Hubert Karios_server: correctly handle 2^14 byte long records
2022-01-14 Paulicoverity 1497107: dereference after null check
2022-01-12 Tomas Mrazpkeyutl: Fix regression with -kdflen option
2022-01-11 Peiwei HuFix: some patches related to error exiting
2022-01-05 Peiwei Huapps/passwd.c: free before error exiting
2022-01-04 Dr. David von Oheimbapp_http_tls_cb: Fix double-free in case TLS not used
2022-01-04 Dr. David von OheimbHTTP client: Work around HTTPS proxy use bug due to...
2021-12-29 Matt CaswellEnsure s_client sends SNI data when used with -proxy
2021-12-22 Dr. David von OheimbHTTP client: Fix cleanup of TLS BIO via 'bio_update_fn...
2021-12-15 Dr. David von OheimbAPPS/cmp: Fix logic and doc of mutually exclusive ...
2021-12-14 Matt CaswellUpdate copyright year
2021-12-09 Dr. David von OheimbAPPS/cmp: Fix use of OPENSSL_NO_SOCK: options like...
2021-12-09 Dr. David von OheimbAPPS/cmp: fix -rspin option such that it works again...
2021-12-02 x2018s_cb.c: check the return value of X509_get0_pubkey()
2021-11-29 PW HuReturn -1 properly from do_X509_REQ_verify and do_X509_...
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 x2018check the return value of OPENSSL_strdup(CRYPTO_strdup...
2021-11-25 x2018check the return value of OPENSSL_strdup to prevent...
2021-11-22 Peiwei HuSSL_export_keying_material: fix return check
2021-11-17 Dr. David von OheimbFix verbosity of CMP client diagnostics
2021-11-16 Peiwei HuEVP_PKEY_keygen_init: fix return check
2021-11-16 Peiwei HuEVP_PKEY_paramgen_init: fix return check
2021-11-09 Xiaofei BaiFix sigsize usage in apps/speed.c
2021-11-08 Dr. David von OheimbAPPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()
2021-10-26 Paulispeed: range check the argument given to -multi
2021-10-25 Tomas Mrazcmp.c: Avoid dereference with negative index and use...
2021-10-22 Matt CaswellFix the s_server psk_server_cb for use in DTLS
2021-10-22 yuanjungongClean up on failed BIO creation
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata
2021-10-11 PW HuBugfix: unsafe return check of EVP_PKEY_fromdata_init
2021-10-09 Dmitry BelyavskiyBindhost/bindport should be freed
2021-10-08 PW HuFix unsafe BIO_get_md_ctx check
2021-10-07 Dr. David von Oheimbapps/x509: Fix self-signed check to happen before setti...
2021-10-01 Viktor DukhovniFully initialise cipher/digest app handles
2021-09-30 Dr. David von OheimbAPPS/{x509,req}: Fix description and diagnostics of...
2021-09-17 Dr. David von OheimbAPPS/cmp.c: Move warning on overlong section name to...
2021-09-13 Viktor Szakatsconvert tabs to spaces in two distributed Perl scripts
2021-09-10 Richard LevitteFix 'openssl speed' information printout
2021-08-31 Tomas Mrazapps/pkcs12: Do not assume null termination of ASN1_UTF...
2021-08-26 Dr. David von OheimbAPPS/req: Fix AKID generation in case -CA option is...
next