summaryrefslogtreecommitdiff
path: root/lib/libssl/tls13_key_schedule.c
AgeCommit message (Expand)Author
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-07Move tls13_exporter() code.Joel Sing
2022-10-14Error out if the out secret wasn't properly initializedTheo Buehler
2022-07-07Initialize hkdf_label to NULL.Theo Buehler
2021-01-05Avoid local variable in tls13_secret_init().Theo Buehler
2021-01-05Use KNF for licence commentTheo Buehler
2021-01-05Move tls13_secrets_destroy() below _create()Theo Buehler
2021-01-05Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Add tls13_secret_{init,cleanup}()Theo Buehler
2020-11-16Implement exporter for TLSv1.3.Joel Sing
2019-11-17Correct update of application traffic secrets to use an empty contextBob Beck
2018-11-13NULL out mdctx to prevent possible double free introduced in version 1.4Bob Beck
2018-11-10Avoid a double allocation and memory leak.Joel Sing
2018-11-10Fix last of the empty hash nonsenseBob Beck
2018-11-09Fix the TLSv1.3 key schedule implementation.Joel Sing
2018-11-08KNFBob Beck
2018-11-08Move #include <openssl/evp.h> to the header.Theo Buehler
2018-11-07Add initial TLS 1.3 key schedule support with basic regress testsBob Beck