wolfssljni/native
Daniel Pouzzner 4d556fb77c
Merge pull request #180 from cconlon/SSLEngineGCFix
Release native verify callback with SSLEngine is closed
2024-03-30 03:03:32 -04:00
..
com_wolfssl_WolfSSL.c JNI: wrap wolfSSL_set_tls13_secret_cb() in WolfSSLSession.setTls13SecretCb(), along with example in Client.java 2024-03-28 10:05:10 -06:00
com_wolfssl_WolfSSL.h JNI: wrap wolfSSL_set_tls13_secret_cb() in WolfSSLSession.setTls13SecretCb(), along with example in Client.java 2024-03-28 10:05:10 -06:00
com_wolfssl_WolfSSLCertManager.c update copyright to 2024 2024-01-16 15:35:09 -07:00
com_wolfssl_WolfSSLCertManager.h wrap native wolfSSL_CertManagerUnloadCAs() 2022-11-28 14:14:32 -07:00
com_wolfssl_WolfSSLCertRequest.c update copyright to 2024 2024-01-16 15:35:09 -07:00
com_wolfssl_WolfSSLCertRequest.h JNI: add Certificate Signing Request (CSR) support with WolfSSLCertRequest class, and example in X509CertRequest.java 2023-09-01 16:44:35 -06:00
com_wolfssl_WolfSSLCertificate.c update copyright to 2024 2024-01-16 15:35:09 -07:00
com_wolfssl_WolfSSLCertificate.h JSSE: add implementation of X509ExtendedTrustManager for internal hostname verification 2023-11-27 15:47:43 -07:00
com_wolfssl_WolfSSLContext.c JNI: wrap native SSL_CTX_set1_sigalgs_list() in WolfSSLContext 2024-01-24 10:03:47 -07:00
com_wolfssl_WolfSSLContext.h JNI: wrap native SSL_CTX_set1_sigalgs_list() in WolfSSLContext 2024-01-24 10:03:47 -07:00
com_wolfssl_WolfSSLSession.c Merge pull request #180 from cconlon/SSLEngineGCFix 2024-03-30 03:03:32 -04:00
com_wolfssl_WolfSSLSession.h JNI: wrap wolfSSL_set_tls13_secret_cb() in WolfSSLSession.setTls13SecretCb(), along with example in Client.java 2024-03-28 10:05:10 -06:00
com_wolfssl_WolfSSLX509Name.c update copyright to 2024 2024-01-16 15:35:09 -07:00
com_wolfssl_WolfSSLX509Name.h JNI: add X509v3 certificate generation support to WolfSSLCertificate class, supporting key usage, extended key usage, subject alt name, and basic constraints extensions. Self signed and CA-signed support, along with example app. Update example certs to match current wolfssl. 2023-08-22 15:25:06 -06:00
com_wolfssl_WolfSSLX509StoreCtx.c JNI/JSSE: call wolfSSL_sk_X509_pop_free() instead of wolfSSL_sk_X509_free() in WolfSSLX509StoreCtx.getDerCerts() 2024-03-18 14:44:02 -06:00
com_wolfssl_WolfSSLX509StoreCtx.h add support for custom TrustManager checkClient/ServerTrusted() 2020-02-13 14:44:02 -07:00
com_wolfssl_WolfSSL_TLS_VERSION.h add support for keyStore/keyStoreType/keyStorePassword system properties 2022-08-17 14:42:50 -06:00
com_wolfssl_globals.h update copyright to 2024 2024-01-16 15:35:09 -07:00
com_wolfssl_wolfcrypt_ECC.c update copyright to 2024 2024-01-16 15:35:09 -07:00
com_wolfssl_wolfcrypt_ECC.h initial repo creation 2013-11-08 12:38:38 -07:00
com_wolfssl_wolfcrypt_EccKey.c update copyright to 2024 2024-01-16 15:35:09 -07:00
com_wolfssl_wolfcrypt_EccKey.h wrap ECC shared secret callback 2017-12-11 16:46:16 -07:00
com_wolfssl_wolfcrypt_RSA.c update copyright to 2024 2024-01-16 15:35:09 -07:00
com_wolfssl_wolfcrypt_RSA.h initial repo creation 2013-11-08 12:38:38 -07:00