92 Commits (1908667015d5cc28876971b789c338f81447aaee)

Author SHA1 Message Date
  David Benjamin 045ee41928 Unexport and rename hex_to_string, string_to_hex, and name_cmp. 5 years ago
  David Benjamin 419144adce Fix undefined function pointer casts in {d2i,i2d}_Foo_{bio,fp} 6 years ago
  David Benjamin 681ff27720 Flatten most of the crypto target. 6 years ago
  David Benjamin bc3286bb8c Add a pile of compatibility functions. 6 years ago
  Adam Langley e27793940e Don't accept “SSL client” as a substitute for S/MIME in the Netscape cert type extension. 6 years ago
  Adam Langley 8bd1d07535 Require basicConstraints cA flag in intermediate certs. 6 years ago
  David Benjamin 910320a3a0 Restore some revocation-related X.509 extensions. 6 years ago
  Steven Valdez acddb8c134 Avoid modifying stack in sk_find. 6 years ago
  David Benjamin 56aaf164ac Pretty-print large INTEGERs and ENUMERATEDs in hex. 7 years ago
  David Benjamin 67623735e0 Fix memory leak on sk_X509_EXTENSION_push failure. 7 years ago
  David Benjamin a67b101594 Fix memory leak in GENERAL_NAME_set0_othername. 7 years ago
  David Benjamin 4455e59980 Clear some _CRT_SECURE_NO_WARNINGS warnings. 7 years ago
  Martin Kreichgauer b86be3617d Guard against DoS in name constraints handling. 7 years ago
  Adam Langley ccf80574e9 Use functions that do not depend on the current locale. 7 years ago
  David Benjamin 8d43674b8e Convert the tests in x509v3 to GTest. 7 years ago
  David Benjamin 35dd4c8fcd Avoid possible memleak in X509_policy_check() 7 years ago
  David Benjamin 2dfa1ba680 Delete some dead code from crypto/x509. 7 years ago
  David Benjamin 01f8a8c2d5 Convert stack.h to use inline functions. 7 years ago
  David Benjamin 2d933590cf Fix some error path logic in i2v_AUTHORITY_INFO_ACCESS and i2v_GENERAL_NAME 7 years ago
  David Benjamin aefc6b27e1 Fix a crash in print_notice. 7 years ago
  David Benjamin 93103177a5 Remove 'file:' feature in v3_pci.c's CONF hooks. 7 years ago
  Alessandro Ghedini 5ae416528a Allow multiple IDN xn-- indicators 7 years ago
  David Benjamin 5bd8a09f2a Fix a crash with malformed user notice policy numbers 7 years ago
  David Benjamin 17cf2cb1d2 Work around language and compiler bug in memcpy, etc. 7 years ago
  David Benjamin 7d7597840f Fix x509v3_cache_extensions locking. 8 years ago
  David Benjamin b1133e9565 Fix up macros. 8 years ago
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8 years ago
  David Benjamin 599922feee Fix an error path leak in do_ext_nconf() 8 years ago
  David Benjamin ae0bf3b7c1 Remove ASN1_parse and ASN1_parse_dump. 8 years ago
  David Benjamin 29270dea85 Split unlock functions into read/write variants. 8 years ago
  David Benjamin 176dbf04b7 Check for malloc failure in r2i_certpol. 8 years ago
  David Benjamin 981936791e Remove some easy obj.h dependencies. 8 years ago
  Brian Smith dc6c1b8381 Fix build when using Visual Studio 2015 Update 1. 8 years ago
  Steven Valdez e412bbd9a1 Fix wildcard match on punycode/IDNA DNS names 8 years ago
  Adam Langley 57707c70dc OpenSSL reformat x509/, x509v3/, pem/ and asn1/. 8 years ago
  David Benjamin 20c373118c Become partially -Wmissing-variable-declarations-clean. 9 years ago
  Adam Langley d9e817309a Fix several warnings that arise in Android. 9 years ago
  Adam Langley 96c2a28171 Fix all sign/unsigned warnings with Clang and GCC. 9 years ago
  David Benjamin 301afaf223 Add a run_tests target to run all tests. 9 years ago
  David Benjamin 17dd904eb9 do_dirname: Don't change gen on failures 9 years ago
  David Benjamin 0ea470fdb2 Fix self-signed handling. 9 years ago
  David Benjamin b50c91b5df Cleaner handling of "cnid" in do_x509_check 9 years ago
  Adam Langley 73415b6aa0 Move arm_arch.h and fix up lots of include paths. 9 years ago
  Matt Braithwaite c4ef5ff112 In |NCONF_load|, strdup section names rather than adding refs. 9 years ago
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9 years ago
  Adam Langley a89fac585f Rename tabtest.c and v3nametest.c 9 years ago
  David Benjamin ff81e10313 Add OPENSSL_PUT_ERROR line to X509V3_parse_list. 9 years ago
  David Benjamin 1590811111 Fix typo in valid_star. 9 years ago
  David Benjamin 0b635c52b2 Add malloc test support to unit tests. 9 years ago
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9 years ago