143 Commits (1ced57a1bca60559741ff8e21a46879cd081bec3)

Author SHA1 Message Date
David Benjamin 09b8fd44c3 Const-correct X509_EXTENSION functions, as best we can. 3 years ago
David Benjamin 84311cec95 Const-correct X509_REVOKED as well. 3 years ago
David Benjamin 918b8bcbbe Move all the miscelleneous convenience functions into a section. 3 years ago
David Benjamin 81587d3699 Remove the last of the Suite B code. 3 years ago
David Benjamin 6bf129213f Remove X509_ocspid_print. 3 years ago
David Benjamin 0bfc9b32c4 Unexport all low-level policy machinery. 3 years ago
David Benjamin b6f47e88b0 Document most X509_NAME functions. 3 years ago
David Benjamin 3be30a55b0 Add some tests for X509_NAME_ENTRY management. 3 years ago
David Benjamin 534970f392 Remove X509_ALGORS. 3 years ago
David Benjamin f022e8421b Remove X509_REQ's refcount. 3 years ago
David Benjamin dc112e7ffc Const-correct the i2d/dup functions we can. 3 years ago
David Benjamin 7528f03c8a Fix memory leak with X509V3_ADD_DELETE. 3 years ago
David Benjamin 28c5354806 Accept invalid "v3" CSRs. 3 years ago
David Benjamin c239ffd055 Remove some unnecessary NULL checks. 3 years ago
David Benjamin fdeb4aa925 Reimplement ASN1_TIME_print with the new parser. 3 years ago
David Benjamin 56eeb201ae Remove unnecessary parens on return. 3 years ago
David Benjamin 520ad645d2 Post-clang-format fixups. 3 years ago
David Benjamin 46350487c1 Run convert_comments.go on the recently-converted files 3 years ago
David Benjamin c0b87a04db Re-run clang-format with InsertBraces. 3 years ago
David Benjamin 260a10cccb clang-format remaining directories. 3 years ago
David Benjamin f575d9b363 Add X509_REQ_set1_signature_algo and X509_REQ_set1_signature_value. 3 years ago
David Benjamin 97c6032de7 Convince clang-format to handle ASN1_ITEM definitions better 3 years ago
Bob Beck 33d7e32ce4 Do not allow md4 or md5 based signatures in X.509 certificates. 3 years ago
David Benjamin 1530333b25 Remove X509_CRL_METHOD. 3 years ago
David Benjamin 1694627993 Don't leave stray errors in the error queue in X509_print_ex. 3 years ago
David Benjamin 7fd831c44c Enforce X.509 version invariants more consistently. 3 years ago
David Benjamin 5a79788cb1 Remove X509_to_X509_REQ. 3 years ago
David Benjamin df6311bc6c Add tests for X509_NAME_print_ex. 3 years ago
Bob Beck 15302de895 Remove code added to avoid SHA1 weakness. 3 years ago
Bob Beck 6686352e49 Make calls to the verify callback consistant by calling ctx->verify_cb 3 years ago
Kent Ross af34f6460f Remove unused variable 3 years ago
David Benjamin b99b98b6eb Remove X509_TRUST_set_default. 3 years ago
Bob Beck 753435403e Replace internal use sha1 hash with sha256. 3 years ago
David Benjamin 6378c47cb7 Unexport X509_CERT_AUX and remove X509_CERT_AUX.other 3 years ago
David Benjamin d0f14f3981 Document and tidy up X509_alias_get0, etc. 3 years ago
David Benjamin 6196faba8a Replace an ASN1_INTEGER_get call with ASN1_INTEGER_get_uint64 3 years ago
David Benjamin e4b3e6afb6 Fix x509v3_bytes_to_hex when passed the empty string. 3 years ago
David Benjamin 657c69b3c5 Reimplement ASN1_get_object with CBS. 3 years ago
Adam Langley f797570320 Ignore duplicates in |X509_STORE_add_*| 3 years ago
David Benjamin 066469055f Fix X509_CRL_print error-handling. 3 years ago
David Benjamin 94089a8b53 Silence -Wformat-signedness when printing X.509 versions. 3 years ago
David Benjamin 866b88dfe7 Don't print small, negative serial numbers in decimal. 3 years ago
David Benjamin 9631bc1041 Remove non-standard wildcard input DNS names. 3 years ago
David Benjamin 405c7888a7 Rewrite X.509 name-matching tests. 3 years ago
David Benjamin 2042972e84 Make X509_REVOKED opaque. 3 years ago
David Benjamin d703d95b80 Remove X509_REVOKED.sequence. 3 years ago
David Benjamin 13c67c99d8 Enforce DER rules for BIT STRING values. 3 years ago
David Benjamin ee510f5889 Remove support for indefinite lengths in crypto/asn1. 3 years ago
David Benjamin a70edd47a2 Remove support for constructed strings in crypto/asn1. 3 years ago
David Benjamin 491af10360 Check for trailing data in extensions. 3 years ago