Move logic for figuring out the record version out of record layer
[openssl.git] / test /
2022-09-23 Tianjia Zhangtest: Fix memory leak of asynctest
2022-09-23 Hugo LandauFix BIO_dgram_pair stochastic test failure
2022-09-23 Daniel FialaClear incorrectly reported errors in d2i_CMS_ContentInfo
2022-09-23 slontisAdd HPKE DHKEM provider support for EC, X25519 and...
2022-09-23 Hugo LandauBIO_s_dgram_pair
2022-09-22 Matt CaswellAdd additional messages to the DTLS dropped records...
2022-09-22 Hugo LandauAdd deferred datagram limit to QUIC Record Layer RX
2022-09-21 PauliCoverity 1515415: NULL dereference
2022-09-21 PauliRemove unnecessary define
2022-09-21 PauliRuntime detect FIPS RNG usage in test
2022-09-21 PauliRemove FIPS condition on IV gen test.
2022-09-21 PauliRemove FIPS condition on SM2 test.
2022-09-20 Matt CaswellTest a 0 return from the ticket key callback
2022-09-16 David von Oheimb80-test_ssl_new.t: make dependencies on CTLOG_FILE...
2022-09-16 Dr. David von Oheimbstack.c: add missing direct error reporting and improve...
2022-09-16 Daniel FialaAdd tests for trace_api.
2022-09-16 Daniel FialaAdd documentation and test for EVP_PBE_alg_add
2022-09-15 Tomas MrazWith fips provider 3.0.0 skip tests related to explicit...
2022-09-15 PauliFix default padding regression against 3.0.0 FIPS provider
2022-09-15 PauliTDES: fix test with old FIPS provider
2022-09-15 Paulievp_test: allow FIPS provider version based escapes...
2022-09-15 Paulitest: make unit tests FIPS provider version aware
2022-09-15 K1Add support for PBE using hmacWithSM3
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
next