1. 28 9月, 2019 1 次提交
  2. 13 10月, 2017 1 次提交
  3. 18 5月, 2016 1 次提交
  4. 03 4月, 2016 1 次提交
  5. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  6. 14 5月, 2015 1 次提交
  7. 22 1月, 2015 1 次提交
  8. 26 1月, 2011 1 次提交
  9. 03 2月, 2007 1 次提交
  10. 08 4月, 2003 1 次提交
  11. 31 1月, 2003 1 次提交
  12. 26 9月, 2001 1 次提交
    • G
      This commits changes to various parts of libcrypto required by the recent · cb78486d
      Geoff Thorpe 提交于
      ENGINE surgery. DH, DSA, RAND, and RSA now use *both* "method" and ENGINE
      pointers to manage their hooking with ENGINE. Previously their use of
      "method" pointers was replaced by use of ENGINE references. See
      crypto/engine/README for details.
      
      Also, remove the ENGINE iterations from evp_test - even when the
      cipher/digest code is committed in, this functionality would require a
      different set of API calls.
      cb78486d
  13. 07 11月, 2000 1 次提交
  14. 27 10月, 2000 1 次提交
  15. 23 8月, 1999 1 次提交
  16. 24 4月, 1999 1 次提交
  17. 23 4月, 1999 1 次提交
  18. 20 4月, 1999 1 次提交
  19. 10 4月, 1999 1 次提交
  20. 16 2月, 1999 1 次提交
  21. 21 12月, 1998 3 次提交