aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-10Fix NativeCrypto.X509_verify() exceptions. (#1203)upstream-masterPete Bentley
2024-03-20Revert "Don't create Date or Calendar objects for ASN.1 dates unless needed. ...Pete Bentley
2024-03-12Replace test RSA-512 keys with RSA-2048 (#1192)David Benjamin
2024-03-12Bump MacOS target version for CI. (#1194)Pete Bentley
2023-12-21Upstreaming (#1191)Pete Bentley
2023-12-19Remove some obsolescence. (#1190)Pete Bentley
2023-12-15Address test failures on Java 11. (#1189)Pete Bentley
2023-12-14Support "raw" format for XEC KeySpecs. (#1187)Pete Bentley
2023-12-11Iterate on HpkeSuite. (#1188)Pete Bentley
2023-12-07Add a public HKDF API, per RFC 5869. (#1163)Pete Bentley
2023-12-05Ensure TLSv1 is still enabled by default unless it's deprecated. (#1186)Pete Bentley
2023-11-09Remove TLS 1.0 and 1.1 from the list of default protocols (#1182)miguelaranda0
2023-11-06Minor test fixes for running on later OpenJDKs. (#1181)Pete Bentley
2023-11-03Use correct delete[] operator for saved ALPN data. (#1180)Pete Bentley
2023-11-02Add missing @RunWith annotations. (#1179)Pete Bentley
2023-10-31Don't throw when resetting an uninitialised Mac. (#1178)Pete Bentley
2023-10-24Rework HPKE into JCA Provider model. (#1174)Pete Bentley
2023-10-24Rationalise test suite classes. (#1177)Pete Bentley
2023-10-22Don't create Date or Calendar objects for ASN.1 dates unless needed. (#1176)Pete Bentley
2023-09-29Remove Platform.logEvent(). (#1169)Pete Bentley
2023-09-28Remove Platform.wrapRsa(). (#1168)Pete Bentley
2023-09-12Remove "extends TestCase" from TrustedCertificateStoreTest. (#1167)Pete Bentley
2023-09-10Reset HMAC and CMAC contexts more efficiently (#1166)David Benjamin
2023-09-05Correct inverted logic in OpenSSLXDHKeyFactory. (#1165)Pete Bentley
2023-09-04Zero out native resource reference while finalizing. (#1164)Pete Bentley
2023-09-01Upstream multiple AOSP changes. (#1162)Pete Bentley
2023-09-01Skip XDH key agreement test for Android Keystore (#1161)Pete Bentley
2023-08-16Added RunWith to HpkeTestVectorsTest (#1159)Jorge Saldivar
2023-08-16Fixes build errors on windows due to c++17 (#1160)Jorge Saldivar
2023-08-15Add support for X25519 algorithm alias to XDH (#1156)exceptionfactory
2023-08-15Adding HPKE support for crypto operations per RFC-9180 (#1146)Jorge Saldivar
2023-08-11Enable C++17 for Android standalone builds. (#1158)Pete Bentley
2023-08-11Deal with partially constructed objects during finalize(). (#1157)Pete Bentley
2023-08-06Add locking around AbstractSessionContext JNI. (#1154)Pete Bentley
2023-06-26Skip HSS/MSS in SignatureTest. (#1151)Pete Bentley
2023-06-26Make tests agnostic about TLS v1.x. (#1150)Pete Bentley
2023-05-19CipherTest: Be stricter looking for base/mode/padding transforms. (#1141)Pete Bentley
2023-05-14Bump RSA key size tested in KeyPairGeneratorTest (#1139)David Benjamin
2023-05-12Removed cached_size and RsaMethodSize (#1138)David Benjamin
2023-05-05Fix build with older BoringSSL (#1137)David Benjamin
2023-05-05Fix typo in NativeCrypto_EC_GROUP_new_arbitrary (#1136)David Benjamin
2023-05-04Explicitly include 3DES in allCipherSuites (#1135)David Benjamin
2023-05-04Use accessors for BIO and BIO_METHOD (#1134)David Benjamin
2023-05-04Use new RSA key creation APIs when available (#1133)David Benjamin
2023-05-02Update biz.aQute.bnd to 6.4.0 (#1132)David Benjamin
2023-04-17Fix build.x86 in macOS instructions in BUILDING.md (#1127)Eirik Bjorsnos
2023-04-03FdSocket: Count TLS handshake stats during state transitions. (#1125)Pete Bentley
2023-04-01Add stats values for failed handshakes. (#1123)Pete Bentley
2023-03-31Don't test BC for deprecated signature algorithms. (#1121)Pete Bentley
2023-03-30Add missing close() calls. (#1122)Pete Bentley