]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2023-04-21  dependabot... Bump actions/setup-python from 4.5.0 to 4.6.0
2023-04-21  Petr MikhalicinFix checking return code of EVP_PKEY_get_int_param...
2023-04-20  Tomas Mrazaesv8-armx.pl: Avoid buffer overrread in AES-XTS decryption
2023-04-19  Paulitest: test -pedantic option in fipsinstall
2023-04-19  Paulidoc: document the -pedantic option to fipsinstall.
2023-04-19  Paulifipsinstall: add -pedantic option
2023-04-18  Richard LevitteConfigurations/descrip.mms.tmpl: Fix a few typos
2023-04-18  Ladislav MarkoFix broken links in crypto manpage
2023-04-18  Dr. David von... CMP cert_response(): add missing rejection status on...
2023-04-18  Dr. David von... cmp_client_test.c: add tests for errors reported by...
2023-04-18  Dr. David von... ossl_cmp_mock_srv_new.pod: correct/update names of...
2023-04-18  Dr. David von... OSSL_CMP_SRV_process_request(): fix recipNonce on error...
2023-04-18  Dr. David von... cmp_ctx.c: fix wrong comments on OSSL_CMP_CTX_set1_...
2023-04-18  Dr. David von... CMP check_transactionID_or_nonce(): fix reason code...
2023-04-18  Dr. David von... ossl_cmp_msg_check_update(): fix two wrong error return...
2023-04-18  Dr. David von... test_get_libctx(): prevent crash when called with NULL...
2023-04-18  Dr. David von... crypto/cmp: fix CertReqId to use in p10cr transactions...
2023-04-17  Alois Klinkbn_local: remove unused `PTR_SIZE_INT` definition
2023-04-17  Alois Klinkbn_nist: remove unused type-punning union `u`
2023-04-17  Alois Klinkbn_nist: replace pointer bit-fiddling with ternary
2023-04-16  Danny Carpenteradding provider_unload functions for cmp_ tests
2023-04-14  GauriSpearsList also non-fetchable hashes in openssl dgst -list
2023-04-13  Tomas MrazFix the LCM computation in the RSA multiprime key check
2023-04-13  Ladislav Markodoc: Fix incorrect pairing of functions
2023-04-13  Ladislav Markodoc: Fix misleading stucture info
2023-04-12  Yuan, ShuaiFixes #19580 ECX keygen
2023-04-11  Jeeban SethiUpdated return value of PEM_write_TYPE() and PEM_write_...
2023-04-04  Bernd EdlingerAlternative fix for CVE-2022-4304
2023-04-04  Bernd EdlingerRevert "Fix Timing Oracle in RSA decryption"
2023-04-04  Anatolii LishchynskyiErase temporary buffer in EVP_PKEY_get_bn_param()
2023-04-04  Matt CaswellDon't call OPENSSL_init_crypto from inside a RUN_ONCE
2023-04-02  Tomas MrazAvoid calling into provider with the same iv_len or...
2023-03-31  slontisMake DSA_sign() test for negative p,q,g values.
2023-03-31  afshinpirIncorrect null pointer check
2023-03-31  slontisFix mem leak in ECDSA_sign().
2023-03-31  Samuel Lee... doc: Fix typo in EVP_EncryptInit.pod
2023-03-31  Matt CaswellAdd a test for an app data record appearing before...
2023-03-31  Matt CaswellHandle app data records from the next epoch
2023-03-29  Tom CosgroveSM4 check should be for __aarch64__, not __ARM_MAX_ARCH...
2023-03-29  Peiwei HuFix: some patches related to error exiting
2023-03-28  PauliDeclare FIPS option functions in their own header 20633/head
2023-03-28  Paulitest: test -drbg_allow_truncated_digests option
2023-03-28  PauliLet fipsinstall know about DRBG digiest limiting
2023-03-28  Paulichanges: note the banning of truncated hashes with...
2023-03-28  Paulidoc: note the restriction on digests used by DRBGs...
2023-03-28  PauliDRBG: restrict the digests that can be used with HMAC...
2023-03-28  Paulifips: rework the option handling code
2023-03-28  Tomas MrazFix documentation of X509_VERIFY_PARAM_add0_policy()
2023-03-28  Matt CaswellUpdated CHANGES.md and NEWS.md for CVE-2023-0465
2023-03-28  Matt CaswellAdd a Certificate Policies Test
2023-03-28  Matt CaswellEnsure that EXFLAG_INVALID_POLICY is checked even in...
2023-03-28  Matt CaswellGenerate some certificates with the certificatePolicies...
2023-03-27  afshinpir`EVP_PKEY_CTX_dup` segmentation fault fix
2023-03-25  Dr. David von... CMP add: fix -reqin option, which requires adding OSSL_...
2023-03-25  Dr. David von... apps/cmp.c: make sure that last -reqin argument is...
2023-03-25  Dr. David von... CMP app: improve doc and help output on -{req,rsp}...
2023-03-25  Michael BaentschUpdate the EVP_PKEY_get_id documentation
2023-03-25  Dr. David von... CMP app and doc: improve texts on (un-)trusted certs...
2023-03-24  Peter Kaestletls1_set_groups_list: freeing *pext before overwriting
2023-03-23  Tomas MrazOBJ_nid2obj(): Return UNDEF object instead of NULL...
2023-03-23  PauliDisable the policy tree exponential growth test conditi...
2023-03-22  Georgi ValkovVC++ 2010 x86 compilers do not have InterlockedOr64
2023-03-22  Evan MillerDo not build P10-specific AES-GCM assembler on macOS
2023-03-22  Paulichanges: note about policy tree size limits and circumv...
2023-03-22  Paulitest: add test cases for the policy resource overuse
2023-03-22  Paulix509: excessive resource use verifying policy constraints
2023-03-21  FdaSilvaYYcmp: fix --strict-warnings windows builds
2023-03-21  FdaSilvaYYnit: tidy-up code, and fix a typo.
2023-03-20  JAVAID Mohammad... cmp_msg.c: free memory of certStatus before goto err
2023-03-19  Mike GilbertFix Configure test for -mips in CFLAGS
2023-03-19  Paulidoc: note the default iteration count for PBKDF2 in...
2023-03-19  PauliInclude the default iteration count in the help for...
2023-03-17  Tomas Mrazrsaz-*k-avx512.pl: fix wrong name of avx512 flag variable
2023-03-17  Tomas Mrazaes-gcm-avx512.pl: Fix the clang version detection...
2023-03-17  Tomas MrazFix version detection on Apple clang
next