Corey

Results 183 comments of Corey

> So maybe we should keep the analytics route? My vote would be to keep as it's low maintenance from a Parse Server development perspective and isn't hurting anything. I...

The PR thread that added the Analytics Adapter configuration may provide some insight for documentation, https://github.com/parse-community/parse-server/pull/2327. I currently don’t know of other adapters.

I know there have been a few discussions about Parse Errors. In terms of consistency for the SDKs, I think it could be beneficial to add a dedicated Parse Error...

`SerialNumber` was added in #59. Feel free to follow the process in 59 to add the rest of the fields and open a PR.

I have created a solution in Swift that will allow you to do sha512WithRSAEncryption here: https://github.com/cbaker6/iOS-csr-swift. Note: the byte sequence you asked about is the OID, you can find specifics...

@aleemrazzaq it's possible you may have converted the OID incorrectly. Look at this guide to translate OID's to bytes for ANS.1 (Look at comment section on page): https://msdn.microsoft.com/en-us/library/bb540809(v=vs.85).aspx Also, you...

@aleemrazzaq I tried your version, but it didn't compile. When I fixed the bugs, it output a CSR, but the CSR wasn't correct as the more changes that need to...

@aleemrazzaq yes, that is the code I tried. It outputs a CSR, but it's not built correctly For example, you place the public key in the CSR twice, which isn't...

@asadsam sorry, I haven't coded in obj-c in years. It shouldn't be too hard to port the additions I made in [CertificateSigningRequestSwift](https://github.com/cbaker6/CertificateSigningRequestSwift) for EC into [ios-csr](https://github.com/ateska/ios-csr). The biggest changes are...

@jchon258 I don't think should be marked as an "issue". Inside the GPLv2 license it states: > If the Program specifies a version number of this License which applies to...