summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-03-03Coverity 1521557: Error handling issuesPauli
2023-03-03Include supported branches in coverallsPauli
2023-03-02Bump coverallsapp/github-action from 1.2.3 to 1.2.4dependabot[bot]
2023-03-01Bump coverallsapp/github-action from 1.1.3 to 1.2.3dependabot[bot]
2023-03-01Add fuzz test for v3nameHardik Shah
2023-03-01Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis
2023-03-01Update AES documentation excluding AES SIV from the FIPS providerPauli
2023-03-01Remove AES SIV ciphers from the FIPS providerPauli
2023-03-01Don't do AES SIV tests with the FIPS providerPauli
2023-03-01Ensure we use a non-zero time for tickets in early dataMatt Caswell
2023-03-01Fix early_data age calculationMatt Caswell
2023-03-01Fix FFC mdprop setting bugs.slontis
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-03-01ec: Use .machine "any" explicitly in ecp_nistp521-ppc64Robin Lee
2023-03-01Update FIPS provider documentation to note that fips=yes is mandatoryPauli
2023-02-28Fix incomplete error check on RSA_public_decrypt()ndossche
2023-02-28Fix incomplete error check on ASN1_item_i2d()ndossche
2023-02-28Document the list of RAND algorithms in the default and fips providers.slontis
2023-02-28Add provider pre-fetching documentationslontis
2023-02-28Add documentation for "NULL" cipher and digest algorithms.slontis
2023-02-27Added a fuzzer for SMIMEAlex Gaynor
2023-02-24util/find-doc-nits: improve error diagnostics on missing man section numbers ...Dr. David von Oheimb
2023-02-24CMS_add0_cert.pod: add missing man section numbers in recently added L<fun()>...Dr. David von Oheimb
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki
2023-02-24CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb
2023-02-24CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-24test/recipes/01-test_symbol_presence.t: check for duplicate symbols in static...Richard Levitte
2023-02-23Add help for pkeyopt values for the genpkey commandline app.slontis
2023-02-23Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()olszomal
2023-02-23Fixes #20278: Fixed double free bug in crypto/http/http_client.cJeeban Sethi
2023-02-23Test that QUIC has the ciphersuites that we expectMatt Caswell
2023-02-23Don't send ciphersuites twice in QUICMatt Caswell
2023-02-23CI: add Clang 16Sam James
2023-02-23Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrlzhailiangliang
2023-02-22Add const to some test tserver functionsMatt Caswell
2023-02-22Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell
2023-02-22Don't declare SSL_CONNECTION twiceMatt Caswell
2023-02-22Ensure calling BIO_recvmmsg() with a dgram pair reports errorsMatt Caswell
2023-02-22Add a helper function to prepend a frame to a packetMatt Caswell
2023-02-22Add explanatory comments to say what happens during resizing of buffersMatt Caswell
2023-02-22Add a qtest_check_server_transport_err helper functionMatt Caswell
2023-02-22Extend the corruption test to truncate a datagramMatt Caswell
2023-02-22Add the capability to listen for datagramsMatt Caswell
2023-02-22Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell
2023-02-22Add a test for a corrupted packetMatt Caswell
2023-02-22Enable the fault injector to add faults to post-encryption packetsMatt Caswell
2023-02-22Expand some comments in the header fileMatt Caswell
2023-02-22Raise a protocol error if we have not received transport params from peerMatt Caswell