Commit Graph

23 Commits (67f02ac9d2739a4e7ada5db47e304472996078cd)

Author SHA1 Message Date
Chris Conlon bf7912c717 Simplify curl auth_header array expansion in find-pr-info.sh 2026-03-12 14:33:30 -06:00
Chris Conlon 63554546cf Testing: fix GitHub API auth in jni-patched-ci workflow 2026-03-12 14:33:30 -06:00
Chris Conlon 0d7770651d JNI/JSSE: add wolfjsse.skipFIPSCAST Security property for skipping initial FIPS CAST run when used alongside wolfJCE 2026-03-12 14:33:25 -06:00
Chris Conlon 45d1e01bcb Fix line-length check to skip all JNI signature patterns 2026-02-25 14:47:14 -07:00
Chris Conlon 1aec153270 JNI: add RSA-PSS sign/verify and RSA sign check PK callbacks 2026-02-25 14:47:12 -07:00
Chris Conlon 46192d8fd3
Merge pull request #315 from padelsbach/crl-generation
Add CRL generation capability
2026-02-16 09:27:35 -07:00
Paul Adelsbach 2eac03b81d Move comment style check from yaml to script 2026-02-13 10:25:03 -08:00
Paul Adelsbach 8ccc0225ff Automate checking of file lists 2026-02-12 12:15:01 -08:00
Paul Adelsbach 873ed6c020 Add missing API, misc updates 2026-02-11 08:44:12 -08:00
Paul Adelsbach 12cc4494ec Update line length check 2026-02-10 10:56:12 -08:00
Paul Adelsbach dfba100bb8 Improvements to patch testing 2026-02-06 15:27:25 -08:00
Paul Adelsbach 04d611a825 Add make target to enable all patches, and corresponding CI workflow 2026-02-04 11:32:55 -08:00
Chris Conlon 214fab3a7e JNI: add X.509 Name Constraints extension support and new classes WolfSSLNameConstraints, WolfSSLGeneralName 2026-01-27 13:58:21 -07:00
Chris Conlon e95232fdd5 JNI: add WolfSSLAltName class and enhanced SAN parsing support 2026-01-16 17:43:38 -07:00
Chris Conlon 8ebd050a5a JSSE: add ByteBuffer I/O callbacks for performance, plug them into WolfSSLEngine 2025-04-17 16:35:52 -06:00
Chris Conlon 8449b6744e JNI/JSSE: wrap wolfSSL_set_SessionTicket_cb(), add session ticket callback to SSLEngine for detection of ticket received 2025-02-17 15:40:18 -07:00
Chris Conlon 4923528863 JNI: refactor com.wolfssl.wolfcrypt.RSA/ECC/EccKey classes to avoid wolfJCE namespace conflicts, removing com.wolfssl.wolfcrypt directory 2025-01-30 16:51:31 -07:00
Chris Conlon 4b00da2c7b JNI: fix Facebook Infer script exit code, and reported thread safety violations / potential deadlock issues 2025-01-23 16:15:58 -07:00
Chris Conlon f4b433fabc Run Facebook Infer on PRs with GitHub Actions 2024-04-22 15:49:53 -06:00
Chris Conlon 5d5733f19e Update Infer test script with current file list 2024-04-05 10:47:21 -06:00
Chris Conlon 3dee881dda JNI: wrap wolfSSL_set_tls13_secret_cb() in WolfSSLSession.setTls13SecretCb(), along with example in Client.java 2024-03-28 10:05:10 -06:00
Chris Conlon 47d36cb0cc JSSE: enable native wolfSSL debug logs at SSLContext and WolfSSLProvider levels, register Java logging callback to push native logs over System.out.println and include thread ID 2024-01-15 16:45:14 -07:00
Chris Conlon 2eaa54d892 add script to run Facebook Infer, fix reported issues 2023-05-12 15:18:47 -06:00