1. 28 12月, 2004 1 次提交
  2. 02 12月, 2004 1 次提交
  3. 31 5月, 2004 1 次提交
  4. 08 3月, 2004 1 次提交
  5. 29 1月, 2004 1 次提交
  6. 29 11月, 2003 1 次提交
  7. 04 7月, 2003 1 次提交
  8. 24 3月, 2003 1 次提交
  9. 21 3月, 2003 1 次提交
  10. 14 3月, 2003 1 次提交
  11. 20 12月, 2002 2 次提交
  12. 15 11月, 2002 1 次提交
  13. 02 8月, 2002 1 次提交
  14. 13 6月, 2002 1 次提交
  15. 06 6月, 2002 1 次提交
  16. 26 4月, 2002 1 次提交
  17. 15 4月, 2002 1 次提交
  18. 14 3月, 2002 1 次提交
  19. 06 3月, 2002 1 次提交
  20. 05 3月, 2002 1 次提交
  21. 16 2月, 2002 1 次提交
  22. 04 12月, 2001 1 次提交
    • R
      UID was never a lable for uniqueIdentifier. However, LDAP and certain · d4704d52
      Richard Levitte 提交于
      RFCs concerning X.500 directories use UID as a shorter name for the
      attribute type userId, which is defined by CCITT and available through
      RFCs 1274 and 2247.
      
      Unfortunately, if some applications have used the name "UID" for the
      uniqueIdentifier attribute type, they will produce incorrect results.
      However, I found it better to follow the standards that are out there
      rather than having our own incompatible one.
      d4704d52
  23. 03 12月, 2001 1 次提交
  24. 11 10月, 2001 1 次提交
  25. 10 10月, 2001 1 次提交
  26. 21 7月, 2001 1 次提交
  27. 11 6月, 2001 1 次提交
  28. 12 3月, 2001 1 次提交
  29. 06 3月, 2001 1 次提交
  30. 26 2月, 2001 1 次提交
    • R
      make update · d88a26c4
      Richard Levitte 提交于
      Note that all *_it variables are suddenly non-existant according to
      libeay.num.  This is a bug that will be corrected.  Please be patient.
      d88a26c4
  31. 16 2月, 2001 1 次提交
  32. 08 2月, 2001 1 次提交
    • D
      · deb2c1a1
      Dr. Stephen Henson 提交于
      Fix AES code.
      
      Update Rijndael source to v3.0
      
      Add AES OIDs.
      
      Change most references of Rijndael to AES.
      
      Add new draft AES ciphersuites.
      deb2c1a1
  33. 06 2月, 2001 1 次提交
  34. 15 10月, 2000 1 次提交
  35. 19 8月, 2000 1 次提交
  36. 05 7月, 2000 1 次提交
    • R
      I got sick and tired of having to keep track of NIDs when such a thing · c2bbf9cf
      Richard Levitte 提交于
      could be done automagically, much like the numbering in libeay.num and
      ssleay.num.  The solution works as follows:
      
        - New object identifiers are inserted in objects.txt, following the
          syntax given in objects.README.
        - objects.pl is used to process obj_mac.num and create a new
          obj_mac.h.
        - obj_dat.pl is used to create a new obj_dat.h, using the data in
          obj_mac.h.
      
      This is currently kind of a hack, and the perl code in objects.pl
      isn't very elegant, but it works as I intended.  The simplest way to
      check that it worked correctly is to look in obj_dat.h and check the
      array nid_objs and make sure the objects haven't moved around (this is
      important!).  Additions are OK, as well as consistent name changes.
      c2bbf9cf