openssl.git
2022-07-14 Dr. David von... http_client.c: 2nd fix for calculation of Content...
2022-07-14 Dr. David von... apps/x509: add warnings for options ignored when -CA...
2022-07-14 Dr. David von... openssl-x509.pod.in: fix description of certificate...
2022-07-14 Dr. David von... APPS/x509: With -CA but both -CAserial and -CAcreateser...
2022-07-14 Dr. David von... apps/x509: Fix -CAfile option being neglected with...
2022-07-13 Daniel FialaAdd an EVP demo for CMAC
2022-07-13 slontisCheck for EVP_MD being NULL inside ssl.
2022-07-13 Tomas Mrazspeed: Always reset the outlen when calling EVP_PKEY_derive
2022-07-13 Richard LevittePre-declare all core dispatch table functions, and...
2022-07-13 xkerneladd a check for the return of OBJ_new_nid()
2022-07-13 Varun Sharmaci: add GitHub token permissions for workflows
2022-07-12 Dr. David von... OSSL_trace_set_channel.pod and openssl.pod: fix missing...
2022-07-12 Dr. David von... x509_vfy.c: Revert the core of #14094 regarding chain_b...
2022-07-12 Dr. David von... test/certs/setup.sh: add missing comment on CA cert...
2022-07-12 slontisFix memory leak in EVP_PKEY_get1_encoded_public_key.
2022-07-11 Dr. David von... http_client.c: fix calculation of Content-Length in...
2022-07-11 Dr. David von... apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INF...
2022-07-11 Dr. David von... cmp_http.c: extend comment in keep_alive()
2022-07-11 AllanFix memory leak in X509V3_add1_i2d when flag is X509V3_...
2022-07-11 Viktor Szakatsuse #pragma comment(lib) with _MSC_VER only
2022-07-11 Mingjun.Yangfeat: add hmac-sm3 test cases from GM/T 0042-2015 Appen...
2022-07-10 Juergen ChristFix SHA, SHAKE, and KECCAK ASM flag passing
2022-07-10 slontisMake evp_test skip mac tests if digest or ciphers are...
2022-07-10 Daniel FialaAdd an EVP demo for HMAC
2022-07-08 Jiasheng Jiangssl/tls_srp.c: Add check for BN_dup
2022-07-08 Tomas MrazNEWS.md: Drop an extra empty line causing mdlint failure
2022-07-08 Bernd EdlingerFix reported performance degradation on aarch64
2022-07-08 Richard LevitteWindows: use the basename of the product (.dll) for...
2022-07-08 AllanUpdated information for OSSL_SIGNATURE_PARAM_PSS_SALTLEN
2022-07-06 Alexander ScheelFixes OSCP->OCSP typo in ocsp command line
2022-07-06 Dr. David von... http_client.c: fix comment and documentation of the...
2022-07-06 Dr. David von... OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling...
2022-07-06 Dr. David von... OSSL_HTTP_open(): improve use of use_ssl and its docume...
2022-07-06 Dr. David von... app_http_tls_cb(): fix crash on inconsistency w.r.t...
2022-07-06 Dr. David von... openssl-cmds.pod.in: add missing entry for cmp
2022-07-06 EasySecFix typos in SSL_CTX_use_certificate.pod file
2022-07-06 Gregor JasnyAdd missing header for memcmp
2022-07-05 Richard LevittePrepare for 3.0.6
2022-07-05 Richard LevittePrepare for release of 3.0.5 openssl-3.0.5
2022-07-05 Richard Levittemake update
2022-07-05 Richard LevitteUpdate copyright year
2022-07-05 Richard LevitteUpdate CHANGES and NEWS for upcoming release 3.0.5
2022-07-05 Alex ChernyakhovskyAES OCB test vectors
2022-07-05 Alex ChernyakhovskyFix AES OCB encrypt/decrypt for x86 AES-NI
2022-07-05 slontisFix bn_gcd code to check return value when calling...
2022-07-05 xkernelv3_sxnet: add a check for the return of i2s_ASN1_INTEGER()
2022-07-01 Tomas MrazAvoid crashing if CONF_modules_unload() is called after...
2022-07-01 Clemens LangAPPS: dsaparam, gendsa: Support setting properties
2022-07-01 PauliCoverity: fix 1506297: negative returns
2022-07-01 PauliCoverity: fix 1506298: negative returns
2022-07-01 slontisDocumentation update for EVP_set_default_properties
2022-07-01 Paulifix Coverity 1506709: error handling
2022-06-29 Daniel FialaRemove redundant check for `saltlen > UINT32_MAX`
2022-06-29 slontisFix memory leak in cmp_calc_protection()
2022-06-29 Tee KOBAYASHIAvoid using union wrt. SystemTimeToFileTime
2022-06-29 Tee KOBAYASHIAvoid using union wrt. optlen parameter for getsockopt
2022-06-28 slontiskdf objects missing a return if malloc fails.
2022-06-28 olszomalSSL_get_current_cipher() and SSL_get_pending_cipher...
2022-06-28 Tomas MrazAdd test for try_key_ref() fallback handling
2022-06-28 Tomas MrazAdd missing documentation of OSSL_FUNC_store_export_obj...
2022-06-28 Tomas MrazCorrect doubled OSSL_OSSL when documenting OSSL_FUNC_...
2022-06-28 Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-06-28 Peiwei Hucrypto/provider_core.c: Avoid calling unlock two times
2022-06-28 Daniel FialaAllocate EVP_PBE_CTL with OPENSSL_zalloc.
2022-06-28 Matt CaswellFix range_should_be_prefix() to actually return the...
2022-06-28 Jiasheng Jiangfuzz/asn1.c: Add check for ASN1_item_i2d
2022-06-28 slontisFix memory leak in ossl_rsa_fromdata.
2022-06-28 Matt CaswellAdd a test for an all 0 RSA key
2022-06-28 Matt CaswellThe rsa_validate_keypair_multiprime() function return...
2022-06-27 Daniel FialaImprove checks for invalid saltlen in DER writer.
2022-06-27 Daniel Fialader_writer: Use uint32_t instead of long.
2022-06-27 Daniel FialaAdd checks for saltlen and trailerfield to rsa key...
2022-06-25 Bernd EdlingerFix a memory leak in EC_GROUP_new_from_ecparameters
2022-06-24 AllanAdded documentation for PEM_X509_INFO_read() and PEM_X5...
2022-06-24 Tomas MrazUpdate fips source checksums to drop the unwanted headers
2022-06-24 Tomas MrazAvoid including decoder/encoder/store headers into...
2022-06-23 Bernd EdlingerFix compile issues in test/v3ext.c with no-rfc3779
2022-06-23 Bernd EdlingerAdd a CI workflow for no-rfc3779
2022-06-23 Tomas MrazTest whether decoded-from-explicit survives import...
2022-06-23 Tomas MrazThe flag "decoded-from-explicit" must be imp/exportable
2022-06-23 Tomas Mrazput_str: Use memcpy instead of strncpy
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-23 Jiasheng Jiangcrypto/http/http_client.c: Add the check for OPENSSL_strdup
2022-06-23 Xi Ruoyaorsa: fix bn_reduce_once_in_place call for rsaz_mod_exp_...
2022-06-22 Jiasheng Jiangtest/v3nametest.c: Add check for OPENSSL_malloc
2022-06-22 Jiasheng Jiangtest/evp_test.c: Add check for OPENSSL_strdup
2022-06-22 Dmitry BelyavskiyImprove diagnostics on setting groups
2022-06-22 Jiasheng Jiangapps/s_server.c: Add check for OPENSSL_strdup
2022-06-22 Jiasheng Jiangcrypto/x509/by_store.c: Add check for OPENSSL_strdup
2022-06-21 Matt CaswellPrepare for 3.0.5
2022-06-21 Matt CaswellPrepare for release of 3.0.4 openssl-3.0.4
2022-06-21 Matt Caswellmake update
2022-06-21 Hugo LandauUse --release in dev/release.sh
2022-06-21 Matt CaswellUpdate copyright year
2022-06-21 Matt CaswellUpdate CHANGES.md and NEWS.md for new release
2022-06-20 Tomas Mrazc_rehash: Drop the issuer_name_hash= prefix from the...
2022-06-20 Daniel FialaFix file operations in c_rehash.
2022-06-20 Richard Levitteproviders/implementations/exchange/kdf_exch.c: fix...
2022-06-16 Randall S.... Clarify use of EGD for HPNS in rand/rand_egd.c comments.
next