]> git.ipfire.org Git - thirdparty/openssl.git/history - test/sslapitest.c
first cut at sigalg loading
[thirdparty/openssl.git] / test / sslapitest.c
2023-02-24  Michael Baentschfirst cut at sigalg loading
2023-01-24  Matt CaswellAdd DTLS support to the large app data test
2023-01-24  Matt CaswellAdd a test for large app data
2022-12-08  Todd ShortFix `no-ec enable-ktls` build
2022-12-06  Daniel FialaReplace "a RSA" with "an RSA"
2022-11-24  Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-14  Matt CaswellTest SSL_shutdown() with async writes
2022-11-02  Matt CaswellAdd a test for TLS pipelining
2022-10-18  Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-12  Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
2022-10-05  Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-09-20  Matt CaswellTest a 0 return from the ticket key callback
2022-09-09  Matt CaswellAdd some API tests for TLSv1.3 record padding
2022-08-26  Daniel FialaConvert serverinfo in SSL_CTX_use_serverinfo() to v2.
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 CaswellAdd a test for read_ahead data crossing a key change
2022-08-18  Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18  Matt CaswellAdd a DTLSv1_listen() test
2022-08-17  Matt CaswellDon't incorrectly skip the multiblock test
2022-08-01  Todd ShortFree up space in the session cache before adding.
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-03  Matt CaswellUpdate copyright year
2022-04-12  Daniel FialaSSL_conf_cmd: Allow DH Parameters at any position.
2022-04-11  Todd ShortFix -no-tls1_2 in tests
2022-04-06  Hugo LandauAdd SSL_(CTX_)?get0_(verify|chain)_cert_store functions
2022-04-06  Daiki UenoKTLS: Enable KTLS for receiving as well in TLS 1.3
2022-03-25  Todd Shortticket_lifetime_hint may exceed 1 week in TLSv1.3
2022-03-14  Tomas MrazReplace handling of negative verification result with...
2022-02-23  Matt CaswellFix a failure in sslapitest
2022-02-22  Jiasheng Jiangtest/sslapitest.c: Add check for SSL_CTX_new
2022-01-05  Dimitris ApostolouFix typos
2022-01-03  Tomas MrazTest that PEM_BUFSIZE is passed into pem_password_cb
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-11-22  Peiwei HuTXT_DB_write: fix the return check
2021-11-16  Peiwei HuBIO_read_filename: fix return check
2021-11-16  Peiwei HuRAND_bytes_ex: fix return check
2021-11-05  slontisFix tests to check for negative results when calling...
2021-10-28  x2018fix some code with obvious wrong coding style
2021-10-11  Matt CaswellExtend custom extension testing
2021-10-09  Matt CaswellFix tests for new default security level
2021-09-24  Dmitry BelyavskiyFIPS and KTLS may interfere
2021-09-24  Paulitls/ccm8: reduce the cipher strength for CCM8 ciphers...
2021-08-18  Todd ShortFix state name abbreviation
2021-07-21  yangyangtiantianlo... Add testcases for SSL_key_update() corner case calls
2021-07-17  Matt CaswellFix signed/unsigned comparison warnings in sslapitest
2021-07-07  Benjamin KadukFix comment for test_negotiated_group() test order
2021-07-02  Shane LontisFix compile errors when building with --api=1.1.0 no...
2021-06-26  Paulitest: avoid memory leaks on errors
2021-06-21  John BaldwinAdd tests for KTLS with Chacha20-Poly1035.
2021-06-21  John BaldwinRefactor KTLS tests to better support TLS 1.3.
2021-06-10  Todd ShortOptimize session cache flushing
2021-06-02  Paulitest: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-29  Paulitest: add zero strenght arguments to BN and RAND RNG...
2021-05-19  Benjamin KadukTest new SSL_new_session_ticket() functionality
2021-05-18  Paulitest: conditionally exclude unused code for no-tls1...
2021-05-15  Benjamin KadukAdd extensive test coverage for SSL_get_negotiated_group()
2021-05-15  Benjamin Kadukmove group lists out of test_key_exchange() in preparat...
2021-05-15  Benjamin KadukExtend SSL_get_negotiated_group() tests for TLS 1.2
2021-05-13  Tomas MrazImplement pem_read_key directly through OSSL_DECODER
2021-04-29  Matt CaswellAdjust sslapitest for SHA1 security level
2021-04-13  Todd ShortHandle set_alpn_protos inputs better.
2021-04-12  Matt CaswellOnly enable KTLS if it is explicitly configured
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-04-08  Christian HeimesInherit hostflags verify params even without hosts
2021-04-06  Nan XiaoFix potential double free in sslapitest.c
2021-03-23  Paulitest: fix coverity 1451574: improper use of negative...
2021-03-20  Paulisslapitest: fix problem in cleanup on failure path
2021-03-20  Paulitest: coverity 1469426 - dereference after null check
2021-03-08  Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-03  Shane LontisFix NULL access in ssl_build_cert_chain() when ctx...
2021-02-28  Paulitest: updates for the new additional MAC_init arguments
2021-02-24  Pauliprovider: add an unquery function to allow providers...
2021-02-08  Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-05  Matt CaswellStop disabling TLSv1.3 if ec and dh are disabled
2021-01-28  Richard LevitteUpdate copyright year
2021-01-26  Dr. David von OheimbTLS client: allow cert verify callback return -1 for...
2021-01-15  Richard LevitteFix incomplete deprecation guard in test/sslapitest.c
2021-01-08  Michael BaentschAdding TLS group name retrieval
2020-12-11  Matt CaswellFix sslapitest.c if built with no-legacy
2020-12-09  Matt CaswellTest that we can negotiate TLSv1.3 if we have an SNI...
2020-12-08  Matt CaswellFix a compilation failure with no-tls_1_2
2020-12-08  Matt CaswellFix a test failure with no-tls1_3
2020-12-01  Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-11-18  Matt CaswellExtend the auto DH testing to check DH sizes
2020-11-18  Matt CaswellAdd a test for the various ways of setting temporary...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-14  Nicola Tuveri[test][sslapitest] Add test for pluggable KEM group
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in srp.h
2020-09-13  Matt CaswellFix safestack issues in ocsp.h
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-08-31  John BaldwinUse global 'libctx' with RAND_bytes_ex to generate...
2020-08-31  Vadim FedorenkoFix two issues with AES-CCM KTLS tests.
2020-08-31  John BaldwinSkip tests using KTLS RX for TLS 1.3.
2020-08-31  John BaldwinSkip tests using KTLS RX if KTLS RX is not supported.
2020-08-31  John BaldwinRefactor the KTLS tests to minimize code duplication.
2020-08-20  Richard LevitteTEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_Pri...
next