]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2024-11-26  Dr. David von... openssl-pkeyutl.pod.in: add that -sign is default op...
2024-11-25  Niels DosscheFix potential memory leak on failure of ecx_gen_init()
2024-11-25  Niels DosscheFix potential memory leak on failure of dsa_gen_init()
2024-11-22  Kai PastorMark OPENSSL_armcap_P .hidden in arm asm
2024-11-21  Mathias Berchtoldbuild_wincrypt_test.c: Fix compilation with MSVC
2024-11-21  Tomas Mrazsm2_sig_verify(): Do not call BN_CTX_end() without...
2024-11-15  Tomas Mrazci.yml: Remove remaining hack for self-hosted worker
2024-11-15  Dmitry Misharovremove ternary from runs-on, security repo is hosted...
2024-11-13  Alicja Karioman ECDSA_sign(3): fix wrong variable names
2024-11-13  Mohammed Alhabibapps/speed.c: Fix the benchmarking for AEAD ciphers
2024-11-13  Bernd EdlingerFix error handling in CMS_EncryptedData_encrypt
2024-11-07  Vladimirs AmbrosovsBugfixes for params to legacy control translations...
2024-11-07  oleg.hoeflingAdjust naming authority formatting when printing out...
2024-11-07  Niels DosscheFix memory leak on failure in copy_issuer()
2024-11-05  Jakub ZelenkaFix smime-type for AuthEnvelopedData
2024-11-05  ArtSinFix uses of `EVP_PKEY_Q_keygen` with `size_t` variadic...
2024-11-05  Matt CaswellFix the default_md example in the ca docs
2024-11-01  Zheyu ShenFix incorrect openssl-smime doc sample command for...
2024-11-01  Richard Levittefix: util/check-format-commit.sh - fix ending check
2024-10-28  Bernd EdlingerFix ambiguous output of Signature Algorithms
2024-10-26  Dr. David von... check-format-commit.sh: various improvements; check...
2024-10-26  Dr. David von... check-format-commit.sh: make awk patterns more robust...
2024-10-26  Beat Bollicheck-format-commit: call fewer unneeded processes
2024-10-26  Dimitri PapadopoulosFix typos found by codespell
2024-10-26  Richard Levittefix: util/check-format-commit.sh to handle one-line...
2024-10-26  Neil HormanConvert check-format-commits.sh to use allowlist
2024-10-26  Richard Levittefeat: enhance util/check-format-commit.sh to be able...
2024-10-26  Neil Hormanignore various files in commit checker
2024-10-25  dependabot... Dependabot update
2024-10-24  Tomas MrazNEWS.md: Fix the latest version
2024-10-23  Dr. David von... TRACE: automatically respect disabled categories
2024-10-22  Tomas MrazAdd CHANGES.md and NEWS.md entries for CVE-2024-9143
2024-10-17  Richard Levittefix: let util/mkbuildinf.pl use SOURCE_DATE_EPOCH,...
2024-10-16  dependabot... Dependabot update
2024-10-16  Viktor DukhovniHarden BN_GF2m_poly2arr against misuse.
2024-10-12  Dr. David von... doc backport: clean up and move doc of OPENSSL_TRACE...
2024-10-12  Dr. David von... replace various calls to sprintf() by BiO_snprintf...
2024-10-11  Niels DosscheFix memory leak in tls_parse_ctos_psk()
2024-10-11  Niels DosscheFix potential double free through SRP_user_pwd_set1_ids()
2024-10-10  Taylor R CampbellAvoid undefined behaviour with the <ctype.h> functions.
2024-10-08  Dimitri John... doc: EVP_KDF document the semantic meaning of output
2024-10-08  Dmitry BelyavskiyIncrease limit for CRL download
2024-10-08  Dmitry BelyavskiyDocumenting CRL download usage and restrictions
2024-10-08  Paulievp_libctx_test: fix provider compat CI regression
2024-10-07  Niels DosscheFix potential memory leak in save_statusInfo()
2024-10-07  Niels DosscheFix potential memory leak in PKCS7_signatureVerify()
2024-10-07  Neil HormanAdd some documentation to describe the encap/decap...
2024-10-07  Neil HormanAdjust tests to fetch the output len for EVP_PKEY_...
2024-10-07  Neil HormanUpdate rsasve_recover to properly store outlen on success
2024-10-02  Simo SorceUse the correct length value for input salt
2024-09-30  Dimitri John... docs: document options added in openssl-fipsinstall...
2024-09-30  Dimitri John... docs: add HISTORY section to openssl-fipsinstall (3.0+)
2024-09-30  slontisBackport CMS test fix for FIPS DH/ECDH SHA1.
2024-09-26  Зишан МирзаFix examples in EVP_PKEY_encapsulate/decapsulate docume...
2024-09-26  Зишан МирзаRemove double engine reference in ossl_ec_key_dup()
2024-09-26  Shawn CFix NULL ptr dereference on EC_POINT *point
2024-09-26  Dr. David von... 80-test_cmp_http_data/test_connection.csv: disable...
2024-09-26  David von Oheimbdoc/man{1,3}: fix details on IPv6 host addresses and...
2024-09-26  David von OheimbOSSL_HTTP_adapt_proxy(): fix handling of escaped IPv6...
2024-09-26  David von OheimbOSSL_HTTP_open(): fix completion with default port...
2024-09-26  David von Oheimbhttp_server.{c,h}: make clear that IPv4 or IPv6 is...
2024-09-26  David von Oheimbhttp_server.c: fix checks of error return code in http_...
2024-09-26  David von OheimbBIO_s_accept.pod: fix whitespace nits: '<=0' -> '<= 0'
2024-09-26  Tomas MrazThe canonical localhost IPv6 address is [::1] not [::]
2024-09-26  Dr. David von... http_server.c: allow clients to connect with IPv6
2024-09-26  Dr. David von... check-format.pl: do checks regarding statement/block...
2024-09-23  Vladimir Kotaldocument the format of DSA signature
2024-09-19  Alex Shaindlindoc/man3/OSSL_PARAM.pod: Correct the type of data_type
2024-09-19  erbsland-devClarify Tag Length Setting in OCB Mode
2024-09-19  Paul E. MurphyFix big-endian Power10 chacha20 implementation
2024-09-17  Orgad ShanehBuild: Fix circular object deps with old GCC
2024-09-13  erbsland-devAdd Missing Error Messages for AES-OCB Tag Length Valid...
2024-09-11  Gerd Hoffmannfix small footprint builds on arm
2024-09-11  Michael Baentschdocument provider dependency handling
2024-09-09  XZ-Xrehash.c: handle possible null pointer returned by...
2024-09-09  erbsland-devAdd note for non-interactive use of `s_client`
2024-09-09  erbsland-devRefactor Password Variables to Use `const char[]` Arrays
2024-09-09  erbsland-devRefactor Callback Tests for Improved Memory Management
2024-09-09  erbsland-devFix Edge Cases in Password Callback Handling
2024-09-09  erbsland-devAdd test for BIO password callback functionality
2024-09-06  Zhiqing XieFix compile err when building VC-CLANG-WIN64-CLANGASM...
2024-09-05  dependabot... Dependabot update
2024-09-05  Pablo Rodríguezblank line required to display code in `openssl-ts...
2024-09-05  Alessandro... Fix inaccurate comment about default nonce length in...
2024-09-05  Zhihao YuanRecycle the TLS key that holds thread_event_handler
2024-09-05  erbsland-devClarify EVP_CipherUpdate() authenticated bytes behavior
2024-09-05  Georgi Valkovthreads_win: fix improper cast to long * instead of...
2024-09-05  Daniel GustafssonFix memleak in rsa_cms_sign error path
2024-09-03  Tomas MrazPrepare for 3.1.8
2024-09-03  Tomas MrazPrepare for release of 3.1.7 openssl-3.1.7
2024-09-03  Tomas Mrazmake update
2024-09-03  Tomas MrazCopyright year updates
2024-09-03  Tomas MrazAdd CVE-2024-5535 to CHANGES and NEWS
2024-09-03  Viktor DukhovniUpdated CHANGES and NEWS for CVE-2024-6119 fix
2024-09-03  Viktor DukhovniAvoid type errors in EAI-related name check logic.
2024-08-30  Pauliendecode_test.c: Fix !fips v3.0.0 check
2024-08-29  Tomas Mrazendecode_test.c: Avoid running the SM2 tests with 3...
2024-08-29  Viktor DukhovniCheck for excess data in CertificateVerify
2024-08-29  Jamie CuiFix decoder error on SM2 private key
2024-08-27  Alexandr Nedvedickyfix undefined behavior on 3.1
next