Checking __STDC_VERSION__ rather than __STRICT_ANSI__
[openssl.git] / test /
2022-09-12 Michael Baentschupdate oqsprovider/liboqs to v0.7.2
2022-09-12 Tom CosgroveFix tests when configured with -DOPENSSL_USE_IPV6=0
2022-09-09 Matt CaswellAdd some API tests for TLSv1.3 record padding
2022-09-08 Tomas Mrazbio_dgram_test.c: Fix warning from older clang compilers
2022-09-07 PauliCoverity: explicit null dereference
2022-09-05 xtkobatest/pkcs12_api_test.c: fix failure on MinGW
2022-09-05 Paulilist: add a doubly linked list type.
2022-09-02 Hugo LandauTX key update support, RX time and PN reporting, genera...
2022-09-02 Hugo LandauQUIC Record Layer (Refactor and TX Side)
2022-09-02 Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-09-01 Hugo LandauBIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
2022-08-29 Matt CaswellTest that we ignore a bad record version in a plaintext...
2022-08-26 Daniel FialaConvert serverinfo in SSL_CTX_use_serverinfo() to v2.
2022-08-24 Hugo LandauUpdates for OSSL_TIME changes
2022-08-24 Hugo LandauQUIC ACK Manager, Statistics Manager and Congestion...
2022-08-23 K1Support decode SM2 parameters
2022-08-18 Matt CaswellStandardise type for epoch
2022-08-18 Matt CaswellRemove some redundant code
2022-08-18 Matt CaswellUpdate the tls13encryptiontest for new read record...
2022-08-18 Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellMove the sequence number into the OSSL_RECORD_LAYER...
2022-08-18 Matt CaswellUpdate the oqs-provider submodule to a more recent...
2022-08-18 Matt CaswellAdd a test for read_ahead data crossing a key change
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellEnsure various SSL options are passed down to the recor...
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18 Matt CaswellAdd a DTLSv1_listen() test
2022-08-18 Lutz Jaenickecms: Create test for for purpose verification in cms...
2022-08-18 Lutz JaenickeX509: add tests for purpose code signing in verify...
2022-08-18 Tomas MrazAdd testcases for EVP_PKEY_get1_encoded_public_key
2022-08-18 Dr. David von OheimbFix ossl_x509v3_cache_extensions(): EXFLAG_NO_FINGERPRI...
2022-08-17 Matt CaswellDon't incorrectly skip the multiblock test
2022-08-17 slontisSHAKE documentation updates for default output length.
2022-08-17 Clemens LangAPPS: genrsa: Support setting properties
2022-08-17 Clemens LangAPPS: dgst: Support properties when signing
2022-08-17 Clemens LangTEST: Check property query support of apps/pkey
2022-08-17 Clemens LangAPPS: pkeyparam: Support setting properties
2022-08-17 Clemens LangAPPS: ecparam: Support setting properties
2022-08-17 Clemens LangAPPS: dhparam: Support setting properties
2022-08-16 Dr. David von Oheimbtest/timing_load_creds.c: fix coding style and other...
2022-08-16 Dr. David von OheimbRename the "timing" program to "timing_load_creds"...
2022-08-16 Rich SalzAdd a stand-alone "timing" program
2022-08-12 Juergen ChristFix asan finding in bio_tfo_test
2022-08-12 PauliMake OSSL_TIME a structure
2022-08-04 Sebastian Andrzej... test/evp_test: Test if EVP_DigestSign() set signature...
2022-08-04 Roberto Hueso GomezAdd test for EC_KEY_set_private_key()
2022-08-01 Todd ShortFree up space in the session cache before adding.
2022-08-01 Matt CaswellTest that swapping the first app data record with Finis...
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-07-28 Tomas Mraztest_external_oqsprovider: Use working checkout of...
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-28 Matt CaswellAdd a test for BIO_s_mem() when using datagrams
2022-07-26 Dr. David von Oheimb80-test_cmp_http.t: fix adaption of plan on 'certstatus...
2022-07-25 Matt CaswellFix no-dtls1_2
2022-07-22 Todd ShortAdd test from "Fix re-signing certificates with differe...
2022-07-22 Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-20 Dr. David von OheimbAdd OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-20 PauliCoverity 1507372: explicit null dereference
2022-07-19 Dr. David von Oheimblibcrypto and test: rename asn1_string_to_time_t to...
2022-07-18 Tomas Mrazossl_ffc_params_copy: Copy the keylength too
2022-07-18 Tomas MrazTest that we generate a short private key for known...
2022-07-18 Tomas Mrazdhparam_test: Test that we add private key length on...
2022-07-18 Tomas Mrazdh_to_text: Print the dh->length if set
2022-07-18 Tomas MrazUse as small dh key size as possible to support the...
2022-07-16 Dr. David von Oheimbcmsapitest.c: add test case for CMS_EnvelopedData_decrypt()
2022-07-16 Dr. David von OheimbCMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-07-14 xkernelocspapitest: use TEST_true to report the exact failure
2022-07-14 xkernelocspapitest: properly check the return of memory-alloca...
2022-07-12 Dr. David von Oheimbtest/certs/setup.sh: add missing comment on CA cert...
2022-07-11 Mingjun.Yangfeat: add hmac-sm3 test cases from GM/T 0042-2015 Appen...
2022-07-10 slontisMake evp_test skip mac tests if digest or ciphers are...
2022-07-06 Gregor JasnyAdd missing header for memcmp
2022-07-06 PauliAdd unit test for event queue
2022-07-05 Alex ChernyakhovskyAES OCB test vectors
2022-07-01 Clemens LangAPPS: dsaparam, gendsa: Support setting properties
2022-07-01 Paulifix Coverity 1506709: error handling
2022-06-28 Tomas MrazAdd test for try_key_ref() fallback handling
2022-06-28 Matt CaswellFix range_should_be_prefix() to actually return the...
2022-06-28 Matt CaswellAdd a DTLS next epoch test
2022-06-28 Matt CaswellAdd a test for an all 0 RSA key
2022-06-27 Daniel FialaAdd checks for saltlen and trailerfield to rsa key...
2022-06-27 Sam Jamestest: placate Clang's --Wbitwise-instead-of-logical
2022-06-23 Bernd EdlingerFix compile issues in test/v3ext.c with no-rfc3779
2022-06-23 Tomas MrazTest whether decoded-from-explicit survives import...
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-22 Jiasheng Jiangtest/v3nametest.c: Add check for OPENSSL_malloc
2022-06-22 Jiasheng Jiangtest/evp_test.c: Add check for OPENSSL_strdup
2022-06-22 Lutz JaenickeAdd test cases for verification of time stamping certif...
2022-06-22 Paulitest: add priority queue unit test
2022-06-16 Hartmut HolzgraefeHave set_dateopt() return 1 on success to make -dateopt...
2022-06-16 Richard Levittetest/recipes/*.t: setup() doesn't play well with spaces...
2022-06-16 Tomas MrazAdd an extra reduction step to RSAZ mod_exp implementations
2022-06-16 Tomas MrazAlways end BN_mod_exp_mont_consttime with normal Montgo...
2022-06-16 Jiasheng Jiangtest/ssl_old_test.c: Add check for OPENSSL_malloc
2022-06-15 Jiasheng Jiangtest/ssl_old_test.c: Add check for OPENSSL_zalloc
2022-06-15 K1Fix a mem leak in evp_pkey_export_to_provider
2022-06-15 Matt CaswellFix a crash in X509v3_asid_subset()
2022-06-15 Richard Levittetest/evp_test.c: Check too big output buffer sizes...
next