Skip to content

Commit

Permalink
[Android] Implement AES-GCM,CCM and add pal_ssl (#44989)
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorBo authored Nov 28, 2020
1 parent c6e5ef1 commit 15f7a79
Show file tree
Hide file tree
Showing 9 changed files with 401 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ project(System.Security.Cryptography.Native.Android C)

add_compile_options(-Wno-gnu-zero-variadic-macro-arguments)
add_compile_options(-Wno-unused-parameter)
add_compile_options(-Wno-unused-function)

set(NATIVECRYPTO_SOURCES
pal_jni.c
Expand All @@ -10,6 +11,7 @@ set(NATIVECRYPTO_SOURCES
pal_evp_cipher.c
pal_hmac.c
pal_bignum.c
pal_ssl.c
)

add_library(System.Security.Cryptography.Native.Android
Expand Down
Loading

0 comments on commit 15f7a79

Please sign in to comment.