]> git.ipfire.org Git - thirdparty/openssl.git/history - test/sslapitest.c
ticket_lifetime_hint may exceed 1 week in TLSv1.3
[thirdparty/openssl.git] / test / sslapitest.c
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...
2020-08-13  Tomas Mrazsslapitest: Add test for premature call of SSL_export_k...
2020-07-24  Shane LontisAdd X509 related libctx changes.
2020-07-16  Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-16  Todd ShortAdd SSL_get[01]_peer_certificate()
2020-07-08  Matt CaswellAdd a test to check having a provider loaded without...
2020-07-07  Martin ElshuberAdd support to zeroize plaintext in S3 record layer
2020-06-27  Kurt RoeckxReduce the security bits for MD5 and SHA1 based signatu...
2020-06-24  Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-23  Matt CaswellAdd an SSL_dup test
2020-06-19  Matt CaswellWrite a test provider to test the TLS-GROUPS capability
2020-06-19  Matt CaswellModify libssl to discover supported groups based on...
2020-06-11  PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-08  Vadim Fedorenkotest: TLS1.3 and new ciphers for kTLS
2020-06-05  Matt CaswellImplement a test for sigalgs not being present
2020-05-19  Dmitry BelyavskiyTest for the SSL_OP_IGNORE_UNEXPECTED_EOF option
2020-05-15  raja-ashokTest TLSv1.3 out-of-band PSK with all 5 ciphersuites
2020-05-07  Nikolay MorozovSSL_OP_DISABLE_TLSEXT_CA_NAMES option implementation
2020-05-06  Matt CaswellExtend test_ssl_get_shared_ciphers
2020-05-01  Benjamin KadukAdd test for SSL_new_session_ticket()
2020-04-27  Benjamin Kaduksslapitest: only compile test when it will be used
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-19  Matt CaswellRe-enable FIPS testing in sslapitest.c
2020-04-19  Matt CaswellUse a non-default libctx in sslapitest
2020-03-27  Matt CaswellUse the new library context aware SRP functions in...
2020-03-27  Matt CaswellUse the new OCSP functions in sslapitest.c
2020-03-17  Ben Kaduksslapitest: don't leak the SSL_CTX pair
2020-03-13  Benjamin KadukAdd test that changes ciphers on CCS
next