1. f1b562c Merge branch 'master' of http://git-wip-us.apache.org/repos/asf/directory-kerby by Emmanuel Lécharny · 8 years ago master
  2. f55ceb6 Added the graphics for teh ASN1 hierarchy by Emmanuel Lécharny · 8 years ago
  3. ccb994b Updated the KerberosString Javadoc : by Emmanuel Lécharny · 8 years ago
  4. 9a740c7 YanYan fixed DIRKRB-512, Java building error: Illegal key size by YaningX · 8 years ago
  5. a604932 Fix build error with -Pdist. by plusplusjiajia · 8 years ago
  6. 46f63ed Fixed building issues found on Linux platform caused by renaming in only letter case by Drankye · 8 years ago
  7. 8e2febd PKINIT. Fixed a decoding issue caused by previous commit by Kai Zheng · 8 years ago
  8. 386592e PKINIT. Clean up, Javadoc and refactoring. by Kai Zheng · 8 years ago
  9. 3418191 PKINIT. Refactoring and clean up by Kai Zheng · 8 years ago
  10. a793d86 PKIX. Added a Java sign test or sample by Kai Zheng · 8 years ago
  11. f808cf3 PKIX. Renamed a package by Kai Zheng · 8 years ago
  12. 15bb462 PKINIT. Simpilified some codes around object identifier by Kai Zheng · 8 years ago
  13. 5ad7d3e PKINIT. Some renamings for consistency by Kai Zheng · 8 years ago
  14. f1854de PKINIT. Some renamings for consistency by Kai Zheng · 8 years ago
  15. 8931196 PKINIT. Corrected a type. by Kai Zheng · 8 years ago
  16. 7706157 PKINIT. Simplified some codes by Kai Zheng · 8 years ago
  17. e1b5aaa PKINIT. Moved unmatured codes out as test codes and got rid of the BC dependency by Kai Zheng · 8 years ago
  18. 11a9e23 Renamed some KDC tests by Kai Zheng · 8 years ago
  19. 604d3fc Improved SimpleKdcServer with token client and pkinit client, and refactored related tests by Kai Zheng · 8 years ago
  20. 6754130 PKINIT. Use constant for the anonymous principal WELLKNOWN/ANONYMOUS by Kai Zheng · 8 years ago
  21. ce380f6 DIRKRB-514 Fix the failure of decoding SupportedKDFs. by plusplusjiajia · 8 years ago
  22. 4e963c3 DIRKRB-513 Enable kinit tool kdc flag options. by plusplusjiajia · 8 years ago
  23. d6bf76c DIRKRB-511 Load configuration content when adding the resource. Contributed by Yan. by plusplusjiajia · 8 years ago
  24. 7715f1a Fixed an ASN1 definition comment in the class header by Kai Zheng · 8 years ago
  25. 640b68a A typo. Thanks Emmanuel fo the catch! by Kai Zheng · 8 years ago
  26. 478a5e0 Fixed a krb codec error and brought back the failed building by Kai Zheng · 8 years ago
  27. e38ea12 Added some javadoc by Emmanuel Lécharny · 8 years ago
  28. d4e0a12 Added some missing Javadoc by Emmanuel Lécharny · 8 years ago
  29. 6385f83 Get rid of MyEnum in all the kerb-core classes, and a few in pkix. by Emmanuel Lécharny · 8 years ago
  30. 2bb3a58 DIRKRB-510 Fail to convert options in KadminTool. by plusplusjiajia · 8 years ago
  31. 5b6cf76 Get the pkinit anchors from config file. by plusplusjiajia · 8 years ago
  32. 803b3d0 DIRKRB-509 Add SupportedKDFs in AuthPack. by plusplusjiajia · 8 years ago
  33. d89eba7 Refine some tests. by plusplusjiajia · 8 years ago
  34. 31b9dee DIRKRB-508 Fail to convert options in KinitTool. by plusplusjiajia · 8 years ago
  35. 477415c DIRKRB-507 Add the option group in PkinitOption. by plusplusjiajia · 8 years ago
  36. d9030f6 ASN1. Allow to register value type for Any to avoid blindly decoding when possible by Kai Zheng · 8 years ago
  37. 6dca595 Fix existing encoding issues in CMS/X509/PKINIT tests, and Asn1Encodable encode may also throw IOException by Kai Zheng · 8 years ago
  38. d1075f4 Break down KrbOption into 4 ones: KrbOption, KrbKdcOption, TokenOption, PkinitOption by Kai Zheng · 8 years ago
  39. 461b724 Blindly decoding Any when type info isnt available to assist encoding thereafter by Kai Zheng · 8 years ago
  40. 9523b0a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-kerby by Kai Zheng · 8 years ago
  41. 6e1d841 Decoupled token client, pkinit client from krb client by Kai Zheng · 8 years ago
  42. 97cd36a Fixed decoding issues for newly added CMS types for envoloped contentinfo by Kai Zheng · 8 years ago
  43. cac705a Add the TestEnvelopedData. by plusplusjiajia · 8 years ago
  44. da906ab DIRKRB-499 A complete krb5 conf file parser. Contributed by Yan. by plusplusjiajia · 8 years ago
  45. b3d51fb DIRKRB-504 EnvelopedData CMS support. by plusplusjiajia · 8 years ago
  46. 1748803 The test files were misplaced by Drankye · 8 years ago
  47. 178c325 Merged change by Kai Zheng · 8 years ago
  48. a9cb890 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-kerby by Kai Zheng · 8 years ago
  49. 001c216 ASN1. Refined dump related functions in the Asn1 API by Kai Zheng · 8 years ago
  50. e2c97d2 DIRKRB-503 Add tests of decoding mit rsa protocal pkinit AsReq and AsRep. by plusplusjiajia · 8 years ago
  51. c69285a Remove old junit code by Colm O hEigeartaigh · 8 years ago
  52. 16ffe55 Adding a new build-tools module for PMD + Checkstyle configuration by Colm O hEigeartaigh · 8 years ago
  53. 5c6f6fa Add tests to PMD + also add some extra PMD rules by Colm O hEigeartaigh · 8 years ago
  54. 03792e4 Set the min bits of DH key to be 1024. by plusplusjiajia · 8 years ago
  55. 0a19b1d Merge from pkinit-support branch. by plusplusjiajia · 8 years ago
  56. f976a68 Updating PMD by Colm O hEigeartaigh · 8 years ago
  57. 56f1cee DIRKRB-496. Fully decoding the test signed data by Kai Zheng · 8 years ago
  58. 47c420c DIRKRB-495. Fixed x509 GeneralName decoding issue and enabled the test by Kai Zheng · 8 years ago
  59. 6e20e8e Fixed the building failure by Kai Zheng · 8 years ago
  60. 10c110c Add the GeneralName test. by plusplusjiajia · 8 years ago
  61. 4816806 Add the Certificate test. by plusplusjiajia · 8 years ago
  62. 0610c5d DIRKRB-494. Support ASN1 ANY type and model types that using ANY by Kai Zheng · 8 years ago
  63. b120ef3 Fixed the building test failure, enabled a test and added a new test by Kai Zheng · 8 years ago
  64. bccad6e Minor clean up by Kai Zheng · 8 years ago
  65. a21749c Merge remote-tracking branch 'asf/master' by plusplusjiajia · 8 years ago
  66. 35f8924 Add tests to decode mit pkinit anonymous AsReq and AsRep. by plusplusjiajia · 8 years ago
  67. 6471044 Added Asn1Application type for implicit encoding of application specific, and refined dumping output by Kai Zheng · 8 years ago
  68. 5f32419 ASN1. Refined dumping output and refactored some codes by Kai Zheng · 8 years ago
  69. c4b11cc DIRKRB-493. Fixed a CMS signed data encoding issue by Kai Zheng · 8 years ago
  70. 8fc0a9c Add one test for signed data type. by plusplusjiajia · 8 years ago
  71. 32c4183 CMS. The 2nd CMS test passed happily, for the signed data type by Kai Zheng · 8 years ago
  72. d72d7bd DIRKRB-492. Use hex when dumping ASN1 object tags by Kai Zheng · 8 years ago
  73. 7c00ced CMS. The first CMS test passed happily, for compressed data type by Kai Zheng · 8 years ago
  74. bed0145 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/directory-kerby by Kai Zheng · 8 years ago
  75. 8a81025 DIRKRB-491. Support decoding of primitive but constructed encoded types by Kai Zheng · 8 years ago
  76. eaa7e75 Removed some lines in output dumping data. by plusplusjiajia · 8 years ago
  77. e3c0210 A clean up by Kai Zheng · 8 years ago
  78. 19f5715 ASN1. Parser results are also Asn1Object by Kai Zheng · 8 years ago
  79. 6487cf5 ASN1. Introduced Asn1Encodeable for encode/decode methods, leaving Asn1Object of tag things so to be used in parser side by Kai Zheng · 8 years ago
  80. 2df85a4 ASN1. Minor refactorings by Kai Zheng · 8 years ago
  81. b33d3c7 ASN1. Introduced Asn1Binder to bind a parse result to an existing ASN1 object by Kai Zheng · 8 years ago
  82. b561ff5 ASN1. Introduced Asn1Converter to convert a parsing result into an ASN1 object by Kai Zheng · 8 years ago
  83. 030234b DIRKRB-490. Separate ASN1 parser by Kai Zheng · 8 years ago
  84. f37896d KERB. Consolidated tests in kerb-core-test module into kerb-core module by Kai Zheng · 8 years ago
  85. 7907cd0 Clean up unused codes by Kai Zheng · 8 years ago
  86. 1af285f CMS. Added some initial tests by Kai Zheng · 8 years ago
  87. c726e91 Print the dumping data with multi lines. by plusplusjiajia · 8 years ago
  88. 8c02c23 DIRKRB-489 Remove all redundant static in asn1 types. by plusplusjiajia · 8 years ago
  89. 013797a DIRKRB-488 Fix compare issue in TestPersonnelRecord. by plusplusjiajia · 8 years ago
  90. 870070b A minor by Kai Zheng · 8 years ago
  91. 66ff069 ASN1. Indefinitive length encoding support with added tests by Kai Zheng · 8 years ago
  92. 68c837f ASN1. Consolidate utility classes into the util package by Kai Zheng · 8 years ago
  93. 4cb4366 DIRKRB-487. Introduced the Asn1 API class by Kai Zheng · 8 years ago
  94. 75c6483 ASN1. Renamed some classes to be consistent by Kai Zheng · 8 years ago
  95. 885cff3 ASN1. Refined dumping support codes for user defined types by Kai Zheng · 8 years ago
  96. 0a7853d ASN1. Avoiding the clone of field info array by Kai Zheng · 8 years ago
  97. e1a4c3a DIRKRB-485. An ASN1 dumping utility by Kai Zheng · 8 years ago
  98. 4c7a8c4 ASN1. Allowing to return a header by Kai Zheng · 8 years ago
  99. 7c93f2e DIRKRB-486 Dumping support for built-in ASN1 types and user defined types. by plusplusjiajia · 8 years ago
  100. 597995d Renamed Asn1EnumType. by Kai Zheng · 8 years ago