Historique des commits

Auteur SHA1 Message Date
  Brandon Toms 2571fd4264 SwiftFormat il y a 3 ans
  Brandon Toms 249efb1576 Added a 1023bit RSA Key test fixture. il y a 3 ans
  Brandon Toms e642b53048 Updated to use the new `keySizeBytes` parameter il y a 3 ans
  Brandon Toms fe92c87158 Added messages to XCTAssert statements. il y a 3 ans
  Brandon Toms 94981bf064 Replaced the while loop with an explicitly defined zero byte array of correct size. il y a 3 ans
  Brandon Toms b85c08698d SwiftFormat. Updated RSA Signature extension to use the new `keySizeBytes` param where appropriate. il y a 3 ans
  Brandon Toms b628b84927 Replaced while loop with an explicit array addition of the correct size. il y a 3 ans
  Brandon Toms d6f3449a03 SwiftFormat il y a 3 ans
  Brandon Toms 3962cd256e Updated the RSA Cipher extension to use the new keySizeBytes parameter. il y a 3 ans
  Brandon Toms 9a9a0e8a19 Added a `keySizeBytes` param that stores the minimum bytes needed to express the keys modulus. il y a 3 ans
  Brandon Toms c95b9db830 A more correct implementation of zero prepended block formatting il y a 3 ans
  Brandon Toms 0a426d437f raw and digest_pkcs1v15_RAW signature variant support. il y a 3 ans
  Nathan Fallet aaea7adc5e Merge pull request #976 from btoms20/feature/rsa+der il y a 3 ans
  Brandon Toms d1ec8c31f5 Updated Errors to use the DER.Error.invalidDERFormat error case. il y a 3 ans
  Brandon Toms 2c338bd226 Removed primaryObjectIdentifier and secondaryObjectIdentifier static params from RSA due to DERCodable protocol no longer enforcing them. il y a 3 ans
  Brandon Toms 49fb6d02a3 Moved the `invalidDERFormat` error case from RSA.Error to DER.Error enum. il y a 3 ans
  Brandon Toms 8cbb4e1ea4 Removed the primaryObjectIdentifier and secondaryObjectIdentifier params from DERDecodable and DEREncodable protocols. il y a 3 ans
  Nathan Fallet 7b42ff14de Delete .travis.yml il y a 3 ans
  Brandon Toms 9d2be8f39d Documentation for encryption block types and variants. il y a 3 ans
  Brandon Toms b333980687 Removed RFC3447 RSAPrivateKey otherPrimeInfos parameter. Added unsupportedRSAVersion error code. Fixed confusion around private RSA DER version numbers and checking. il y a 3 ans
  Nathan Fallet d5d3c787f7 Fixing a typo il y a 3 ans
  Brandon Toms 92edc6d13e Fixed spelling il y a 3 ans
  Brandon Toms 4d1c69552a Changed the encrypt and decrypt variant from `.unsafe` to `.raw` in order to match that of the SecKey counterpart. il y a 3 ans
  Brandon Toms 7f4b5d1d8a Fixed spelling and documentation. il y a 3 ans
  Brandon Toms 126ef4ebb2 Removed unnecessary code. Explicitly declared the `secondaryObjectIdentifier` as `nil`. il y a 3 ans
  Brandon Toms 492f90f3d2 Fixed a comment il y a 3 ans
  Brandon Toms 7b67beaf32 Added documentation and explicitly declared functions as internal il y a 3 ans
  Brandon Toms f8a11bad17 Added / fixed documentation il y a 3 ans
  Brandon Toms db6e647819 Updated file headers il y a 3 ans
  Brandon Toms 7aad7e4084 Spelling il y a 3 ans