Commit History

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