aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove rsa_pssHEADq10.0SpiritCroc2019-09-132-29/+1
| | | | | | | | | Fix compile on Android 10.0 external/sony/boringssl-compat/rsa_pss.c:19:5: error: conflicting types for 'RSA_verify_PKCS1_PSS' int RSA_verify_PKCS1_PSS(RSA *rsa, ^ Change-Id: If4e7933d12f1bd55ae6a104cc0be7f99fb009bdd
* boringssl-compat: Compile with -Wno-errorNikhil Punathil2018-08-171-0/+2
| | | | Signed-off-by: Nikhil Punathil <nikhilpe@gmail.com>
* Merge pull request #3 from chirayudesai/patch-1Alin Jerpelea2015-11-221-1/+1
|\ | | | | Actually build bio_b64 when opted in
| * Actually build bio_b64 when opted inChirayu Desai2015-11-181-1/+1
|/ | | Original commit didn't use a valid reference to the variable.
* Merge pull request #2 from humberos/evtAlin Jerpelea2015-11-166-1/+487
|\ | | | | boringssl-compat: Add missing EVP functions
| * boringssl-compat: Make bio_b64 opt-inSultanxda2015-11-151-4/+12
| | | | | | | | | | | | | | | | | | These methods are crashing Facebook's crypto routines, and they're not needed by the camera for JPEG encoding, so they can be safely removed on devices that have newer Adreno blobs, but leave the functionality in until all devices have new blobs. Change-Id: I3c9e9a3c748da0341dc40942766178f5560b76de
| * boringssl-compat: Add missing EVP functionsRashed Abdel-Tawab2015-11-156-1/+479
|/ | | | | | | | | | | | These are needed for any pre-6.0 Qualcomm camera blobs Added: - EVP_OpenInit - EVP_OpenUpdate - EVP_OpenFinal - EVP_SealInit - EVP_SealFinal Change-Id: I02036f458d4f82a951975a09e63d4d738afb550f
* bio_b64: Correct prototype of BIO_f_base64()Bjorn Andersson2015-10-051-1/+1
| | | | | Change-Id: Ia4ecf1c945f5beb0fd0c1a00d781d1154984b37f Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
* rename boringssl-compatAlin Jerpelea2015-08-101-1/+1
| | | | | | boringssl-compat is a library. Keep the naming consistent Signed-off-by: Alin Jerpelea <alin.jerpelea@sonymobile.com>
* Introduce wrapper to supply missing OpenSSL functions with BoringSSLBjorn Andersson2015-08-064-0/+661
| | | | Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
* Initial commitSony Xperia Developer World2015-08-061-0/+1