1. 05 4月, 2011 1 次提交
  2. 26 3月, 2011 1 次提交
  3. 28 1月, 2011 2 次提交
  4. 26 1月, 2011 1 次提交
    • D
      And so it begins... again. · 2b4b28dc
      Dr. Stephen Henson 提交于
      Initial FIPS 140-2 code ported to HEAD. Doesn't even compile yet, may have
      missing files, extraneous files and other nastiness.
      
      In other words: it's experimental ATM, OK?
      2b4b28dc
  5. 20 10月, 2008 1 次提交
  6. 18 5月, 2004 1 次提交
  7. 04 12月, 2002 1 次提交
  8. 12 8月, 2002 2 次提交
  9. 22 3月, 2002 1 次提交
  10. 22 11月, 2001 1 次提交
  11. 25 10月, 2001 1 次提交
    • R
      Due to an increasing number of clashes between modern OpenSSL and · c2e4f17c
      Richard Levitte 提交于
      libdes (which is still used out there) or other des implementations,
      the OpenSSL DES functions are renamed to begin with DES_ instead of
      des_.  Compatibility routines are provided and declared by including
      openssl/des_old.h.  Those declarations are the same as were in des.h
      when the OpenSSL project started, which is exactly how libdes looked
      at that time, and hopefully still looks today.
      
      The compatibility functions will be removed in some future release, at
      the latest in version 1.0.
      c2e4f17c
  12. 21 10月, 2001 1 次提交
    • B
      New functions SSL[_CTX]_set_msg_callback(). · a661b653
      Bodo Möller 提交于
      New macros SSL[_CTX]_set_msg_callback_arg().
      
      Message callback imlementation for SSL 3.0/TLS 1.0 (no SSL 2.0 yet).
      
      New '-msg' option for 'openssl s_client' and 'openssl s_server'
      that enable a message callback that displays all protocol messages.
      
      
      In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if
      client_version is smaller than the protocol version in use.
      Also change ssl23_get_client_hello (ssl/s23_srvr.c) to select TLS 1.0
      if the client demanded SSL 3.0 but only TLS 1.0 is enabled; then the
      client will at least see that alert.
      
      Fix SSL[_CTX]_ctrl prototype (void * instead of char * for generic
      pointer).
      
      Add/update some OpenSSL copyright notices.
      a661b653
  13. 31 7月, 2001 1 次提交
  14. 24 6月, 2001 1 次提交
  15. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  16. 10 1月, 2001 1 次提交
  17. 11 2月, 2000 1 次提交
  18. 27 4月, 1999 1 次提交
  19. 24 4月, 1999 1 次提交
  20. 20 4月, 1999 1 次提交
  21. 08 3月, 1999 1 次提交
  22. 21 12月, 1998 3 次提交