Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-25Fix test_tls13_encryption()Matt Caswell
2022-10-20Remove some redundant codeMatt Caswell
2022-08-18Update the tls13encryptiontest for new read record layerMatt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2021-06-17Update copyright yearMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell
2020-06-25Update copyright yearMatt Caswell
2020-06-10Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-09-14VMS: turn on name mangling for all our programsRichard Levitte
2018-07-20Update the TLSv1.3 test vectorsMatt Caswell
2018-03-20Update copyright yearMatt Caswell
2018-03-14Use the TLSv1.3 record header as AADMatt Caswell
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-06-21Remove OSSLzu macros and use %zu in the test framework (via BIO_printf).Pauli
2017-06-20Update tests to avoid printf to stdout/stderr when running as test cases.Pauli
2017-04-24Adapt all test programsRichard Levitte
2017-04-19VMS: Fix internals test programsRichard Levitte
2017-03-29Test infrastructure additions.Pauli
2017-02-08Fix crash in tls13_encMatt Caswell
2016-11-30Make refdata in tls13encryptest staticMatt Caswell
2016-11-30Convert tls13encryptiontest so that we pass around a pointer not an indexMatt Caswell
2016-11-30Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell
2016-11-30Fix a double free in tls13encryptiontestMatt Caswell
2016-11-30Add a test for TLSv1.3 encryption using the new nonce constructionMatt Caswell