react-native-cert-pinner
react-native-cert-pinner copied to clipboard
Strengthens TLS in React Native through Certificate Pinning
I've checked my sha256 from SSLLabs website it show 3 certificates. [The first one is Certificate #1: RSA 4096 bits (SHA256withRSA)] I've used a PinSHA256 from certificate #1 and #2....
Is there a way to enable multiple server certificates for api use? ``` builder.add("*.example.com", "sha256/KEY_GOES_HERE"); builder.add("*.another.com", "sha256/KEY_GOES_HERE"); ``` but it wont get work and throwing error not allowed. is there...
Hi, first of all kudos for the great work. I'd like to discuss about an issue I'm having with this package. In order to make it work with proguard I...
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [react-native](https://github.com/facebook/react-native). These dependencies need to be updated together. Removes `xmldom` Updates `react-native` from 0.56.0 to 0.70.2 Release notes Sourced from...
react-native-cert-pinner compile issue: Need to fix this issue by replacing compile with implementation in node_modules/react-native-cert-pinner/android/build.gradle.
Bumps [semver](https://github.com/npm/node-semver) from 5.5.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `tough-cookie` Updates `jest` from 23.5.0 to 29.6.1 Release notes Sourced from...
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [react-native](https://github.com/facebook/react-native), [mkdirp](https://github.com/isaacs/node-mkdirp) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies need to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...