]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2024-12-13  Dr. David von... X509: document non-standard behavior checking EKU exten...
2024-12-11  Shakti Shahdh_cms_set_peerkey(): Fix the incorrect condition
2024-12-10  Neil HormanFix potential use-after-free in REF_PRINT_COUNT
2024-12-10  Tomas MrazFix memory ordering guarantees and TSAN errors
2024-12-10  Tomas MrazAdd test for releasing a shared EVP_PKEY across threads
2024-12-10  Tom CosgroveRemove references to git.openssl.org from README.md
2024-12-02  Tomas Mrazfips-label.yml: Fix ABI change label removal
2024-12-02  Tomas MrazAvoid NULL dereference with PKCS7_OP_SET_DETACHED_SIGNATURE
2024-11-29  Frederik Wedel... Minor nit fix to EVP_CipherFinal_ex() return code docum...
2024-11-29  Holger DenglerFix memleak in dsa_gen()
2024-11-29  slontisFix EVP_PKEY_print_private() so that it works with...
2024-11-29  Alexandr Nedvedickydie() in .tmpl file should not be silently ignored.
2024-11-27  David BenjaminDocument expected BIO operations for libssl
2024-11-27  Tomas MrazSkip Asymmetric RSA corruption test for >=3.5 FIPS...
2024-11-26  Dr. David von... openssl-pkeyutl.pod.in: improve description of -rawin...
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  Neil HormanFix SSL_write_[ex|ex2] on blocking quic streams
2024-11-21  Tomas Mrazsm2_sig_verify(): Do not call BN_CTX_end() without...
2024-11-20  spectreREADME.md: Fix typo. Change 'the are' to 'there are'
2024-11-20  Tomas Mrazos-zoo CI: Replace macos-12 run with macos-15
2024-11-15  Dmitry Misharovremove ternary from runs-on, security repo is hosted...
2024-11-13  Matt CaswellAdd a test for the new_session_cb from a QUIC object
2024-11-13  Matt CaswellMake sure we use the correct SSL object when making...
2024-11-13  Matt CaswellKeep hold of a reference to the user SSL in QUIC
2024-11-13  Alicja Karioman ECDSA_sign(3): fix wrong variable names
2024-11-13  Neil HormanAdd test for SSL_stream_reset
2024-11-13  Neil HormanFix SSL_stream_reset for stream objects which have...
2024-11-12  Tomas Mraztxp_generate_stream_frames(): Set stream id in header...
2024-11-11  Mohammed AlhabibFix evp aead decryption for ccm, gcm etc
2024-11-08  Matt CaswellAdd a test for setting TLSv1.2 ciphersuites on a QUIC...
2024-11-08  Matt CaswellDon't complain with "no cipher match" for QUIC objects
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-04  Todd ShortUse correct alerts for some cert comp errors
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-31  Tomas Mrazspeed.c: Check for 0 block size
2024-10-30  Niels DosscheFix potential memory leak in OSSL_HPKE_CTX_new()
2024-10-29  Tomas Mrazspeed.c: Check block size before running EVP_Cipher_loop()
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  Frederik Wedel... tls_common.c: Align the calculation of maximal alignmen...
2024-10-23  Alexandr NedvedickyDo not confuse TAP::Parser by mixing up stderr with...
2024-10-23  Tomas MrazFix missing sendmmsg/recvmmsg on AIX
2024-10-23  Dr. David von... TRACE: automatically respect disabled categories
2024-10-23  Niels DosscheFix memory leaks in ossl_quic_calculate_retry_integrity...
2024-10-23  Michael BaentschImprove documentation about duplicate algorithm registr...
2024-10-23  Ingo Franzkis390x: Don't probe crypto cards for ME/CRT offloading...
2024-10-23  Michael Baentschwork around oqsprovider out-of-source build bug
2024-10-23  Michael BaentschUpdated oqsprovider to v0.7.0
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... 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-09  Dr. David von... improve and move text on OPENSSL_TRACE from doc/man1...
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-07  Tomas Mrazcmp_vfy_test.c: Avoid NULL pointer dereference
2024-10-07  Klaus Holst... Added check for __QNX__ define when using in_pktinfo...
2024-10-03  Richard LevitteUpdate fips-label.yml to make 'Cleanup artifact' condit...
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: 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  Neil HormanRename list macros
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-23  David von Oheimb80-test_cmp_http.t: fix handling of IPv6 server host...
2024-09-23  David von Oheimbdoc/man{1,3}: fix details on IPv6 host addresses and...
2024-09-23  David von OheimbOSSL_HTTP_adapt_proxy(): fix handling of escaped IPv6...
next