1. 08 Sep, 1999 2 commits
    • Dr. Stephen Henson's avatar
      This is preliminary support for an "RSA null" cipher. Unfortunately when · 4a61a64f
      Dr. Stephen Henson authored
      OpenSSL is compiled with NO_RSA, no RSA operations can be used: including
      key generation storage and display of RSA keys. Since these operations are
      not covered by the RSA patent (my understanding is it only covers encrypt,
      decrypt, sign and verify) they can be included: this is an often requested
      feature, attempts to use the patented operations return an error code.
      
      This is enabled by setting RSA_NULL. This means that if a particular application
      has its own legal US RSA implementation then it can use that instead by setting
      it as the default RSA method.
      
      Still experimental and needs some fiddling of the other libraries so they have
      some options that don't attempt to use RSA if it isn't allowed.
      4a61a64f
    • Ulf Möller's avatar
      6882a964
  2. 07 Sep, 1999 5 commits
  3. 06 Sep, 1999 2 commits
  4. 05 Sep, 1999 3 commits
    • Bodo Möller's avatar
      Reinitialize conf to NULL whenver ca application is started. · a32640b0
      Bodo Möller authored
      Submitted by: Lennart Bang
      a32640b0
    • Andy Polyakov's avatar
      SHA clean-up Intel assembler companion. · 69fb1c3f
      Andy Polyakov authored
      I've chosen to nest two functions in order to save about 4K. As a result
      s1-win32.asm doesn't look right (nested PROC/ENDP SEGMENT/ENDS) and it's
      probably impossible to compile. I assume I have to reconsider... But not
      today...
      69fb1c3f
    • Andy Polyakov's avatar
      SHA clean-up and (LP64) tune-up. · 7f7c318c
      Andy Polyakov authored
      "Clean-up" stands for the fact that it's using common message digest
      template ../md32_common.h and sha[1_]dgst.c are reduced down to
      '#define SHA_[01]' and then '#include "sha_locl.h"'. It stands "(LP64)"
      there because it's 64 bit platforms which benefit most from the tune-up.
      The updated code exhibits 40% performance improvement on IRIX64
      (sounds too good, huh? I probably should double check if it's not
      some cache trashing that was holding it back before), 28% - on
      Alpha Linux and 12% - Solaris 7/64.
      7f7c318c
  5. 04 Sep, 1999 1 commit
  6. 03 Sep, 1999 8 commits
  7. 01 Sep, 1999 1 commit
  8. 28 Aug, 1999 5 commits
  9. 27 Aug, 1999 1 commit
  10. 25 Aug, 1999 2 commits
  11. 24 Aug, 1999 3 commits
  12. 23 Aug, 1999 1 commit
  13. 22 Aug, 1999 1 commit
  14. 19 Aug, 1999 1 commit
  15. 18 Aug, 1999 2 commits
  16. 17 Aug, 1999 2 commits