]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2024-06-29  Richard LevitteOpenSSL::Test: Avoid running IPv6 related tests if...
2024-06-29  PauliClarify DRBG seeding.
2024-06-28  sanumeshAdd aix-clang and aix64-clang configuration
2024-06-27  sgzmdFree appname if it was set after initializing crypto.
2024-06-27  Vita Batrladocs: document that *_free(NULL) does nothing
2024-06-27  Matt CaswellAdd a test for an empty NextProto message
2024-06-27  Matt CaswellAdd explicit testing of ALN and NPN in sslapitest
2024-06-27  Matt CaswellAdd ALPN validation in the client
2024-06-27  Matt CaswellCorrect return values for tls_construct_stoc_next_proto_neg
2024-06-27  Matt CaswellAllow an empty NPN/ALPN protocol list in the tests
2024-06-27  Matt CaswellAdd a test for SSL_select_next_proto
2024-06-27  Matt CaswellClarify the SSL_select_next_proto() documentation
2024-06-27  Matt CaswellMore correctly handle a selected_len of 0 when processi...
2024-06-27  Matt CaswellFix SSL_select_next_proto
2024-06-26  Tomas Mrazevp_pkey_ctx_setget_params_to_ctrl(): Always properly...
2024-06-25  erbsland-devbio_ssl.c: Do not call SSL_shutdown if not inited
2024-06-24  Karol BrzuskiewiczFix usage of deallocated EVP_RAND_CTX after execution...
2024-06-24  Tomas MrazAllow calling OPENSSL_INIT_free() with NULL argument
2024-06-24  Tomas MrazAdd Provider compatibility on PR CI job
2024-06-22  Richard Levitte[DOCS] Correct history in doc/man3/OSSL_STORE_LOADER.pod
2024-06-21  Tomas MrazFix regression of EVP_PKEY_CTX_add1_hkdf_info() with...
2024-06-21  Tomas MrazASN1_item_verify_ctx(): Return -1 on fatal errors
2024-06-20  Tomas MrazAdd CHANGES.md entry for the EC/DSA nonce generation...
2024-06-20  Frederik Wedel... Fix handling of max_fragment_length extension for PSK
2024-06-20  Daniel McCarneydocs: fix SSL_CTX_set_tlsext_ticket_key_cb typos
2024-06-19  Et7f3ossl_store.pod: Correct the example of OSSL_STORE API...
2024-06-19  Jaime HablutzelFix typo in openssl-verification-options documentation.
2024-06-18  sashanfix potential memory leak in PKCS12_add_key_ex()
2024-06-15  Richard LevitteConfigure: make absolutedir() use rel2abs() on Windows too
2024-06-12  Tomas MrazAvoid another copy of key schedule pointer in PROV_GCM_CTX
2024-06-07  Ruslan Baratov[Docs] Notes about freeing objects
2024-06-07  Tomas Mraztest/prov_config_test.c: Cleanup and fix potential...
2024-06-07  sanumeshenable AES-XTS optimization for AIX in 3.0 branch
2024-06-07  sanumeshAdd power optimizations for AES-XTS algorithm
2024-06-06  Richard LevitteDrop the old PGP key fingerprint
2024-06-04  Tomas MrazPrepare for 3.1.7 24559/head
2024-06-04  Tomas MrazPrepare for release of 3.1.6 openssl-3.1.6
2024-06-04  Tomas Mrazmake update
2024-06-04  Tomas MrazCopyright year updates
2024-06-04  Tomas MrazUpdate CHANGES.md and NEWS.md for the upcoming release
2024-05-30  Ruslan Baratov[Docs] SSL_*_use will increment reference counter
2024-05-30  shridhar kalavaguntacmp_hdr_test.c: Fix leaks in error cases
2024-05-29  Amir MohammadiFix potential memory leak in test_bad_dtls
2024-05-29  Richard LevitteVMS: Redefine _XOPEN_SOURCE_EXTENDED with the value...
2024-05-28  Nek Saikouecstresstest.c: Fix memory leak on error
2024-05-28  Matt CaswellFurther extend the SSL_free_buffers testing
2024-05-28  Matt CaswellMove the ability to load the dasync engine into ssltest...
2024-05-28  Matt CaswellExtend the SSL_free_buffers testing
2024-05-28  Matt CaswellSet rlayer.packet to NULL after we've finished using it
2024-05-28  Watson LaddOnly free the read buffers if we're not using them
2024-05-22  Ruslan Baratov[Docs] Default value for verification flags is 'SSL_VER...
2024-05-20  Hongren Zhengfips provider: explicitly setup cpuid when initializing
2024-05-17  James MuirFix typo in CONTRIBUTING.md
2024-05-16  Tomas MrazCheck DSA parameters for excessive sizes before validating
2024-05-15  DominikNUpdate openssl-smime.pod.in
2024-05-15  Ruslan Baratov[Docs] 'SSL_CTX_set_cert_store' ownership of 'store'
2024-05-15  Liu-Ermengfix sm2 encryption implementation bug.
2024-05-14  Tomas Mrazsslapitest.c: With fips skip tests depending on X25519...
2024-05-14  Tomas Mraz90-test_sslapi.t: Fix execution of sslapitest with...
2024-05-14  Tomas Mraztest/ssl-tests: Avoid depending on X25519 and X448...
2024-05-14  irosayRelease pkey_ctx on initialization failure
2024-05-14  naaysayerapps/pkcs12: Not writing the private key file until...
2024-05-14  Jacob ChampionAdd reason codes with the correct offset for two alerts
2024-05-14  Daiki Uenodoc: Fix description of EVP_CIPHER_CTX_dup
2024-05-09  dependabot... Dependabot update: Bump coverallsapp/github-action
2024-05-09  Tomas MrazCorrect top for EC/DSA nonces if BN_DEBUG is on
2024-05-09  Tomas MrazAdjust FIPS EC/DSA self test data for different nonce...
2024-05-09  Tomas MrazRename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce...
2024-05-09  Tomas MrazAdd ossl_bn_priv_rand_range_fixed_top() and use it...
2024-05-09  Tomas MrazAdd ossl_bn_is_word_fixed_top()
2024-05-09  Tomas MrazMake BN_generate_dsa_nonce() constant time and non...
2024-05-08  Viktor DukhovniAvoid memory leak in x509_test error path
2024-05-07  Matt CaswellFix intermittent sslapitest early data related failures
2024-05-07  Huiyue XuAdd linux-arm64ilp32-clang target
2024-05-06  Randall S.... Correct ossl_sleep for threaded model by introducing...
2024-05-02  Neil HormanAdd docs noting requirements for SM2 signing
2024-05-02  Neil HormanAdd check for public key presence on sm2 signing
2024-04-30  leerubin13ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESS
2024-04-29  Daniel McCarneydoc: clarify SSL_CIPHER_description allocation
2024-04-26  Neil HormanFix missing NULL check in prov_config_test
2024-04-26  Neil HormanFix up path generation to use OPENSSL_MODULES
2024-04-26  Neil HormanUpdate modulepath test for provider config to skip...
2024-04-26  Neil HormanAdd test for OSSL_PROVIDER_load with module path set
2024-04-26  Neil Hormanset module path from template
2024-04-26  Takehiko YokotaAdd an Apple privacy info file for OpenSSL
2024-04-24  Tomas MrazUpdate perl-actions/install-with-cpanm version in CI
2024-04-23  shridhar kalavaguntaInvoke tear_down when exiting test_encode_tls_sct(...
2024-04-19  slontisFix migration guide mappings for i2o/o2i_ECPublicKey
2024-04-17  trinity-1686aHandle empty param in EVP_PKEY_CTX_add1_hkdf_info
2024-04-16  Richard Levittedoc/fingerprints.txt: Add the future OpenSSL release key
2024-04-15  Tomas Mrazlist_provider_info(): Fix leak on error
2024-04-12  Tomas Mrazmake_addressPrefix(): Fix a memory leak in error case
2024-04-10  Tomas MrazDocument that private and pairwise checks are not bound...
2024-04-10  olszomalFix socket descriptor checks on Windows
2024-04-10  Hubert Karioman EVP_PKEY_CTX_set_params: document params is a list
2024-04-10  Tom Cosgroveaarch64: fix BTI in bsaes assembly code
2024-04-09  Jiasheng JiangAPPS: Add missing OPENSSL_free() and combine the error...
2024-04-09  Tom CosgroveFix "Error finalizing cipher loop" when running openssl...
2024-04-09  Todd ShortFix EVP_PKEY_CTX_add1_hkdf_info() behavior
2024-04-08  Matt CaswellAdd a test for session cache overflow
next