Commit Graph

24 Commits

Author SHA1 Message Date
Rich Morgan
6b4dd761c0 Refactored isGenerated 2014-10-06 18:23:11 -04:00
Rich Morgan
d773de95b0 Minor logic bug fix
isGenerated check causing extra generation.
2014-10-06 11:30:36 -04:00
Joshua Estes
9e3471c732 Removed unused code 2014-10-03 16:52:39 -04:00
Rich Morgan
d491730e92 Fixed misspelled function name.
If I could learn how to type that'd be great...
2014-10-03 15:55:03 -04:00
Rich Morgan
1d831e91fe Extra space fixes for PSR. 2014-10-03 15:53:56 -04:00
Rich Morgan
43231f16f8 Fixed pemDecode scope. 2014-10-03 15:51:54 -04:00
ionux
701f6679f6 Added new PEM encoding and decoding functions. Also
added two corresponding tests.
2014-10-03 15:46:25 -04:00
Rich Morgan
06320e8230 Minor edit for code quality 2014-09-30 17:31:54 -04:00
Sam Bohler
c15083d309 Replaced full-text licenses with references 2014-09-29 09:16:06 -04:00
Rich Morgan
e17c9ffea8 Fixed incorrect curve param value assignments 2014-09-25 17:02:07 -04:00
Rich Morgan
dea112080b Removed x,y code assignments for private key 2014-09-25 15:30:52 -04:00
Joshua Estes
e055067d95 Merge pull request #45 from JoshuaEstes/MoreRandomFixesAndUpdates
More random fixes and updates
2014-09-24 15:02:05 -04:00
Joshua Estes
64376653a7 Small fix to make sure the y only got the last 32 characters 2014-09-24 12:03:07 -04:00
Joshua Estes
b65c5f57e8 Found issues with the keys 2014-09-24 10:34:50 -04:00
Joshua Estes
331fd48491 Added and updated tests, ran php-cs-fixer on src/ and tests/ still having a few issues with signatures, tests should help find the issues 2014-09-24 09:34:23 -04:00
Joshua Estes
b51180515a Made sure everything is PSR1 and PSR2 standard 2014-09-23 15:47:39 -04:00
Joshua Estes
efac474377 refactored and added a lot of tests, made use of the point class more in functions and made a curve parameter interface so that mock interfaces can be used later in testing 2014-09-23 15:36:40 -04:00
Rich Morgan
f8aa1634cd Added missing cstrong variable 2014-09-19 18:07:55 -04:00
Joshua Estes
34eff77873 A little refactoring and ran php-cs-fixer on both files 2014-09-19 14:03:55 -04:00
Rich Morgan
8289ac74e8 Inline docs & updated signature & generation code 2014-09-19 13:42:56 -04:00
Joshua Estes
7836e15f53 Ran php-cs-fixer 2014-09-18 13:00:02 -04:00
Joshua Estes
067d17d676 A few updates and bug fixes, all tests now pass 2014-09-15 13:20:32 -04:00
Joshua Estes
c5edfdbee5 Added license to all files 2014-09-12 08:23:29 -04:00
Joshua Estes
0350f05cf0 Initial Commit 2014-09-12 06:44:37 -04:00