]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2026-02-13  Simo SorceRelax PBKDF2 iteration check for FIPS self-test
2026-02-13  Simo SorceRefactor FIPS self-test dependencies and states
2026-02-13  Simo SorceAdd an ID to the self test structure
2026-02-13  Simo SorceRefactor FIPS integrity check to use KAT framework
2026-02-13  Simo SorceSwitch FIPS self tests to deferred execution
2026-02-13  Simo SorceMove deferred self-test lock to FIPS_GLOBAL
2026-02-13  Simo SorceAdd dependency handling for FIPS self-tests
2026-02-13  Simo SorceRefactor FIPS self-tests to use ID-based lookup
2026-02-13  Simo SorceInitialize DRBG for single FIPS KATs
2026-02-13  Simo SorceUnify FIPS self-test KAT data structures
2026-02-13  Simo Sorcedocs: Simplify FIPS deferred test equivalency
2026-02-13  Simo SorceComment out currently unused data
2026-02-13  Simo SorceMove FIPS self-test data into a separate .c file
2026-02-13  Simo SorceKeep kdfs together in .gitignore
2026-02-13  Simo SorceFix style of FIPS srtp self-test data arrays
2026-02-13  Simo SorceFix style for ECDSA test vector
2026-02-13  Matt CaswellAdd a newdata_ex function which takes params and use it
2026-02-13  Matt CaswellExtend the low level method testing with ex_data
2026-02-13  Matt CaswellPass low level DH objects to the default provider
2026-02-13  Matt CaswellPass low level EC_KEY objects to the default provider
2026-02-13  Matt CaswellPass low level DSA objects to the default provider
2026-02-13  Matt CaswellPass low level RSA objects to the default provider
2026-02-13  Matt CaswellFix no-deprecated builds
2026-02-13  Matt CaswellExtend the tests we have for low level RSA/DSA methods...
2026-02-13  Matt CaswellExtend the tests we have for low level RSA/DSA methods...
2026-02-13  Matt CaswellExtend the test we have for a low level RSA method...
2026-02-13  Matt CaswellAdd a test for using a low level method with a provider
2026-02-12  Theo BuehlerProvide ASN1_BIT_STRING_set1()
2026-02-12  Dmitry BelyavskiyEVP_get_digestbynid/EVP_get_cipherbynid turns into...
2026-02-12  kovandoc: fix RSA_set_method return value documentation
2026-02-12  Igor UstinovFix the converters between the old and new BIO_read...
2026-02-11  Daniel KubecFixed formatting and text alignment in CHANGES.md
2026-02-11  kovandoc: document SSL_set_client_CA_list NULL behavior
2026-02-11  Alexandr NedvedickyUpdate NOTES-VALGRIND.md to document valgrind compaints...
2026-02-11  Bob BeckRemove OPENSSL_atexit();
2026-02-11  Eugene SyromiatnikovApply clang-format to the source tree
2026-02-11  Sahana Prasadcleanup: Use 32 bits instead of 40 bits to perform...
2026-02-10  Bob BeckAllow testing the valgrind suppression file in CI
2026-02-09  Neil HormanFix buffer overrung in SRTPKDF
2026-02-09  Stanislav Zidekinterop tests: update 23554/head
2026-02-09  Praveen PalaniswamyDocument EC_curve_nist2nid and EC_curve_nid2nist functions
2026-02-09  Tejaswi DevarakondaOSSL_PARAM_print_to_bio should be excluded from FIPS_MODULE
2026-02-09  Nikola Pajkovskyconfig: use -path instead of -wholename
2026-02-09  Viktor DukhovniFix cross-version compatibility in RFC7919 changes
2026-02-08  Dr. David von... cmp_client_test.c: add print_errors_PKIStatusInfo(...
2026-02-08  Dr. David von... cmp_client_test.c: add separator output between the...
2026-02-08  Dr. David von... cmp_client_test.c: speed up polling tests by reducing...
2026-02-07  Neil Hormanwrap use of cmp_thunk for STACK_OF up in a macro
2026-02-07  Neil HormanAdd NEWS/CHANGES for new OPENSSL_sk_set_cmp_thunks...
2026-02-07  Neil HormanAdd docs for OPENSSL_sk_set_cmp_thunks()
2026-02-07  Neil Hormanadd a compare thunk function to the STACK of macros
2026-02-07  Neil Hormanadd cmp_thunk function to ossl_bsearch
2026-02-07  Ganna Starovoytovaadds tests for CVEs 2025/2026
2026-02-06  Alexandr Nedvedickymake test/quic_multistream_test.c clang-format friendly
2026-02-06  kovandoc: Fix typos and grammar in BIO_s_accept documentation
2026-02-06  Neil Hormanreplace curl in our interop testing
2026-02-06  Neil HormanUpdate ossl-http3-demo to support multiple requests
2026-02-06  slontisAES-WRAP: Add tests
2026-02-06  slontisAES-WRAP fixes.
2026-02-06  slontisBIO_f_cipher(): Increase internal buffer size used...
2026-02-05  Ethandoc: changed data_size value for OSSL_PARAM_octet_strin...
2026-02-05  Bob BeckMake OPENSSL_cleanup() G A
2026-02-05  Neil HormanDon't setup a default context while tearing down privat...
2026-02-05  Milan BrozFix const spec in test
2026-02-05  Viktor DukhovniAdded CHANGES.MD entry
2026-02-05  Viktor DukhovniAdvertise FFDHE groups also with TLS 1.2-only
2026-02-05  Joachim VandersmissenImplement second step of RFC7919 in TLS 1.2 server
2026-02-05  Joachim VandersmissenImplement first step of RFC7919 in TLS 1.2 server
2026-02-05  Joachim VandersmissenSupport FFDHE groups in tls1_shared_group
2026-02-05  Alexander Hansen... Explicitly define `SIO_UDP_NETRESET` for MinGW builds.
2026-02-04  Milan BrozFix const spec in apps
2026-02-04  Neil HormanGate use of IPV6_PMTUDISC_PROBE on it being defined
2026-02-04  Randall S.... Guard RWLOCK methods by USE_RWLOCK in threads_pthread.c
2026-02-04  Dr. David von... crypto/{CMS,PKCS7,OCSP,TS,X509}: constify various cert...
2026-02-04  Dr. David von... X509_ALGOR_set_md(): Add return value to indicate succe...
2026-02-03  Milan BrozFix const spec in ssl
2026-02-03  Alexandr NedvedickyFix broken build for non-gnu make
2026-02-03  Dr. David von... public API: Remove needless 'const' from scalar types
2026-02-03  Milan BrozFix const spec in providers
2026-02-03  kovandoc: add return value documentation for EVP_CIPHER_...
2026-02-03  kovandoc: clarify OSSL_DISPATCH array usage in provider...
2026-02-03  Tommy ChiangSSL_CONF_FLAG: Prevent setting both CMDLINE and FILE...
2026-02-03  Milan BrozUpdate CONTRIBUTING.md for clang-format style
2026-02-03  Daniel KubecASN.1: Raise additional errors in crl_set_issuers()
2026-02-03  Tomas MrazFix typo in CHANGES and NEWS entry for CVE-2019-1551
2026-02-03  Tomas Mrazcheck_cert_crl(): Avoid potential UAF when using the...
2026-02-03  Bob BeckEnsure current_crl always points to the crl we are...
2026-02-03  noctuellesBIO_get_data.pod: Warn about use outside of a custom...
2026-02-03  Dr. David von... apps/cmp.c: fix help output and diagnostics in corner...
2026-02-03  Dr. David von... 80-test_cmp_http.t: improve diagnostics on failure...
2026-02-03  Dr. David von... openssl-cmp.pod.in: fix doc of -server uri argument...
2026-02-03  Dr. David von... apps/cmp.c: avoid misleading warning with p10cr; add...
2026-02-03  Dr. David von... apps/cmp.c: avoid misleading error on genm with -reqout...
2026-02-03  Dr. David von... apps/cmp.c: make error/warning/info/debug log output...
2026-02-03  Dr. David von... apps/cmp.c: tweak error and warning outputs, e.g.,...
2026-02-03  Danny Tsenaes-gcm-ppc.pl: Removed .localentry directive
2026-02-02  Alexandr NedvedickyAdd enable-tls-deprecated-ec option to keep provider...
2026-02-02  Dr. David von... ASN1_item_sign_ctx(): prevent crash due to wrong memory...
2026-01-29  Neil HormanUse fixed version of curl in quic-interop-container
2026-01-29  Neil HormanUpdate test/README.md
next