1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 17 8月, 2017 1 次提交
  6. 19 8月, 2016 1 次提交
  7. 18 5月, 2016 1 次提交
  8. 09 2月, 2016 2 次提交
  9. 06 2月, 2016 1 次提交
  10. 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
  11. 25 6月, 2015 1 次提交
  12. 14 5月, 2015 1 次提交
  13. 11 5月, 2015 1 次提交
  14. 01 5月, 2015 1 次提交
    • R
      free NULL cleanup 5a · 222561fe
      Rich Salz 提交于
      Don't check for NULL before calling a free routine.  This gets X509_.*free:
          x509_name_ex_free X509_policy_tree_free X509_VERIFY_PARAM_free
          X509_STORE_free X509_STORE_CTX_free X509_PKEY_free
          X509_OBJECT_free_contents X509_LOOKUP_free X509_INFO_free
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      222561fe
  15. 28 3月, 2015 1 次提交
    • R
      free NULL cleanup · c5ba2d99
      Rich Salz 提交于
      EVP_.*free; this gets:
              EVP_CIPHER_CTX_free EVP_PKEY_CTX_free EVP_PKEY_asn1_free
              EVP_PKEY_asn1_set_free EVP_PKEY_free EVP_PKEY_free_it
              EVP_PKEY_meth_free; and also EVP_CIPHER_CTX_cleanup
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      c5ba2d99
  16. 29 1月, 2015 1 次提交
  17. 22 1月, 2015 1 次提交
  18. 29 5月, 2014 1 次提交
  19. 28 2月, 2012 1 次提交
    • D
      PR: 2737 · 161c9b42
      Dr. Stephen Henson 提交于
      Submitted by: Remi Gacogne <rgacogne-bugs@coredump.fr>
      
      Fix double free in PKCS12_parse if we run out of memory.
      161c9b42
  20. 05 4月, 2009 1 次提交
  21. 03 4月, 2009 1 次提交
  22. 06 11月, 2008 1 次提交
  23. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  24. 05 12月, 2004 1 次提交
  25. 03 4月, 2001 1 次提交
  26. 31 12月, 2000 1 次提交
    • D
      · ecbe0781
      Dr. Stephen Henson 提交于
      Rewrite PKCS#12 code and remove some of the old
      horrible macros.
      
      Fix two evil ASN1 bugs. Attempt to use 'ctx' when
      NULL if input is indefinite length constructed
      in asn1_check_tlen() and invalid pointer to ASN1_TYPE
      when reusing existing structure (this took *ages* to
      find because the new PKCS#12 code triggered it).
      ecbe0781
  27. 18 9月, 2000 1 次提交
  28. 08 9月, 2000 1 次提交
  29. 21 6月, 2000 1 次提交
    • D
      · 7ef82068
      Dr. Stephen Henson 提交于
      Handle ASN1_SET_OF and PKCS12_STACK_OF using function
      casts in the same way as STACK_OF.
      7ef82068
  30. 17 5月, 2000 2 次提交
  31. 16 5月, 2000 1 次提交
  32. 04 5月, 2000 1 次提交
  33. 22 3月, 2000 1 次提交
  34. 05 3月, 2000 1 次提交
  35. 20 10月, 1999 1 次提交
  36. 27 4月, 1999 1 次提交
  37. 24 4月, 1999 1 次提交