Commit History

作者 SHA1 備註 提交日期
  KaoruToda 26a7d938c9 Remove parentheses of return. 7 年之前
  Richard Levitte b379fe6cd0 NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard 7 年之前
  Dr. Stephen Henson 7539418981 Add EVP_DigestSign and EVP_DigesVerify 7 年之前
  Rich Salz 2039c421b0 Copyright consolidation 08/10 8 年之前
  Rich Salz 349807608f Remove /* foo.c */ comments 9 年之前
  Dr. Stephen Henson 3aeb934865 make EVP_PKEY opaque 8 年之前
  Richard Levitte bfb0641f93 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 9 年之前
  Richard Levitte 6e59a892db Adjust all accesses to EVP_MD_CTX to use accessor functions. 9 年之前
  Richard Levitte b39fc56061 Identify and move common internal libcrypto header files 9 年之前
  Rich Salz 16f8d4ebf0 memset, memcpy, sizeof consistency fixes 9 年之前
  Rich Salz 4b45c6e52b free cleanup almost the finale 9 年之前
  Dr. Stephen Henson 5fe736e5fc Move some ASN.1 internals to asn1_int.h 9 年之前
  Matt Caswell 0f113f3ee4 Run util/openssl-format-source -v -c . 9 年之前
  Dr. Stephen Henson cb62ab4b17 use correct function name 10 年之前
  Dr. Stephen Henson 684400ce19 Fix various certificate fingerprint issues. 10 年之前
  Jonas Maebe c9c63b0180 ASN1_verify, ASN1_item_verify: cleanse and free buf_in on error path 11 年之前
  Dr. Stephen Henson b48310627d Don't try and verify signatures if key is NULL (CVE-2013-0166) 11 年之前
  Dr. Stephen Henson d7d5a55d22 Support routines for ASN1 scanning function, doesn't do much yet. 14 年之前
  Dr. Stephen Henson 31904ecdf3 RSA PSS verification support including certificates and certificate 14 年之前
  Dr. Stephen Henson a5667732b9 update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerify 14 年之前
  Dr. Stephen Henson b6dcdbfc94 Audit libcrypto for unchecked return values: fix all cases enountered 15 年之前
  Bodo Möller d326582cab ASN1_item_verify needs to initialize ctx before any "goto err" can 18 年之前
  Dr. Stephen Henson ee1d9ec019 Remove link between digests and signature algorithms. 18 年之前
  Bodo Möller fbeaa3c47d Update util/ck_errf.pl script, and have it run automatically 19 年之前
  Dr. Stephen Henson 2deadf1672 Port from stable branch. 19 年之前
  Ben Laurie 8bb826ee53 Consistency. 19 年之前
  Ben Laurie 41a15c4f0f Give everything prototypes (well, everything that's actually used). 19 年之前
  Richard Levitte bf746f0f46 Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate might 20 年之前
  Richard Levitte 4579924b7e Cleanse memory using the new OPENSSL_cleanse() function. 22 年之前
  Dr. Stephen Henson 20d2186c87 23 年之前