42 次代码提交 (160f4ef14c12d8b846eeac498de10a0633f6d2f4)

作者 SHA1 备注 提交日期
  David Benjamin c85573ccd8 Ensure BN_asc2bn, BN_dec2bn, and BN_hex2bn never give -0. 9 年前
  Brian Smith 054e682675 Eliminate unnecessary includes from low-level crypto modules. 9 年前
  Brian Smith a039d70270 Enable MSVC warning C4701, use of potentially uninitialized variable. 9 年前
  David Benjamin 2f18c1babb Prune away (almost) all of asn1_mac.h 9 年前
  Håvard Molland ab2479a08a Clean up error reporting. 9 年前
  David Benjamin 7a8e62dbd9 Fix ASN1_TYPE_cmp 9 年前
  David Benjamin c12d377e24 Free up ADB and CHOICE if already initialised. 9 年前
  David Benjamin 506fa4f770 Allocate string types directly. 9 年前
  David Benjamin cdcecf546b Fix regression in ASN1_UTCTIME_cmp_time_t 9 年前
  David Benjamin 34860739de ASN.1 print fix. 9 年前
  David Benjamin a9c6667cab Fix asn1_item_print_ctx 9 年前
  David Benjamin e30f3fb080 ASN1_primitive_new NULL param handling 9 年前
  David Benjamin 3305858342 Fix wrong numbers being passed as string lengths 9 年前
  David Benjamin 1a5c50f3a8 Error codes are uint32_t, not unsigned long. 9 年前
  David Benjamin 5a93342fab Fix two unchecked mallocs in crypto/asn1. 9 年前
  David Benjamin c35fb014d9 Fix more memory leaks on malloc failure. 9 年前
  David Benjamin 96396b3aaa Fix cross-module errors. 9 年前
  Adam Langley 29b186736c Precompute sorted array for error strings. 9 年前
  Adam Langley 2b2d66d409 Remove string.h from base.h. 9 年前
  Adam Langley 4a0f0c4910 Change CMakeLists.txt to two-space indent. 9 年前
  David Benjamin aa3f6daa86 Tag a number of globals as const. 9 年前
  David Benjamin d83c1884fd Return error when a bit string indicates an invalid amount of bits left 9 年前
  David Benjamin 1716b3d172 Reject invalid constructed encodings. 9 年前
  Adam Langley ca9a538aa0 Fix various certificate fingerprint issues. 9 年前
  Adam Langley 69a01608f3 Add malloc failure tests. 10 年前
  David Benjamin 9ecafa5c78 Shush some dead assignments. 10 年前
  David Benjamin 74072ac84c Fix a2i_ASN1_* leak on failure. 10 年前
  David Benjamin b06711ca34 Move the X509_NAME typedef into x509.h. 10 年前
  David Benjamin 0248889950 Don't mix and match libraries and errors. 10 年前
  David Benjamin a87941ad17 Remove misspelled error code. 10 年前
  David Benjamin c44d2f4cb8 Convert all zero-argument functions to '(void)' 10 年前
  Adam Langley 66c249ce91 Remove some dead code. 10 年前
  Emilia Kasper 0dccfbc6c7 Fix OID handling. 10 年前
  Adam Langley eb7d2ed1fe Add visibility rules. 10 年前
  Adam Langley e532f823d6 ASN1 sanity check. 10 年前
  Adam Langley 7893c008e6 Memory leak and NULL dereference fixes. 10 年前
  Adam Langley 4c921e1bbc Move public headers to include/openssl/ 10 年前
  Alex Chernyakhovsky 2897ed3634 Remove CHARSET_EBCDIC 10 年前
  Adam Langley 8a09146b87 Add license to charmap.pl. 10 年前
  Adam Langley a09d2127ea Set default global mask to UTF8 only. 10 年前
  Adam Langley 735107652b Const correctness. 10 年前
  Adam Langley 95c29f3cd1 Inital import. 10 年前