summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell
2023-02-22Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell
2023-02-22Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell
2023-02-22Add a test where an unknown frame type is receivedMatt Caswell
2023-02-22Enable QUIC test server to find out the termination reasonMatt Caswell
2023-02-22Treat unknown frames as a protocol errorMatt Caswell
2023-02-22Don't raise an error on retryable read in a BIO_s_dgram_pair()Matt Caswell
2023-02-22Implement the QUIC Fault injector support for plaintext packetsMatt Caswell
2023-02-22Add a skeleton quicfaultstestMatt Caswell
2023-02-22Add the ability to mutate QUIC packets before they are writtenMatt Caswell
2023-02-22update documentation to note that EdDSA is not FIPS approvedPauli