summaryrefslogtreecommitdiffstats
path: root/oqs-provider (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-28Fix incomplete error check on ASN1_item_i2d()ndossche1-1/+1
2023-02-28Document the list of RAND algorithms in the default and fips providers.slontis2-0/+32
2023-02-28Add provider pre-fetching documentationslontis27-8/+246
2023-02-28Add documentation for "NULL" cipher and digest algorithms.slontis6-1/+132
2023-02-27Added a fuzzer for SMIMEAlex Gaynor4-2/+173
2023-02-24util/find-doc-nits: improve error diagnostics on missing man section numbers ...Dr. David von Oheimb1-6/+10
2023-02-24CMS_add0_cert.pod: add missing man section numbers in recently added L<fun()>...Dr. David von Oheimb1-3/+3
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki5-6/+85
2023-02-24CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb6-27/+56
2023-02-24CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb1-5/+6
2023-02-24first cut at sigalg loadingMichael Baentsch18-191/+3350
2023-02-24test/recipes/01-test_symbol_presence.t: check for duplicate symbols in static...Richard Levitte1-59/+141
2023-02-23Add help for pkeyopt values for the genpkey commandline app.slontis3-0/+79
2023-02-23Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()olszomal1-0/+14
2023-02-23Fixes #20278: Fixed double free bug in crypto/http/http_client.cJeeban Sethi1-3/+8
2023-02-23Test that QUIC has the ciphersuites that we expectMatt Caswell1-0/+51
2023-02-23Don't send ciphersuites twice in QUICMatt Caswell2-61/+9
2023-02-23CI: add Clang 16Sam James1-0/+4
2023-02-22Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrlzhailiangliang1-2/+8
2023-02-22Add const to some test tserver functionsMatt Caswell2-8/+8
2023-02-22Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell8-173/+168
2023-02-22Don't declare SSL_CONNECTION twiceMatt Caswell2-3/+1
2023-02-22Ensure calling BIO_recvmmsg() with a dgram pair reports errorsMatt Caswell1-2/+4
2023-02-22Add a helper function to prepend a frame to a packetMatt Caswell3-22/+44
2023-02-22Add explanatory comments to say what happens during resizing of buffersMatt Caswell1-5/+21
2023-02-22Add a qtest_check_server_transport_err helper functionMatt Caswell2-7/+20
2023-02-22Extend the corruption test to truncate a datagramMatt Caswell1-9/+34
2023-02-22Add the capability to listen for datagramsMatt Caswell2-26/+96
2023-02-22Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell5-4/+10
2023-02-22Add a test for a corrupted packetMatt Caswell1-1/+123
2023-02-22Enable the fault injector to add faults to post-encryption packetsMatt Caswell2-24/+170
2023-02-22Expand some comments in the header fileMatt Caswell2-12/+59
2023-02-22Raise a protocol error if we have not received transport params from peerMatt Caswell1-1/+5
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell6-32/+107
2023-02-22Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell3-1/+277
2023-02-22Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell8-11/+102
2023-02-22Add a test where an unknown frame type is receivedMatt Caswell1-0/+129
2023-02-22Enable QUIC test server to find out the termination reasonMatt Caswell7-52/+82
2023-02-22Treat unknown frames as a protocol errorMatt Caswell1-27/+7
2023-02-22Don't raise an error on retryable read in a BIO_s_dgram_pair()Matt Caswell1-4/+2
2023-02-22Implement the QUIC Fault injector support for plaintext packetsMatt Caswell2-0/+143
2023-02-22Add a skeleton quicfaultstestMatt Caswell7-1/+310
2023-02-22Add the ability to mutate QUIC packets before they are writtenMatt Caswell6-20/+102
2023-02-22update documentation to note that EdDSA is not FIPS approvedPauli2-0/+4
2023-02-22update changes entry to note EdDSA is not FIPS approvedPauli1-2/+2
2023-02-22Revert "Put EdDSA back as approved algorithms."Pauli1-4/+4
2023-02-22Add a test for no initialisation of the default config fileMatt Caswell4-1/+97
2023-02-22Only call OPENSSL_init_crypto on fetch if using the default libctxMatt Caswell1-4/+5
2023-02-21Document return value of OSSL_DECODER_from_dataBenno Evers1-2/+2
2023-02-20Fix incorrect error branch in ossl_bn_rsa_fips186_4_derive_prime()ndossche1-1/+1