159 コミット (f99f2448bd06ffa96575397d37a5caaebf3018d4)

作成者 SHA1 メッセージ 日付
  David Benjamin 54afdab584 Fix X509_CRL construction under malloc failures. 8年前
  David Benjamin daf4a05bf4 Avoid using empty initializer lists. 8年前
  Steven Valdez f9f312af61 Add some sanity checks when checking CRL scores and tests 8年前
  David Benjamin 16279bc559 Fix up x509_vpm.c comment. 8年前
  David Benjamin 1ccfb4e32d Shush a MinGW warning in crypto/x509. 8年前
  Alessandro Ghedini 1fc7e9ccd2 Remove trailing ';' from macros 8年前
  Steven Valdez 934b57e8c9 Fix a few leaks in X509_REQ_to_X509. 8年前
  David Benjamin f0e935d7ce Fold stack-allocated types into headers. 8年前
  Matt Braithwaite d17d74d73f Replace Scoped* heap types with bssl::UniquePtr. 8年前
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8年前
  Martin Kreichgauer 19d5cf86de Move remaining ScopedContext types out of scoped_types.h 8年前
  David Benjamin 5a91503826 Add various 1.1.0 accessors. 8年前
  David Benjamin e76cdde77d Use newest CRL. 8年前
  David Benjamin 69e0a457a1 Remove OPENSSL_ALLOW_PROXY_CERTS. 8年前
  David Benjamin 64ac925601 Fix ASN1_STRING_to_UTF8 could not convert NumericString 8年前
  David Benjamin ee2aea0d9b Fix an error path leak in int X509_ATTRIBUTE_set1_data() 8年前
  David Benjamin 00d7a7cee7 Drop cached certificate signature validity flag 8年前
  Adam Langley 310d3f63f3 Change |EVP_PKEY_up_ref| to return int. 8年前
  Adam Langley 10f97f3bfc Revert "Move C++ helpers into |bssl| namespace." 8年前
  Adam Langley d2b5af56cf Revert scoped_types.h change. 8年前
  Adam Langley 8c3c3135a2 Remove scoped_types.h. 8年前
  Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace. 8年前
  David Benjamin da7f0c65ef Unwind X509_LU_RETRY and fix a lot of type confusion. 8年前
  David Benjamin e77b16ef71 Remove ASN.1 print hooks. 8年前
  David Benjamin d0c677cd8e Avoid illegal pointers in asn1_string_canon. 8年前
  David Benjamin 8f1e113a73 Ensure verify error is set when X509_verify_cert() fails. 8年前
  David Benjamin 29270dea85 Split unlock functions into read/write variants. 8年前
  David Benjamin 641f42b1a2 Make i2d_X509_AUX work if *pp = NULL. 8年前
  David Benjamin e31e0123ea Add size limit to X509_NAME structure. 8年前
  David Benjamin a43fd90c5d Sync with upstream on i2d_X509_AUX. 8年前
  David Benjamin 52a3bf2835 Add checks to X509_NAME_oneline() 8年前
  David Benjamin ddc69230f3 Sanity check buffer length. 8年前
  David Benjamin 7acd6bc07a Start assuming MSVC 2015. 8年前
  David Benjamin d18cb77864 Fix d2i_X509_AUX. 8年前
  Steven Valdez b32a9151da Ensure we check i2d_X509 return val 8年前
  David Benjamin b7c5e84847 Fix some malloc test failures. 8年前
  Brian Smith dc6c1b8381 Fix build when using Visual Studio 2015 Update 1. 8年前
  David Benjamin eebfd896fe Don't shift serial number into sign bit 8年前
  David Benjamin a2f2bc3a40 Align with upstream's error strings, take two. 8年前
  David Benjamin fb8e678897 Match upstream's error codes for the old sigalg code. 8年前
  Adam Langley d323f4b1e1 Bring back |verify_store|. 8年前
  David Benjamin 17727c6843 Move all signature algorithm code to crypto/x509. 8年前
  David Benjamin 93a69b4f8f Move X.509 signature algorithm tests to the crypto/x509 layer. 8年前
  Steven Valdez 3f81b607fe Fix missing ok=0 with cert verification. 8年前
  David Benjamin 06c5fb4512 Revert "Fix missing ok=0 with cert verification." 8年前
  Steven Valdez b0576889fa Fix missing ok=0 with cert verification. 8年前
  Steven Valdez d8eea14443 BIO_new_mem_buf should take const void * 8年前
  David Benjamin 239a0abfd5 Slightly simplify and deprecate i2d_{Public,Private}Key. 8年前
  David Benjamin 68772b31b0 Implement new SPKI parsers. 8年前
  David Benjamin 6c22f542f4 Fix build of x509_test. 8年前