openssl.git
2023-10-24 Nate KarstensAdd notes on use of strdup
2023-10-24 Paulitest: add unit test for CVE-2023-5363
2023-10-24 Paulichanges and news entries for CVE-2023-5363
2023-10-24 Paulievp: process key length and iv length early if present
2023-10-24 Tomas MrazFix Coverity 1547856: memset() uses only the lowest...
2023-10-24 Matthias St... rand: fix seeding from a weak entropy source
2023-10-24 Richard Levitterand: improve error message for rand pool overflows
2023-10-23 Tomas Mrazquic_record, quicapi, and quicfaults tests do not suppo...
2023-10-23 Tomas Mrazrun-checker-daily.yml: If the openssl app is not built...
2023-10-23 Matt CaswellDon't run the QUIC client fuzzer if QUIC is disabled
2023-10-23 Matt CaswellUpdate the corpora files to include the new quic-client...
2023-10-23 Matt CaswellFurther tweaks to the CI runs for fuzzing
2023-10-23 Matt CaswellTeach the quic-client fuzzer about time
2023-10-23 Matt CaswellIf an error occurs constructing the quic record layer...
2023-10-23 Matt CaswellDrop FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION for some...
2023-10-23 Matt CaswellSome cleanups in the quic-client fuzzer
2023-10-23 Matt CaswellAdd a test for OSSL_ERR_STATE_save_to_mark()
2023-10-23 Matt CaswellAdd a HISTORY section in the docs about the new ERR_STA...
2023-10-23 Matt CaswellFix a use-after-free in qrx_proces_pkt
2023-10-23 Matt CaswellEnsure that the ERR_STATE is left in a consistent state
2023-10-23 Matt CaswellAdd fuzz test recipe for the quic client fuzzer
2023-10-23 Matt CaswellUpdate the fuzz README to provide info about the stdc...
2023-10-23 Matt CaswellIgnore a bad signature in a CertificateVerify message...
2023-10-23 Matt CaswellDon't fail on a bad dcid in the tranport params when...
2023-10-23 Matt CaswellUpdates to the quic client fuzzer
2023-10-23 Matt CaswellDon't encrypt/decrypt packet data during fuzzing
2023-10-23 Kurt RoeckxAdd quic client fuzzer.
2023-10-20 набReference the non-"legacy" provider names directly...
2023-10-20 Matt CaswellAdd a test for converting OSSL_TIME to struct timeval
2023-10-20 Matt CaswellRound up nano secs when converting OSSL_TIME to struct...
2023-10-20 Hugo LandauQUIC: Test handling of post-connection session tickets
2023-10-20 Hugo LandauQUIC: Prevent incoming oversize tokens
2023-10-20 Neil HormanConvert jdkTrustedKeyUsage to be a pkcs12 cmd line...
2023-10-20 Tomas MrazQUIC: Add handling of SSL_get_shutdown()
2023-10-20 Tomas MrazPostpone two TODO(QUIC) items appropriately
2023-10-20 Matthias St... rand: add callbacks to cleanup the user entropy resp...
2023-10-19 Matt CaswellIgnore ping deadline when calculating tick deadline...
2023-10-19 Matt CaswellIgnore retry packets that arrive too late
2023-10-19 Tomas Mrazcms_enc.c: Include crypto/asn1.h for struct asn1_object_st
2023-10-19 Tomas MrazDo not include crypto/asn1.h from internal/cryptlib.h
2023-10-19 Tomas Mrazapps.c: Remove a redundant error print-out
2023-10-19 Tomas Mrazapps: Print out a proper message when a store cannot...
2023-10-19 Hugo LandauFix markdown
2023-10-19 Hugo LandauAdd SNI
2023-10-19 Hugo LandauRename
2023-10-19 Hugo LandauAdd link to nghttp3
2023-10-19 Hugo LandauAdd copyright headers
2023-10-19 Hugo LandauQUIC: Add comments to HTTP/3 demo
2023-10-19 Hugo LandauQUIC: Add HTTP/3 demo using nghttp3
2023-10-18 Neil HormanAdd a test to confirm that legacy rsa keys work
2023-10-18 Neil HormanDont require CRT params on ossl_rsa_set0_all_params
2023-10-18 Neil Hormanremove sanity check from ossl_rsa_todata
2023-10-18 Tomas Mrazossl_param_build_set_multi_key_bn(): Do not set NULL...
2023-10-18 Neil Hormanensure that ossl_obj_nid_lock is allocated before use
2023-10-18 James Muircms encrypt, better OBJ_nid2obj() return check
2023-10-18 Pavel Stetsukfix: LINEAR search doesn't work properly (if CHARSET_EB...
2023-10-18 Daiki Uenorsa: Accept NULL OAEP label for backward compatibility
2023-10-17 Dr. David von... EVP shake_ctrl(): add missing NULL evp_ctx check
2023-10-17 Dr. David von... CMS_add1_signer(): add missing ERR_raise() calls
2023-10-17 Dr. David von... CMS_add1_signer.pod: add missing info on CMS_SignerInfo...
2023-10-17 Dr. David von... PKCS7_SIGNER_INFO: point out confusing names of digest_...
2023-10-16 Tomas MrazAvoid another copy of key schedule pointer in PROV_GCM_CTX
2023-10-13 Hugo LandauQUIC APL: Fix incoming default stream popping
2023-10-13 Paulicmp: add null pointer check in tear_down test function
2023-10-13 James MuirFix parenthesis, use a colon
2023-10-13 James MuirUpdate unix Makefile template to handle paths with...
2023-10-13 Tomas Mraztrace_api_test.c: Separate tracing statements
2023-10-13 Tomas MrazWindows: use srand() instead of srandom()
2023-10-13 Tomas MrazWindows CI: Add some non-default options to check they...
2023-10-11 Tomas MrazDH_check_pub_key() should not fail when setting result...
2023-10-11 Richard Levittetest/recipes/05-test_rand.t: replace 'and' with '&&'
2023-10-11 Hugo LandauEnsure struct timeval is defined when including ssl.h
2023-10-11 Bernd EdlingerImprove Malloc Failure Test
2023-10-10 Dr. David von... CMP: fix OSSL_CMP_MSG_http_perform() by adding option...
2023-10-10 Dr. David von... OSSL_CMP_CTX_new.pod: remove overlap with OSSL_HTTP_tra...
2023-10-10 Dr. David von... apps/cmp.c: -tls_used may be implied by -server https...
2023-10-10 KlavishnikAdded check for the return value of the RAND_bytes...
2023-10-10 Tomas MrazECDSA with SHA3 verification does not depend on FIPS...
2023-10-10 Tomas Mrazprovider-compatibility.yml: Correct the directory where...
2023-10-10 Evgeny Karpov* Enable extra Arm64 optimization on Windows for GHASH...
2023-10-10 Matt CaswellWhen calling ossl_crypto_condvar_wait_timeout() we...
2023-10-09 KlavishnikAvoid divide-by-zero in kmac_prov.c's bytepad()
2023-10-09 Matt CaswellFix the BIO_addr test
2023-10-08 Tomas Mraztest_provider_ex(): Add missing call failure checks
2023-10-06 Matt CaswellTimeout in the tserver test using real time
2023-10-06 Matt CaswellDon't wait in the tesrver idle testing every time aroun...
2023-10-06 Tomas MrazWindows CI: Continue on error during cpuinfo
2023-10-06 Tomas MrazAlways back off on the first packet noise from client...
2023-10-06 Tomas MrazAdd testing of bitflips in packet headers
2023-10-05 Vladimir Kotalavoid sun as variable name
2023-10-05 Tomas Mrazd2i_X509.pod: Better document using the reuse capabilit...
2023-10-05 Neil Hormanembed bio_dgram_data inside bio_dgram_sctp_data
2023-10-05 Matt CaswellFix coverity alert on use of uninitialised data
2023-10-05 Tomas MrazBN_gcd(): Avoid shifts of negative values
2023-10-05 Tomas MrazDH_check: Emphasize the importance of return value...
2023-10-05 Richard Levitte[design] Make it possible to use explicitly fetched...
2023-10-04 Richard Levitte[design] Make it possible to pass AlgorithmIdentifier...
2023-10-04 Pauliossl_property_list_to_string: handle quoted strings
2023-10-04 dependabot... Bump suisei-cn/actions-download-file from 1.3.0 to...
2023-10-04 Tomas Mrazd2i_PKCS8PrivateKey_bio.pod: evp.h include is unnecessary
next