1. 04 9月, 2000 6 次提交
  2. 01 9月, 2000 4 次提交
  3. 31 8月, 2000 2 次提交
  4. 28 8月, 2000 2 次提交
  5. 25 8月, 2000 2 次提交
  6. 23 8月, 2000 3 次提交
  7. 22 8月, 2000 2 次提交
    • D
      · 469938cb
      Dr. Stephen Henson 提交于
      Fixes to d2i_ASN1_OBJECT, ASN1_INTEGER_to_BN and a_strex.c
      469938cb
    • D
      Various fixes... · eaa28181
      Dr. Stephen Henson 提交于
      initialize ex_pathlen to -1 so it isn't checked if pathlen
      is not present.
      
      set ucert to NULL in apps/pkcs12.c otherwise it gets freed
      twice.
      
      remove extraneous '\r' in MIME encoder.
      
      Allow a NULL to be passed to X509_gmtime_adj()
      
      
      Make PKCS#7 code use definite length encoding rather then
      the indefinite stuff it used previously.
      eaa28181
  8. 19 8月, 2000 1 次提交
  9. 18 8月, 2000 8 次提交
  10. 17 8月, 2000 2 次提交
  11. 16 8月, 2000 1 次提交
  12. 15 8月, 2000 1 次提交
  13. 14 8月, 2000 2 次提交
  14. 12 8月, 2000 3 次提交
  15. 11 8月, 2000 1 次提交
    • R
      Abdelilah Essiari <aes@george.lbl.gov> reports that for very small · 35140f33
      Richard Levitte 提交于
      records, EVP_EncodeUpdate() may misbehave.  This happens when there's
      a record boundary between the two ending b64 equal signs, which makes
      EVP_EncodeUpdate think there has been more than one EOF, and therefore
      add an extra NUL at the end of the output buffer.  This fix corrects
      that problem.
      35140f33