]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2025-04-28  Bernd EdlingerFix also BIO_printf formatting for INF and NAN
2025-04-25  A. WilcoxFix P-384 curve on lower-than-P9 PPC64 targets
2025-04-24  Neil HormanRevert "Temporarily disable gost-engine tests in ci"
2025-04-24  Neil Hormanupdate to latest version of gost-engine
2025-04-24  Richard LevitteFix BIO_printf formatting for negative numbers formatte...
2025-04-24  Ryan Schanzenbacherdocs: update OSSL_PARAM_int documentation
2025-04-23  olszomalFix URL parsing to handle missing ports and ISO 8601...
2025-04-23  Christian WansartTypo in TLS introduction
2025-04-22  Dmitry MisharovReplace ilammy/setup-nasm with nasm install from choco
2025-04-18  Norbert PocsDocument SSL_CTX_set_min_proto_version defaults
2025-04-18  Dr. David von... provider-signature.pod: fix typos (digeset -> digest)
2025-04-18  Dr. David von... provider-signature.pod: fix doc of OSSL_SIGNATURE_PARAM...
2025-04-18  Paulitest: test for setting hkdf salt to null
2025-04-18  Paulihkdf: allow salt to be set to null
2025-04-16  MironenkoFix OSSL_FUNC_keymgmt_load declaration in man7/provider...
2025-04-15  slontisFix EVP_PKEY_CTX_dup() so that it copies the keymanager.
2025-04-15  David BenjaminFix PKCS7_sign and CMS_sign default hash documentation
2025-04-15  emeryUpdated the change log to include SSLv3 being disabled...
2025-04-15  Malcolm HoganRemove DAYS argument
2025-04-14  Andrey TsygunkaFix potential NULL pointer dereference in final_maxfrag...
2025-04-14  Bernd EdlingerFix test failures on big endian ARMv9 target
2025-04-14  Graham Leggettssl/ssl_lib.c: Avoid crash when SSL_CONNECTION is NULL
2025-04-14  JiashengJiangcrypto/ui/ui_lib.c: Add OPENSSL_free to avoid memory...
2025-04-09  Dr. David von... cmp_client_test.c: relax tight timeout value in test_ex...
2025-04-02  Bernd EdlingerFix a visual glitch in test_cmp_http.t
2025-04-02  Neil HormanTemporarily disable gost-engine tests in ci
2025-04-02  Matt CaswellLink SSL_get_negotiated_group() and SSL_get0_group_name...
2025-04-01  Benjamin Kadukstatem: always save sigalgs during PHA
2025-04-01  slontisFix cpp comment in windows build
2025-04-01  slontisFix Strict c issue in aes_gcm for armv8
2025-03-31  slontisFix c++ comment in ec code.
2025-03-31  Branden ClarkFix probing the registry for configuration
2025-03-31  Hugo Beauzée... crypto: windows: use LPCTSTR for the temp registry...
2025-03-31  Hugo Beauzée... crypto: fix preprocessor concatenation
2025-03-30  Neil HormanUpdate FIPS-README.md to reflect latest versions
2025-03-28  JiashengJiangapps/lib/apps.c: Add a check for OPENSSL_strdup()
2025-03-27  Tomas Mrazprovider-compatibility.yml: Update the branches
2025-03-27  Bernd EdlingerFix quic_multistream_test: correct more frame types
2025-03-27  sashanUse OPENSSL_strdup() for strings freed by OPENSSL_free()
2025-03-27  Kyle MullenUpdate X509_VERIFY_PARAM_set_flags.pod
2025-03-26  qu3ribn_mul_words.pod: Fix failures in doc-nits check
2025-03-26  qu3riMoved crypto/bn/README.pod to internal manpages
2025-03-26  Andrey TsygunkaFix return value of the i2d_ASN1_bio_stream() call
2025-03-26  Tomas MrazUpdate provider compatibility CI to run on 3.5 branch
2025-03-26  Richard LevitteIn doc/man7/provider-{en,de}coder.pod, clarify where...
2025-03-25  Jon EricsonChange documentation to point to new wiki location
2025-03-25  jay9827342Memory leak fix ktls_meth.c
2025-03-25  Tomas MrazTest EVP_DigestSignInit() with ECDSA and KECCAK-256...
2025-03-25  Tomas MrazAllow ECDSA signing with digests without a NID in defau...
2025-03-25  Andrey TsygunkaFix NULL pointer dereference in `asn1_ex_i2c()`, crypto...
2025-03-24  Bernd EdlingerTry to fix endless loops in quic_multistream_test
2025-03-24  Bernd EdlingerUpload artifacts despite possible test failures
2025-03-24  Bernd EdlingerDo not wrap the python3 in ../../util/wrap.pl
2025-03-24  Bernd EdlingerTry to fix reported qlog issues
2025-03-24  Tomas Mrazqlog_event_helpers.c: Fix inverted condition
2025-03-20  Viktor DukhovniAvoid erroneous legacy code path when provided
2025-03-20  Ankit Kekreapps/cms.c, apps/ocsp.c: Added NULL pointer checks
2025-03-20  Bernd EdlingerRemove workaround for an old ppc64le compiler bug
2025-03-19  Martin OliveiraFix gettable_params() for ECX
2025-03-18  Bernd EdlingerDo some more cleanup in the RCU code
2025-03-17  Bernd EdlingerFix a memory order issue with weakly ordered systems
2025-03-14  Danny TsenFix Minerva timing side-channel signal for P-384 curve...
2025-03-14  Tomas MrazKeep the provided peer EVP_PKEY in the EVP_PKEY_CTX too
2025-03-12  Andrew DinhFix RCU TODOs
2025-03-05  RSA-1977Updated SSL_SESSION_get0_hostname() documentation to...
2025-03-05  Bernd EdlingerRCU: Ensure that qp's are actually retired in order
2025-03-05  Bernd EdlingerFix support for windows atomics
2025-03-04  Tomas Mrazcompiler-zoo.yml: Switch to ubuntu-22.04 where possible
2025-03-04  Matt CaswellFix a compilation failure in AIX
2025-03-04  Dr. David von... minor doc fixes for CMP and HTTP
2025-03-03  Matt CaswellMove ssl_err.c into libcrypto
2025-03-03  14MM4CH1N3Update doc README URLs
2025-03-03  Dmitry MisharovFix hashsum files in release assets
2025-03-03  Jakub ZelenkaFix libctx passing for CMS PWRI use
2025-03-03  Tomas Mrazapps: Escape control characters in DNs by default
2025-02-28  Hugo Beauzée... doc: fix OSSL_WINCTX spelling windows notes
2025-02-28  slontisEncoder : Fix floating pointer when OSSL_ENCODER_to_dat...
2025-02-26  Viktor DukhovniTolerate 3.5+ FIPS providers in kem_rsa_params test
2025-02-25  Neil HormanAdd record overflow test to tlsfuzzer external tests
2025-02-25  Neil HormanChange cipher suite alert for 0 length cipher_suites
2025-02-25  Alexandr NedvedickyFix read out of buffer bounds when dealing with BIO_ADDR
2025-02-25  Niels DosscheFix potential memory leak in policy_section()
2025-02-25  Tomas Mrazadd_uris_recursive(): Avoid OSSL_STORE_INFO leak on...
2025-02-25  Niels DosscheFix potential leak in error path in cert_response()
2025-02-25  Niels DosscheFix potential memory leaks in error paths in ossl_rsa_m...
2025-02-25  Burkov Egorfix: add OOM handler for x509 fuzz test
2025-02-25  Paulidoc: document that the FIPS provider doesn't support...
2025-02-25  Bernd EdlingerRevert wrong macos RCU fix
2025-02-22  Bernd EdlingerRe-enable RCU torture test on MACOSX
2025-02-21  Bernd EdlingerUse linux-arm64 or the public ubuntu-24.04-arm runner...
2025-02-21  Bernd EdlingerMake CRYPTO_atomic_load/store use the same preprocessor...
2025-02-21  Bernd EdlingerCleanup atomic fallbacks in threads_pthread.c
2025-02-21  Bernd EdlingerEnhance thread sanitizer CI tests
2025-02-20  Shakti ShahMake org.openssl.winstore: work in openssl-ts
2025-02-20  Burkov Egorfix: add check for NULL zalloc in tls-provider.c (rever...
2025-02-19  Neil HormanFix memory leak in ecdsa_keygen_knownanswer_test
2025-02-18  Neil HormanFree hashtable prior to freeing atomic worker_lock
2025-02-16  Neil HormanDon't use __ATOMIC_ACQ_REL on older compilers
2025-02-14  Sebastian Andrzej... SPARC assembly: Don't file aes-cbc on T4 with small...
2025-02-14  Xi RuoyaoLoongArch: Fix output file name detection for Perl...
next