summaryrefslogtreecommitdiffstats
path: root/include/internal/recordmethod.h
AgeCommit message (Expand)Author
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2023-08-25Avoid issues with endianness when type is used in SSL_trace()Tomas Mraz
2023-07-14quicapitest: Fix SSL_trace() test on big endian platformsTomas Mraz
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-04-12Allow partially releasing a record for TLSMatt Caswell
2023-04-12Make the data field for get_record() constMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2023-01-24Add support for setting a custom TLS Record LayerMatt Caswell
2023-01-24Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell
2023-01-24Move recordmethod.h to be an "internal" headerMatt Caswell