OSSL_STORE: Add reference docs for the built-in Windows store implementation
[openssl.git] / test / sslapitest.c
10 days ago Richard LevitteCopyright year updates
11 days ago Matt CaswellAdd a test for session cache overflow
11 days ago Matt CaswellExtend the multi_resume test for simultaneous resumptions
11 days ago Matt CaswellAdd a test for session cache handling
2024-03-06 Tomas MrazAdd test for ignoring unknown sigalgs and groups marked...
2024-02-22 Michael BaentschSSL_set1_groups_list(): Fix memory corruption with...
2024-02-21 Ijtaba HussainExtended SSL_SESSION functions using time_t
2024-01-31 Matt CaswellExtend the testing of resetting/clearing an SSL connection
2024-01-18 Matt CaswellAdd a KTLS test where we write long app data records
2023-12-29 Dimitri PapadopoulosFix new typos found by codespell
2023-12-19 Tomas Mraztest_export_key_mat(): Long context support works with...
2023-12-12 Matt CaswellAdd a test for late loading of an ENGINE in TLS
2023-12-04 Markus MinichmayrTest various combinations of `SSL_OP_ALLOW_NO_DHE_KEX...
2023-10-26 Daiki UenoAccept longer context for TLS 1.2 exporters
2023-10-25 Tomas MrazQUIC: Test connection with large client and server...
2023-10-25 Paulisslapitest: add cast to avoid compiler error
2023-10-24 Matt CaswellAdd a test for retries when sending app data
2023-09-20 Hugo LandauSSL: Test SSL_get_[rw]poll_descriptor, SSL_net_(read...
2023-09-12 Matt CaswellAdd a test for using a PSK with QUIC
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-11 Dimitri PapadopoulosRemove repeated words
2023-09-07 Matt CaswellCopyright year updates
2023-08-15 Matt CaswellFix no-dtls and no-tls in combination
2023-07-24 Bernd EdlingerFix error handling in pipelining test
2023-07-16 Matt CaswellAdd a test for a retry during the handshake
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-06-14 Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-06-06 Alex BozarthAdd SSL_get0_group_name() to get name of the group...
2023-05-12 Watson LaddClear ownership when duplicating sessions
2023-04-27 Matt CaswellAdd a test for the SSL_rstate_string*() APIs
2023-04-12 Matt CaswellMake the data field for get_record() const
2023-04-03 Matt CaswellAdd a test for SSL_version(), SSL_get_version() etc
2023-03-28 Todd ShortRFC7250 (RPK) support
2023-03-19 Matt CaswellAdd a simple QUIC test for blocking mode
2023-03-07 slontisAdd option to FIPS module to enforce EMS check during...
2023-03-05 Matt CaswellTest that there are no errors on the stack for rejected...
2023-03-01 Matt CaswellEnsure we use a non-zero time for tickets in early...
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
next