]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2024-05-10  Tomas Mraztls_provider_init(): Fix leaks in error cases
2024-05-09  dependabot... Dependabot update: Bump coverallsapp/github-action
2024-05-08  Viktor DukhovniAvoid memory leak in x509_test error path
2024-05-07  Huiyue XuAdd linux-arm64ilp32-clang target
2024-05-06  Neil HormanFix potential divide by zero error
2024-05-06  Neil HormanCoverity found the following issues:
2024-05-06  Matt CaswellFix undefined behaviour in the event of a zero length...
2024-05-06  Matt CaswellDocument the SSL_set_session_secret_cb() function
2024-05-06  Matt CaswellSet the server sig algs before calling the session_secr...
2024-05-06  Matt CaswellAdd a test for the session_secret_cb
2024-05-06  Jiasheng Jiangtest/threadstest.c: Add checks for CRYPTO_THREAD_lock_new()
2024-05-06  Bernd EdlingerFix error handling in CMS_EncryptedData_encrypt
2024-05-02  Tomas MrazCorrect top for EC/DSA nonces if BN_DEBUG is on
2024-05-02  Tomas MrazAdjust FIPS EC/DSA self test data for different nonce...
2024-05-02  Tomas MrazRename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce...
2024-05-02  Tomas MrazAdd ossl_bn_priv_rand_range_fixed_top() and use it...
2024-05-02  Tomas MrazMake ossl_gen_deterministic_nonce_rfc6979() constant...
2024-05-02  Tomas MrazMake BN_generate_dsa_nonce() constant time and non...
2024-05-01  sapph2cFixed typos in EVP_PKEY_decrypt.pod and RSA_public_encr...
2024-05-01  Matt CaswellFix intermittent sslapitest early data related failures
2024-05-01  Matt CaswellUse OSSL_TIME instead of using arithmetic directly...
2024-04-30  Robert SchulzeFix race for X509 store found by thread sanitizer
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-29  Dmitry Misharovarchive artifacts before upload
2024-04-29  Michael Baentschupdated to oqs-provider 0.6.0
2024-04-29  Tomas Mraz82-test_ocsp_cert_chain.t: kill -HUP the server after...
2024-04-29  Tomas Mraz82-test_ocsp_cert_chain.t: Terminate the server after...
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-24  Randall S.... Remove all references to FLOSS for NonStop Builds.
2024-04-23  shridhar kalavaguntaInvoke tear_down when exiting test_encode_tls_sct(...
2024-04-22  Hubert KarioBe more explicit about RSAES-PKCS#1v1.5 error handling
2024-04-22  Neil HormanFix missing NULL check in prov_config_test
2024-04-22  Rajeev Ranjanfix sending error when no root CA cert update available
2024-04-19  slontisFix migration guide mappings for i2o/o2i_ECPublicKey
2024-04-19  Richard LevitteOSSL_STORE: Add reference docs for the built-in Windows...
2024-04-18  Neil HormanFix up path generation to use OPENSSL_MODULES
2024-04-18  Neil HormanUpdate modulepath test for provider config to skip...
2024-04-18  Neil HormanAdd test for OSSL_PROVIDER_load with module path set
2024-04-18  Neil Hormanset module path from template
2024-04-18  Hugo LandauQUIC TXP: Fix reserve calculations for PING frames
2024-04-17  Richard Levitte.ctags.d is previous, include it in our tarballs
2024-04-17  Jerry ShihUse scalar ALU and vector ALU together for chacha20...
2024-04-17  Tomas Mrazfuzz/decoder.c: Limit the EVP_PKEY_param_check on DHX...
2024-04-17  trinity-1686aHandle empty param in EVP_PKEY_CTX_add1_hkdf_info
2024-04-16  Alexandr NedvedickyOpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP...
2024-04-16  Richard Levittedoc/fingerprints.txt: Add the future OpenSSL release key
2024-04-16  Richard Levittecrypto/threads_pthread.c: refactor all atomics fallback...
2024-04-16  Richard Levittecrypto/threads_pthread.c: Cleanup misaligned preprocess...
2024-04-15  afshinpirAdding missing NULL pointer check
2024-04-15  Tomas Mrazlist_provider_info(): Fix leak on error
2024-04-12  Tomas Mrazossl_provider_new(): Fix memory leak on error
2024-04-12  Tomas Mrazmake_addressPrefix(): Fix a memory leak in error case
2024-04-11  Neil HormanFix duplicate mutex allocation in threads_win.c
2024-04-11  Richard LevitteVMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXT...
2024-04-11  Neil HormanAdd locking to atomic operations in rw/rcu tests
2024-04-11  Oleg Bulatovcrypto/provider_core.c: Allocate activatecnt_lock
2024-04-10  Hugo LandauChange approach to SSL_pending API
2024-04-10  Hugo LandauQUIC APL: Fix default stream creation on server side
2024-04-10  Hugo LandauQUIC APL: Revise SSL_pending and SSL_has_pending handli...
2024-04-10  Hugo LandauQUIC QSM: Add function to determine if data is waiting
2024-04-10  Dimitri PapadopoulosFix typos found by codespell in openssl-3.3 doc
2024-04-10  Tomas MrazDocument that private and pairwise checks are not bound...
2024-04-10  Tomas Mrazfuzz/decoder.c: Limit the key sizes on which checks...
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-10  Neil HormanEnsure proper memory barriers around ossl_rcu_deref...
2024-04-10  Tomas MrazDowngrade also the download-artifact action
2024-04-09  Neil HormanAdd docs noting requirements for SM2 signing
2024-04-09  Neil HormanAdd check for public key presence on sm2 signing
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-09  slontisAdd demo for ECDH key exchange
2024-04-09  Tomas MrazPrepare for 3.3.1 24073/head
2024-04-09  Tomas MrazPrepare for release of 3.3.0 openssl-3.3.0
2024-04-09  Tomas Mrazmake update
2024-04-09  Tomas MrazCopyright year updates
2024-04-08  Matt CaswellAdd a test for session cache overflow
2024-04-08  Matt CaswellHardening around not_resumable sessions
2024-04-08  Matt CaswellAdd a CHANGES.md/NEWS.md entry for the unbounded memory...
2024-04-08  Matt CaswellFix unconstrained session cache growth in TLSv1.3
2024-04-08  Matt CaswellExtend the multi_resume test for simultaneous resumptions
2024-04-08  Matt CaswellAdd a test for session cache handling
2024-04-05  Randall S.... NonStop: Do not call sleep() with a 0 value
2024-04-04  Richard LevitteDiverse small VMS build fixups
2024-04-04  Dmitry Misharovdowngrade upload-artifact action to v3
2024-04-04  Tomas Mrazopenssl-crl(1): The -verify option is implied by -CA...
2024-04-04  Tomas MrazDEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free...
2024-04-04  slontisAdd 'documentation policy' link to CONTRIBUTING guide.
2024-04-04  slontisUpdate Documentation for EVP_DigestSign, EVP_DigestVerify.
2024-04-04  Job SnijdersAlign 'openssl req' string_mask docs to how the softwar...
2024-04-04  Tomas MrazWorkaround the relocation truncated to fit problem...
2024-04-03  Alex BozarthAllow provider sigalgs in SignatureAlgorithms conf
2024-04-02  Hugo LandauBIO_s_connect: Do not set keepalive on dgram sockets
2024-04-02  Vladimir KotalDocument change of -verify behavior in crl and req...
2024-04-02  Bernd EdlingerRemove handling of NULL sig param in ossl_ecdsa_determi...
2024-04-02  Bernd EdlingerFix handling of NULL sig parameter in ECDSA_sign and...
next