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