Cronologia Commit

Autore SHA1 Messaggio Data
  Marcin Krzyzanowski 287a4bcb9b Update CONTRIBUTORS 3 anni fa
  Marcin Krzyzanowski 3cdf5e0470 README update 3 anni fa
  Marcin Krzyzanowski 7390485466 Return random values for unhandled/unexpected encryption variants 3 anni fa
  Marcin Krzyzanowski 13254b7ae7 Update Xcode project 3 anni fa
  Nathan Fallet caf228abba Merge pull request #981 from btoms20/dev/rsa-api 3 anni fa
  Brandon Toms 713f0e0ec5 Marked externalRepresentation as public and added the publicKeyExternalRepresentation function 3 anni fa
  Brandon Toms 306be21542 Added public init(rawRepresentation:) 3 anni fa
  Brandon Toms e577605744 Removed default implementations 3 anni fa
  Brandon Toms 70b3ae2073 Added documentation and formatting 3 anni fa
  Marcin Krzyzanowski bee7ed5f2d Merge pull request #979 from GoodNotes/swiftwasm-support 3 anni fa
  Nathan Fallet 4bba988604 Merge pull request #978 from btoms20/feature/rsa+sig+raw 3 anni fa
  Brandon Toms 2571fd4264 SwiftFormat 3 anni fa
  Brandon Toms 249efb1576 Added a 1023bit RSA Key test fixture. 3 anni fa
  Brandon Toms e642b53048 Updated to use the new `keySizeBytes` parameter 3 anni fa
  Brandon Toms fe92c87158 Added messages to XCTAssert statements. 3 anni fa
  Brandon Toms 94981bf064 Replaced the while loop with an explicitly defined zero byte array of correct size. 3 anni fa
  Brandon Toms b85c08698d SwiftFormat. Updated RSA Signature extension to use the new `keySizeBytes` param where appropriate. 3 anni fa
  Brandon Toms b628b84927 Replaced while loop with an explicit array addition of the correct size. 3 anni fa
  Brandon Toms d6f3449a03 SwiftFormat 3 anni fa
  Brandon Toms 3962cd256e Updated the RSA Cipher extension to use the new keySizeBytes parameter. 3 anni fa
  Brandon Toms 9a9a0e8a19 Added a `keySizeBytes` param that stores the minimum bytes needed to express the keys modulus. 3 anni fa
  Brandon Toms c95b9db830 A more correct implementation of zero prepended block formatting 3 anni fa
  Brandon Toms 0a426d437f raw and digest_pkcs1v15_RAW signature variant support. 3 anni fa
  Nathan Fallet aaea7adc5e Merge pull request #976 from btoms20/feature/rsa+der 3 anni fa
  Brandon Toms d1ec8c31f5 Updated Errors to use the DER.Error.invalidDERFormat error case. 3 anni fa
  Brandon Toms 2c338bd226 Removed primaryObjectIdentifier and secondaryObjectIdentifier static params from RSA due to DERCodable protocol no longer enforcing them. 3 anni fa
  Brandon Toms 49fb6d02a3 Moved the `invalidDERFormat` error case from RSA.Error to DER.Error enum. 3 anni fa
  Brandon Toms 8cbb4e1ea4 Removed the primaryObjectIdentifier and secondaryObjectIdentifier params from DERDecodable and DEREncodable protocols. 3 anni fa
  Nathan Fallet 7b42ff14de Delete .travis.yml 3 anni fa
  Brandon Toms 9d2be8f39d Documentation for encryption block types and variants. 3 anni fa