1. 0172f98 Fixed ms/32all.bat script: `no_asm' -> `no-asm' by Ralf S. Engelschall · 26 years ago
  2. 79dfa97 New program 'nseq' added to apps to allow Netscape certificate sequences to by Dr. Stephen Henson · 26 years ago
  3. 9fe8429 Allow the -certfile argument to be used multiple times in crl2pkcs7. by Dr. Stephen Henson · 26 years ago
  4. 288cb84 Fill in more contents for the openssl(1) manpage. by Ralf S. Engelschall · 26 years ago
  5. 7ae01d4 One more incorrect name in usage page by Ralf S. Engelschall · 26 years ago
  6. b6cff93 Fix names in usage page of s_time, s_server and s_client by Ralf S. Engelschall · 26 years ago
  7. a0a5407 Fixes to BN code. Previously the default was to define BN_RECURSION by Mark J. Cox · 26 years ago
  8. 8938272 Remember to add the new file this time :-) by Dr. Stephen Henson · 26 years ago
  9. 92c046c Add ASN1 code for netscape certificate sequences. by Dr. Stephen Henson · 26 years ago
  10. a27598b Add a few extended key usage OIDs. by Dr. Stephen Henson · 26 years ago
  11. b234766 Still more X509 V3 stuff. Modify ca.c to work with the new code and modify by Dr. Stephen Henson · 26 years ago
  12. fd9d35f Oops. One header too many. by Ben Laurie · 26 years ago
  13. f3d2e56 Update dependencies. by Ben Laurie · 26 years ago
  14. 8a52221 Declare correctly on FreeBSD. by Ben Laurie · 26 years ago
  15. a224de3 Reduce header dependencies. by Ben Laurie · 26 years ago
  16. f317aa4 More X509 V3 stuff. Add support for extensions in the 'req' application by Dr. Stephen Henson · 26 years ago
  17. d0cc3d3 Add file x509v3.err. by Dr. Stephen Henson · 26 years ago
  18. 9535d20 Make sure people know when they need to rebuild the Makefile. by Ben Laurie · 26 years ago
  19. 41c62a8 Minor constification. by Ben Laurie · 26 years ago
  20. 834eeef Continuing adding X509 V3 support. This starts to integrate the code with by Dr. Stephen Henson · 26 years ago
  21. 9aeaf1b Initial addition of new X509 V3 files, tidy of old files. by Dr. Stephen Henson · 26 years ago
  22. 69d1dfb Start keeping track of wishes people make on our mailing lists to make sure we by Ralf S. Engelschall · 26 years ago
  23. 1bbd21e Correct bracketing error. by Ben Laurie · 26 years ago
  24. 9b5cc15 Continued patches so certificates and CRLs now can support and use by Dr. Stephen Henson · 26 years ago
  25. 6f93539 This time, get it right. by Ben Laurie · 26 years ago
  26. 8039257 Finally lay dependencies to rest (I hope!). by Ben Laurie · 26 years ago
  27. b13a155 Spelling mistake. by Ben Laurie · 26 years ago
  28. fdc71ec by Dr. Stephen Henson · 26 years ago
  29. 6c8abdd New err_code.pl script to retain old error codes. This should allow the use by Dr. Stephen Henson · 26 years ago
  30. 4a66b7e Ignore auto-generated programs. by Ben Laurie · 26 years ago
  31. 690ad20 Dispose of generated programs. by Ben Laurie · 26 years ago
  32. 649cdb7 Fix major cockup with short keys in CAST-128. by Ben Laurie · 26 years ago
  33. fdd3b64 Update CHANGES for GeneralizedTime info. by Dr. Stephen Henson · 26 years ago
  34. dabba11 Correct Linux 1 recognition. Contributed by: Ulf Möller <ulf@fitug.de> by Ben Laurie · 26 years ago
  35. f9e6fac Oops. Missing NULL frees. by Ben Laurie · 26 years ago
  36. 512d222 Remove pointless MD5 hash. Contributed by: Anonymous <nobody@replay.com> by Ben Laurie · 26 years ago
  37. 2c1ef38 Generate an error on an invalid directory. by Ben Laurie · 26 years ago
  38. f6aed2c Time to blow up the source tree :-) This is the beginning of support for by Dr. Stephen Henson · 26 years ago
  39. c3ae9a4 More prototypes. by Ben Laurie · 26 years ago
  40. f06b01e More prototypes. by Ben Laurie · 26 years ago
  41. da10692 More prototypes. by Ben Laurie · 26 years ago
  42. f7ba298 More prototypes. by Ben Laurie · 26 years ago
  43. 207ccf6 More prototypes. by Ben Laurie · 26 years ago
  44. cd3916c More prototypes. by Ben Laurie · 26 years ago
  45. ee13f9b Fix parameters to dummy function BN_ref_mod_exp(). by Dr. Stephen Henson · 26 years ago
  46. 27eb622 by Dr. Stephen Henson · 26 years ago
  47. 2d72390 Fix OBJ_txt2nid(): old function was broken when input used the "dot" form, e.g. by Dr. Stephen Henson · 26 years ago
  48. a6801a9 Add prototype, fix parameter passing bug. by Ben Laurie · 26 years ago
  49. 1933485 Fix comment. by Ben Laurie · 26 years ago
  50. 50acf46 Sort openssl functions by name. by Ben Laurie · 26 years ago
  51. 7f9b7b0 Fix the gendsa program and add it to the app list. The progs.h file is by Dr. Stephen Henson · 26 years ago
  52. cf6dcfe Get rid of redundant files. by Ben Laurie · 26 years ago
  53. e03ddfa Accept NULL in *_free. by Ben Laurie · 26 years ago
  54. 6fa89f9 Fix DH key generation. Contributed by: Anonymous <nobody@replay.com> by Ben Laurie · 26 years ago
  55. c13d479 Send the right CAs to the client. by Ben Laurie · 26 years ago
  56. bc4deee Fix numeric -newkey args. by Ben Laurie · 26 years ago
  57. 5b00115 Fix export tests. by Ben Laurie · 26 years ago
  58. f8c3c05 Make the world a safer place (if people object to this kind of change, speak up by Ben Laurie · 26 years ago
  59. 384c479 Oops! update CHANGES file properly. by Dr. Stephen Henson · 26 years ago
  60. ad65ce7 Fix things so DH_free() will be no-op when passed NULL, like RSA_free() and by Dr. Stephen Henson · 26 years ago
  61. e416ad9 Free the right thing. by Ben Laurie · 26 years ago
  62. 4a18cdd Only free if it ain't NULL. by Ben Laurie · 26 years ago
  63. bb65e20 Remove the bugfix that was really a bug. by Ben Laurie · 26 years ago
  64. b5e406f Pass on BIO_CTRL_FLUSH. Submitted by: Arne Ansper <arne@ats.cyber.ee> by Ben Laurie · 26 years ago
  65. 8880071 The dir is named util/ and better to explicitly call the by Paul C. Sutton · 26 years ago
  66. 10061c7 More EVP_PKEY patches for new functionality. by Dr. Stephen Henson · 26 years ago
  67. cb0f35d Make sure the already existing X509_STORE->depth variable is initialized by Ralf S. Engelschall · 26 years ago
  68. 8a8d8ed The dir is named util/ and better to explicitly call the by Ralf S. Engelschall · 26 years ago
  69. 4c7b481 More .cvsignore stuff to make CVS quiet on our generated files. by Ralf S. Engelschall · 26 years ago
  70. 098fc2c Remove one EVP_PKEY_free() that shouldn't be there. by Dr. Stephen Henson · 26 years ago
  71. cfcf645 Make sure applications free up pkey structures and add netscape extension by Dr. Stephen Henson · 26 years ago
  72. cdbb8c2 Fix reference counting. by Ben Laurie · 26 years ago
  73. c2245b6 Don't confuse matters by using the wrong library. by Ben Laurie · 26 years ago
  74. 288370e Fix tests for ssleay -> openssl. by Ben Laurie · 26 years ago
  75. 2ec077d A few train of thoughts about the build procedure mess by Ralf S. Engelschall · 26 years ago
  76. c142bdf Update scripts to use "openssl" instead of "ssleay" by Paul C. Sutton · 26 years ago
  77. c9f06e7 Reflect change from "ssleay" to "openssl" as the main binary name. by Paul C. Sutton · 26 years ago
  78. 724e095 Various ssleay to openssl fixups by Paul C. Sutton · 26 years ago
  79. 794b9c8 Binary is now apps/openssl not apps/ssleay so use the new name when by Paul C. Sutton · 26 years ago
  80. 251f25e A couple more ssleay.cnf to openssl.cnf changes by Paul C. Sutton · 26 years ago
  81. e170a5c Some more changes for renaming the binary from ssleay to openssl. by Paul C. Sutton · 26 years ago
  82. 06d5b16 First cut of a cleanup for apps/. First the `ssleay' program is now named by Ralf S. Engelschall · 26 years ago
  83. 0491b70 Make GCC happy by removing an unused variable defintion. by Ralf S. Engelschall · 26 years ago
  84. c35f549 Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always have by Dr. Stephen Henson · 26 years ago
  85. ebc828c Add extended key usage OID and update STATUS file. by Dr. Stephen Henson · 26 years ago
  86. 96e479e cleanup of apps/ and an answer by Ralf S. Engelschall · 26 years ago
  87. a472dde ssldir.pl did not correctly set the directory in utils/mk1mk.pl when by Paul C. Sutton · 26 years ago
  88. 68a8a41 Add votes by Paul C. Sutton · 26 years ago
  89. 79e259e Make the installation documentation easier to follow. by Paul C. Sutton · 26 years ago
  90. 56ee311 Makefiles updated to exit if an error occurs in a sub-directory make by Paul C. Sutton · 26 years ago
  91. 8f3e97b This is a quick hack conversion of the 'CA.sh' script to perl. It fixes one by stephen · 26 years ago
  92. f7ceceb Remove more old temporary files from CVS by Ralf S. Engelschall · 26 years ago
  93. 6063b27 Document recent changes. by Ben Laurie · 26 years ago
  94. c77f1b3 Fix name delete problem. by Ben Laurie · 26 years ago
  95. c54b4ee Fix pem/err ordering. by Ben Laurie · 26 years ago
  96. c1374a7 A hint about the license by Ralf S. Engelschall · 26 years ago
  97. a6f20a1 Some issues for voting by Ralf S. Engelschall · 26 years ago
  98. 9f28c57 More structuring and sorting of the SSL API documentation. by Ralf S. Engelschall · 26 years ago
  99. fcc6c71 Puhhh... now we've documented the prototypes of all 214 API "functions". This by Ralf S. Engelschall · 26 years ago
  100. 9cb0969 Fix version stuff: by Ralf S. Engelschall · 26 years ago