Commit Verlauf

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