]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2024-04-26  Neil HormanRaise an error on syscall failure in tls_retry_write_re...
2024-04-26  Neil HormanMake a failure in ktls_sendfile a syscall error
2024-04-26  Neil HormanFix coverity 1596617
2024-04-26  Neil HormanFix coverity-1596616
2024-04-26  Takehiko YokotaAdd an Apple privacy info file for OpenSSL
2024-04-26  Jiasheng Jiangssl/statem: Replace size_t with int and add the checks
2024-04-26  Viktor DukhovniAvoid duplicate default CApath lookups
2024-04-25  Dimitri John... hkdf: when HMAC key is all zeros, still set a valid...
2024-04-25  hrtarsiaFix grammar in srp_verifier.txt
2024-04-25  Merrecksha512.c: Grammar Fixes and Spell Checks in Implementat...
2024-04-24  hrtarsiaFix grammar in certificates.txt
2024-04-24  Tomas MrazUpdate perl-actions/install-with-cpanm version in CI
2024-04-24  Damian Hobson... Add Attribute Certificate suport comments to CHANGES...
2024-04-24  Damian Hobson... x509_acert: Add more parsing and printing tests
2024-04-24  Damian Hobson... x509_acert: Load attributes from config file section
2024-04-24  Damian Hobson... fuzz: Add attribute certificate fuzz test
2024-04-24  Damian Hobson... x509_acert: Add simple API tests
2024-04-24  Damian Hobson... Add IETFAttrSyntax type support
2024-04-24  Damian Hobson... x509_acert: Add and retrieve certificate extensions
2024-04-24  Damian Hobson... x509_acert: Add API to sign and verify attribute certif...
2024-04-24  Damian Hobson... x509_acert: Add, remove and get attribute certificate...
2024-04-24  Damian Hobson... Attribute certificate printing functions
2024-04-24  Damian Hobson... Attribute certificate getter and setter API
2024-04-24  Damian Hobson... Add RFC 5755 attribute certificate support
2024-04-24  Randall S.... Remove all references to FLOSS for NonStop Builds.
2024-04-24  Neil Hormanupdating fuzz-corpora submodule
2024-04-24  Neil Hormanadding a multithreaded hashtable test
2024-04-24  Neil HormanAdding hashtable fuzzer
2024-04-24  Neil HormanIntroduce new internal hashtable implementation
2024-04-24  Neil HormanAdd CRYPTO_atomic_store api
2024-04-24  Neil HormanFix list appending in win ossl_rcu_call
2024-04-24  Neil HormanMake thread sanitizer cope with rcu locks
2024-04-24  Neil HormanCoverity found the following issues:
2024-04-24  Neil HormanFix potential divide by zero error
2024-04-23  shridhar kalavaguntaInvoke tear_down when exiting test_encode_tls_sct(...
2024-04-23  Logan Upchurchcrypto/threads_pthread.c: Fix typos found by codespell
2024-04-22  Hubert KarioBe more explicit about RSAES-PKCS#1v1.5 error handling
2024-04-22  Tim PerryUse empty renegotiate extension instead of SCSV for...
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  Neil HormanMake rcu_thread_key context-aware
2024-04-19  Richard LevitteOSSL_STORE: Add reference docs for the built-in Windows...
2024-04-19  Enji Cooperopenssl fipsinstall: fix cosmetic wart
2024-04-19  Tomas MrazAdjust tests that were depending on X25519 and X448...
2024-04-19  Dimitri John... Exclude X25519 and X448 from capabilities advertised...
2024-04-19  Tomas MrazMake X25519 and X448 FIPS unapproved
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-18  Viktor DukhovniFix fragile explicit cert date tests.
2024-04-18  rlvkleinhenzUpdate provider-compatibility.yml
2024-04-18  DwiczzUpdated list formatting, added hyperlinks, modernized...
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  Yangyu Chenpoly1305.c: fix typo on POLY1305_BLOCK_SIZE
2024-04-17  Theo BuehlerUnable to run asm code on OpenBSD (amd64)
2024-04-17  Alexandr Nedvedickyextend x86_64-xlate.pl perlasm so it can handle .rodata...
2024-04-17  Tomas Mrazfuzz/decoder.c: Limit the EVP_PKEY_param_check on DHX...
2024-04-17  Viktor DukhovniDefine KU_ constants via corresponding X509v3_KU_
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-16  Neil HormanRemove repetitive words
2024-04-15  afshinpirAdding missing NULL pointer check
2024-04-15  Tomas Mrazlist_provider_info(): Fix leak on error
2024-04-12  Neil HormanAugment README.md in top level to indicate Makefile...
2024-04-12  Neil Hormandisable http3 demo on windows
2024-04-12  Neil Hormanmake addr_len the right sign in sslecho
2024-04-12  Neil HormanReplace getline with fgets in sslecho demo
2024-04-12  Neil Hormandont include unistd.h on windows for sslecho
2024-04-12  Neil HormanDon't include unistd.h in sconnect for windows
2024-04-12  Neil HormanFix signal handling in saccept for windows
2024-04-12  Neil HormanFix warnings found by clang in CI
2024-04-12  Neil HormanEnable demos in select builds
2024-04-12  Neil Hormanfix all the warnings in our demos and make them enableable
2024-04-12  Neil HormanConvert demos to primary build system
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  Oleg Bulatovcrypto/provider_core.c: Allocate activatecnt_lock
2024-04-10  Hugo LandauChange approach to SSL_pending API
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 John... test: fix 20-test_dgst.t to use hexkey
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  Dimitri PapadopoulosFix typos found by codespell
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  Jiasheng Jiangffc/ffc_params_generate.c: Add the check for the EVP_MD...
2024-04-09  Jiasheng Jiangts/ts_rsp_sign.c: Add the check for the EVP_MD_CTX_get_...
next