]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2023-06-30  Jakub Wilkopenssl-rsautl.pod: Add missing comma
2023-06-29  Tomas MrazDo not use stitched AES-GCM implementation on PPC32
2023-06-29  Matt CaswellAdd some test_ssl_new tests for the ffdhe groups
2023-06-29  Matt CaswellFix supported_groups handing in TLSv1.2
2023-06-28  Jörg Sommeropenssl speed -multi -evp prints wrong algorithm name
2023-06-27  Tomas Mrazs390xcap.c: Avoid copying structure on initialization
2023-06-27  Tomas MrazCONF_modules_load_file_ex(): Do not try to load an...
2023-06-26  Matt CaswellAdd a test for pkeyutl encrypt/decrypt using SM2
2023-06-26  Matt CaswellDon't truncate the input when decrypting in pkeyutl
2023-06-25  fullwaywangCheck for 0 modulus in BN_RECP_CTX_set.
2023-06-25  Vladimír Kotaladd note about retrieving error stack
2023-06-25  Richard LevitteAdd a test case for the password prompt on garbage...
2023-06-25  Richard LevitteOSSL_STORE and PKCS#12: Check if there is a MAC to...
2023-06-25  Tom CosgroveDon't do SIGILL capability detection on Apple Silicon
2023-06-23  Matt CaswellAdd a test for an invalid group in the HRR
2023-06-23  Matt CaswellDon't ask for an invalid group in an HRR
2023-06-18  Vladimír Kotalreturn immediately if namemap is NULL
2023-06-16  Dimitri PapadopoulosFix new typos found by codespell
2023-06-16  Paulifips: use tsan counter instead of tsan_add to increment
2023-06-15  Richard Levitteapps/ca.c: Handle EVP_PKEY_get_default_digest_name...
2023-06-14  Paulifips: update DSA security check to fix legacy verify...
2023-06-14  Yi Licrypto/params: drop float for UEFI
2023-06-14  Paulifips: use memory ordering rather than locks
2023-06-14  Dr. David von... APPS: remove spurious errors when certain config file...
2023-06-13  Mike Kasickrand_lib: RAND_poll: Reseed in non-"no-deprecated"...
2023-06-12  Wim DecroixX509_NAME_cmp fix for empty name
2023-06-12  Matthias St... INSTALL: document shared library pinning for static...
2023-06-12  Theo BuehlerFix incorrect ERR_raise() calls
2023-06-10  Tomas MrazSet RC4 defines on libcrypto/liblegacy
2023-06-09  Michael BaentschCast the argument to unsigned char when calling isspace()
2023-06-06  Michael BaentschCast the argument to unsigned char when calling isdigit()
2023-06-06  Tomas MrazMake link to RFC 1578 in CHANGES.md be a proper link
2023-06-06  Paulidoc: note that out ChaCha20 isn't standard compliant.
2023-06-04  Matt CaswellDon't take a write lock to retrieve a value from a...
2023-06-04  Matt CaswellAvoid an unneccessary lock if we didn't add anything...
2023-06-02  DaranaFix documentation where openssl-genrsa is listed as...
2023-06-01  Dr. David von... CMS_ContentInfo_free(): fix mem leak on encrypted conte...
2023-06-01  Dr. David von... SMIME_crlf_copy(): check for NULL pointer arguments
2023-06-01  Yuri PenkinIgnore the fetch error when a legacy algorithm is found
2023-06-01  Paulidoc: update FIPS provider version information
2023-06-01  Tomas MrazCompute RSA-PSS algorithm params in libcrypto for legacy
2023-05-31  Xiaokang QianFix arm64 asm code back compatible issue with gcc 4.9.4
2023-05-30  dependabot... Bump actions/setup-python from 4.6.0 to 4.6.1
2023-05-30  Matt CaswellWhen we're just reading EX_CALLBACK data just get a...
2023-05-30  Tomas MrazPrepare for 3.1.2
2023-05-30  Tomas MrazPrepare for release of 3.1.1 openssl-3.1.1
2023-05-30  Tomas Mrazmake update
2023-05-30  Tomas MrazUpdate copyright year
2023-05-29  Richard LevitteRestrict the size of OBJECT IDENTIFIERs that OBJ_obj2tx...
2023-05-29  Clemens Langx509: Handle ossl_policy_level_add_node errors
2023-05-29  Clemens Langx509: Fix possible use-after-free when OOM
2023-05-29  Tomas MrazAdd missing CHANGES.md entries
2023-05-25  Anis-cpu-13Replace __attribute__((malloc)) with __attribute__...
2023-05-25  Watson LaddClarify how to return string data
2023-05-25  minyong.haFix a bug where the result of rehash is unstable
2023-05-24  lan1120Fix incorrect parameter verification in EVP_MD_CTX_get_...
2023-05-23  Richard Levittedoc/fingerprints.txt: Add the OpenSSL OMC PGP key finge...
2023-05-23  Dmitry BelyavskiyIf oaep_md is not initialized, correctly initialize it
2023-05-22  Tomas Mrazfips.module.sources: Add missing cpuid and related...
2023-05-22  Richard LevitteAdd information on the 'ias' port for OpenVMS
2023-05-22  Richard LevitteUpdate VMS configurations
2023-05-19  Nicky MouhaUpdate hkdf.c to avoid potentially vulnerable code...
2023-05-17  Bernd EdlingerFix stack corruption in ui_read
2023-05-15  Yuan, ShuaiFixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for...
2023-05-12  Dr. David von... CMP client: fix checking new cert enrolled with oldcert...
2023-05-12  Dr. David von... CMP client: fix error response on -csr without private...
2023-05-12  Dr. David von... apps/openssl.cnf: fix reference to insta.ca.crt
2023-05-12  Yi Liprovider: return error if buf too small when getting...
2023-05-12  Dimitri PapadopoulosFix typos found by codespell
2023-05-12  Watson LaddClarify documentation of SSL_SESSION_dup
2023-05-12  Watson LaddClear ownership when duplicating sessions
2023-05-11  Yuan, ShuaiFixed TLS1.3 handshake issue for legacy engine API.
2023-05-10  Dr. David von... CMP app: fix deallocated host/port fields in APP_HTTP_T...
2023-05-10  Dr. David von... CMP app and app_http_tls_cb(): pick the right TLS hostn...
2023-05-10  Dimitri PapadopoulosFix a typo found by codespell in a Makefile variable
2023-05-10  Dimitri PapadopoulosDLTS → DTLS
2023-05-09  Kovalev VasiliyFix memory leak in engine_cleanup_add_first()
2023-05-09  JerryDevisaes-gcm-armv8_64 asm support bigdian
2023-05-08  Matt CaswellPrevent a fuzzing timeout in the conf fuzzer
2023-05-05  Bernd EdlingerFix the padlock engine
2023-05-03  Ladislav MarkoFix broken links on asym_cipher manpages
2023-05-03  mlitreAdd negative integer check when using ASN1_BIT_STRING
2023-05-02  Paulirand: trust user supplied entropy when configured witho...
2023-05-01  Richard Levitteparam->ctrl translation: Fix evp_pkey_ctx_setget_params...
2023-05-01  Richard Levitteparam->ctrl translation: Fix fix_ec_paramgen_curve_nid()
2023-04-28  rkarmaka98Avoid generating RSA keys with p < q
2023-04-28  Liu-ErMengfix md5 bug on aarch64 big-endian plantform.
2023-04-28  rkarmaka98Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1...
2023-04-28  Mukesh Bharsaklehttp proxy handling: Use ossl_safe_getenv() instead...
2023-04-28  Vladimir KotalASN1_OCTET_STRING_new() calls ASN1_STRING_type_new...
2023-04-28  Liu-ErMengfix aes-xts bug on aarch64 big-endian env.
2023-04-28  Dr. David von... APPS/cmp: prevent HTTP client failure on -rspin option...
2023-04-26  Tomas MrazCorrect the CHANGES entry for CVE-2023-1255
2023-04-25  Tomas MrazFix regression of no-posix-io builds
2023-04-24  Petr MikhalicinFix calling pthread_key_delete on uninitialized data
2023-04-21  Paulifips: setup the FIPS provider in pendantic mode for...
2023-04-21  Paulitest: update ssl_new tests in line with pedantic FIPS...
2023-04-21  Paulitest: update TLS PDF tests in line with pedantic FIPS...
2023-04-21  Paulitest: update evprand tests in line with pedantic FIPS...
2023-04-21  Paulisslapi: use correct fipsmodule.cnf
next