open5gs/tests
Sukchan Lee bd74c259ec [AMF/MME] Fix crash during snow-3g encrypt (#2581)
There was a memory problem in the encryption using snow_3g_f8,
so AMF/MME crashed.

To solve this problem, we used the snow-3g encryption library
created as below.

https://github.com/rcatolino/libressl-snow3g

However, it seems that this library cannot be used to create
integrity hash like snow_3g_f8.

So, we decided to keep both snow-3g libraries for the time being.

1. lib/crypt/snow3g* : for INTEGRITY (NIA1, EIA1)
2. lib/crypt/openssl/snow3g* : for ENCRYPTION (NEA1, EEA1)
2023-09-13 23:22:46 +09:00
..
310014 Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
af [SBI] Fixed an issue with FQDN/TLS (#2252) 2023-04-21 22:37:07 +09:00
app Fixed dynamic-stack-buffer-overflow (#2578, #2577) 2023-09-05 21:58:05 +09:00
attach Add trace log for debugging #2287 2023-08-07 22:13:35 +09:00
common [GTPU] Fixed PDCP SN handling (#2584, #2477) 2023-09-10 22:37:42 +09:00
core Fixed dynamic-stack-buffer-overflow (#2578, #2577) 2023-09-05 21:58:05 +09:00
crypt Fixed dynamic-stack-buffer-overflow (#2578, #2577) 2023-09-05 21:58:05 +09:00
csfb Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
fuzzing [Fuzzing] bug fix 59062 and increasing converge 2023-05-25 22:47:47 +09:00
handover Fixed dynamic-stack-buffer-overflow (#2578, #2577) 2023-09-05 21:58:05 +09:00
non3gpp [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
registration [SMF] Disable Network Service request while ACTIVATING 2023-05-08 22:33:50 +09:00
sctp Fixed dynamic-stack-buffer-overflow (#2578, #2577) 2023-09-05 21:58:05 +09:00
slice Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
unit [AMF/MME] Fix crash during snow-3g encrypt (#2581) 2023-09-13 23:22:46 +09:00
volte [LOG] remove ogs_expect_or_return()/return_val() 2023-01-24 00:01:36 +09:00
vonr [SMF] Deregister issue during sess release (#2537) 2023-08-24 21:26:23 +09:00
meson.build [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00