1. 65b3dff apps/req.c: flag "-new" is implied by "-precert" by Rob Percival · 8 years ago
  2. b6486bf Adds a "-precert" flag to "openssl req" for creating pre-certificates by Rob Percival · 8 years ago
  3. 0cb8c9d Change req_check_len error message, it also accepts 20 bytes, but states 'less than' in the error message by lrns · 8 years ago
  4. be4c82a Fix parsing of serial# in req by Rich Salz · 8 years ago
  5. dd1abd4 If an engine comes up explicitely, it must also come down explicitely by Richard Levitte · 8 years ago
  6. 44c83eb Constify command options by FdaSilvaYY · 8 years ago
  7. efba778 Clarify the error messages in 08f6ae5b28 by Matt Caswell · 9 years ago
  8. 08f6ae5 Fix some resource leaks in the apps by Matt Caswell · 9 years ago
  9. 599e590 Make 'openssl req -x509' more equivalent to 'openssl req -new' by Richard Levitte · 9 years ago
  10. dc047d3 Set certificate times in one function. by Dr. Stephen Henson · 9 years ago
  11. cc69629 Constify char* input parameters in apps code by FdaSilvaYY · 9 years ago
  12. 1c72f70 Use more X509_REQ_get0_pubkey & X509_get0_pubkey by FdaSilvaYY · 9 years ago
  13. 6b4a77f Whitespace cleanup in apps by FdaSilvaYY · 9 years ago
  14. 14d3c0d apps/req.c: Increment the right variable when parsing '+' by Richard Levitte · 9 years ago
  15. 2ac6115 Deal with the consequences of constifying getters by Richard Levitte · 9 years ago
  16. 57358a8 req command incorrectly displays the bits for an EC key by Matt Caswell · 9 years ago
  17. 846e33c Copyright consolidation 01/10 by Rich Salz · 9 years ago
  18. c821def Don't load same config file twice. by Dr. Stephen Henson · 9 years ago
  19. 7b8cc9b Deprecate OBJ_cleanup() and make it a no-op by Matt Caswell · 9 years ago
  20. 9862e9a Make the RSA structure opaque by Richard Levitte · 9 years ago
  21. 173f613 Fix a shadow symbol warning by FdaSilvaYY · 9 years ago
  22. c513747 Use X509_REQ_get0_pubkey by FdaSilvaYY · 9 years ago
  23. c6aca19 Don't free up EVP_MD_CTX. by Schüller Felix · 9 years ago
  24. ebc4815 Don't free NCONF obtained values by Viktor Dukhovni · 9 years ago
  25. 7c96dbc GH715: ENGINE_finish can take NULL by Rich Salz · 9 years ago
  26. b5292f7 GH480: Don't break statements with CPP stuff. by Flavio Medeiros · 9 years ago
  27. 0335851 argv was set but unused by Kurt Roeckx · 9 years ago
  28. 9a13bb3 GH681: More command help cleanup by Rich Salz · 9 years ago
  29. a762655 RT 3854: Update apps/req by Emilia Kasper · 9 years ago
  30. 43db7aa Fix engine key support in cms and req utilities. by Dr. Stephen Henson · 9 years ago
  31. 69ac182 GH634: fix potential memory leak by Insu Yun · 9 years ago
  32. 3aeb934 make EVP_PKEY opaque by Dr. Stephen Henson · 9 years ago
  33. 7644a9a Rename some BUF_xxx to OPENSSL_xxx by Rich Salz · 9 years ago
  34. bfb0641 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) by Richard Levitte · 9 years ago
  35. 6e59a89 Adjust all accesses to EVP_MD_CTX to use accessor functions. by Richard Levitte · 9 years ago
  36. 96487cd Continue standardisation of malloc handling in apps by Matt Caswell · 9 years ago
  37. 1dce6c3 Rename -set-serial command to req by Matt Caswell · 9 years ago
  38. bdd58d9 Change the way apps open their input and output files by Richard Levitte · 10 years ago
  39. d303b9d Make the handling of output and input formats consistent by Richard Levitte · 10 years ago
  40. 124055a make X509_REQ opaque by Dr. Stephen Henson · 10 years ago
  41. d8c054f Remove asn1-kludge option. by Dr. Stephen Henson · 10 years ago
  42. 902c6b9 RT3961: Fix switch/case errors in flag parsing by Adam Eijdenberg · 10 years ago
  43. f1cece5 Make "oneline" the default for nameopt by Richard Levitte · 10 years ago
  44. 3b061a0 RT2547: Tighten perms on generated privkey files by Rich Salz · 10 years ago
  45. 29eca1c Fix argument processing error from the option parsing change over. by Tim Hudson · 10 years ago
  46. 9c3bcfa Standardize handling of #ifdef'd options. by Rich Salz · 10 years ago
  47. 296f54e Restore module loading by Richard Levitte · 10 years ago
  48. 2142519 Fix double BIO_free in req by Richard Levitte · 10 years ago
  49. cc01d21 RT3876: Only load config when needed by Rich Salz · 10 years ago
  50. cf89a80 RT3861: Mem/bio leak in req command by Hanno Böck · 10 years ago
  51. 75ebbd9 Use p==NULL not !p (in if statements, mainly) by Rich Salz · 10 years ago
  52. 86885c2 Use "==0" instead of "!strcmp" etc by Rich Salz · 10 years ago
  53. 25aaa98 free NULL cleanup -- coda by Rich Salz · 10 years ago
  54. efa7dd6 free NULL cleanup 11 by Rich Salz · 10 years ago
  55. b548a1f free null cleanup finale by Rich Salz · 10 years ago
  56. 333b070 fewer NO_ENGINE #ifdef's by Rich Salz · 10 years ago
  57. 7e1b748 Big apps cleanup (option-parsing, etc) by Rich Salz · 10 years ago
  58. c5ba2d9 free NULL cleanup by Rich Salz · 10 years ago
  59. 10bf4fc Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC by Rich Salz · 10 years ago
  60. 68b00c2 ifdef cleanup part 3: OPENSSL_SYSNAME by Rich Salz · 10 years ago
  61. 50e735f Re-align some comments after running the reformat script. by Matt Caswell · 10 years ago
  62. 0f113f3 Run util/openssl-format-source -v -c . by Matt Caswell · 10 years ago
  63. 6d23cf9 RT3548: Remove unsupported platforms by Rich Salz · 10 years ago
  64. 3a83462 Further comment amendments to preserve formatting prior to source reformat by Matt Caswell · 10 years ago
  65. 1d97c84 mark all block comments that need format preserving so that by Tim Hudson · 10 years ago
  66. 5bafb04 Remove redundant OPENSSL_NO_DEPRECATED suppression by Matt Caswell · 10 years ago
  67. 5cf3795 RT3543: Remove #ifdef LINT by Rich Salz · 10 years ago
  68. b00676b Fix infinite loop. PR#3347 by Viktor Dukhovni · 11 years ago
  69. 3343220 Use defaults bits in req when not given by Kurt Roeckx · 11 years ago
  70. 5628ec6 typo by Mat · 12 years ago
  71. 256f957 make -subj always override config file by Dr. Stephen Henson · 12 years ago
  72. 4c623cd add -sigopt option to ca utility by Dr. Stephen Henson · 15 years ago
  73. cdb182b new sigopt and PSS support for req and x509 utilities by Dr. Stephen Henson · 15 years ago
  74. 77163b6 don't leave bogus errors in the queue by Dr. Stephen Henson · 15 years ago
  75. 0e039aa Fix warnings about ignoring fgets return value by Dr. Stephen Henson · 15 years ago
  76. c869da8 Update from 1.0.0-stable by Dr. Stephen Henson · 16 years ago
  77. d4f0339 Update from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
  78. e5fa864 Updates from 1.0.0-stable. by Dr. Stephen Henson · 16 years ago
  79. 87d3a0c Experimental new date handling routines. These fix issues with X509_time_adj() by Dr. Stephen Henson · 16 years ago
  80. 5ce278a More type-checking. by Ben Laurie · 17 years ago
  81. 718f8f7 Fix from stable branch. by Dr. Stephen Henson · 17 years ago
  82. 710069c Fix warnings. by Dr. Stephen Henson · 18 years ago
  83. 6a983d4 Fix a bug recently introduced when updating this file to use the new by Bodo Möller · 19 years ago
  84. 01b8b3c Complete EVP_PKEY_ASN1_METHOD ENGINE support. by Dr. Stephen Henson · 19 years ago
  85. 98c82b8 Gather keygen options in req and only use them after all other options have by Dr. Stephen Henson · 19 years ago
  86. 759d8ac Typo. by Dr. Stephen Henson · 19 years ago
  87. 959e8df Update 'req' command to use new keygen API. by Dr. Stephen Henson · 19 years ago
  88. 0391968 Add support for default public key digest type ctrl. by Dr. Stephen Henson · 19 years ago
  89. ee1d9ec Remove link between digests and signature algorithms. by Dr. Stephen Henson · 19 years ago
  90. 67b6f1c fix problems found by coverity: remove useless code by Nils Larsch · 19 years ago
  91. 3eeaab4 make by Nils Larsch · 20 years ago
  92. ea1b02d OPENSSL_Applink update. by Andy Polyakov · 20 years ago
  93. 9dd8405 ecc api cleanup; summary: by Nils Larsch · 20 years ago
  94. 7d72723 some const fixes by Nils Larsch · 20 years ago
  95. 12bdb64 use SHA-1 as the default digest for the apps/openssl commands by Nils Larsch · 20 years ago
  96. 00dd8f6 In "req" exit immediately if configuration file is needed and it can't by Dr. Stephen Henson · 20 years ago
  97. bcfea9f Allow RSA key-generation to specify an arbitrary public exponent. Jelte by Geoff Thorpe · 21 years ago
  98. 64674bc Reduce chances of issuer and serial number duplication by use of random by Dr. Stephen Henson · 21 years ago
  99. 6c43032 minor signed/unsigned warning fixes by Geoff Thorpe · 21 years ago
  100. d420ac2 Use BUF_strlcpy() instead of strcpy(). by Richard Levitte · 21 years ago