There was an error fetching the commit references. Please try again later.
Remove conn and user_data from crypto callbacks
Remove conn and user_data from encrypt/decrypt/hp_mask callbacks so that they can be used without conn.
Showing
- crypto/includes/ngtcp2/ngtcp2_crypto.h 12 additions, 13 deletionscrypto/includes/ngtcp2/ngtcp2_crypto.h
- crypto/shared.c 6 additions, 21 deletionscrypto/shared.c
- examples/client.cc 2 additions, 2 deletionsexamples/client.cc
- examples/server.cc 2 additions, 2 deletionsexamples/server.cc
- lib/includes/ngtcp2/ngtcp2.h 6 additions, 12 deletionslib/includes/ngtcp2/ngtcp2.h
- lib/ngtcp2_conn.c 34 additions, 42 deletionslib/ngtcp2_conn.c
- lib/ngtcp2_crypto.h 0 additions, 1 deletionlib/ngtcp2_crypto.h
- lib/ngtcp2_pkt.c 4 additions, 5 deletionslib/ngtcp2_pkt.c
- lib/ngtcp2_ppe.c 4 additions, 8 deletionslib/ngtcp2_ppe.c
- tests/ngtcp2_conn_test.c 8 additions, 23 deletionstests/ngtcp2_conn_test.c
- tests/ngtcp2_pkt_test.c 3 additions, 6 deletionstests/ngtcp2_pkt_test.c
- tests/ngtcp2_test_helper.c 5 additions, 19 deletionstests/ngtcp2_test_helper.c
Please register or sign in to comment