1. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  2. 09 5月, 2005 1 次提交
  3. 18 5月, 2004 1 次提交
  4. 20 4月, 2004 2 次提交
  5. 26 6月, 2003 1 次提交
  6. 15 1月, 2003 1 次提交
  7. 07 1月, 2003 1 次提交
  8. 28 11月, 2002 1 次提交
  9. 17 10月, 2002 1 次提交
  10. 12 10月, 2002 3 次提交
  11. 10 7月, 2002 1 次提交
    • L
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke 提交于
      des_old.h redefines crypt:
      #define crypt(b,s)\
              DES_crypt((b),(s))
      
      This scheme leads to failure, if header files with the OS's true definition
      of crypt() are processed _after_ des_old.h was processed. This is e.g. the
      case on HP-UX with unistd.h.
      As evp.h now again includes des.h (which includes des_old.h), this problem
      only came up after this modification.
      Solution: move header files (indirectly) including e_os.h before the header
      files (indirectly) including evp.h.
      Submitted by:
      Reviewed by:
      PR:
      7b63c0fa
  12. 29 4月, 2002 1 次提交
  13. 03 4月, 2002 2 次提交
  14. 22 3月, 2002 1 次提交
  15. 14 3月, 2002 1 次提交
  16. 14 2月, 2002 1 次提交
  17. 08 2月, 2002 1 次提交
    • R
      Add aep and sureware implementations and clean up some error reasons · ba2cad19
      Richard Levitte 提交于
      that were never part of the engine framework.
      
      The aep and sureware implementations are taken directly from 0.9.6c
      [engine] and have been modified to fit the newer engine framework and
      to be possible to build shared libraries of.
      
      The aep implementation has gone through quite a bunch of tests and is
      cleaned up (there were some misunderstandings in it about how to use
      locks).
      
      The sureware hasn't been tested at all in this incarnation and is
      basically a quick hack to get it to compile properly.
      ba2cad19