Age | Commit message (Expand) | Author |
2019-05-08 | initialize safestack pointers | Brent Cook |
2019-04-22 | Add error checking to i2v_POLICY_MAPPINGS(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_POLICY_CONSTRAINTS(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_EXTENDED_KEY_USAGE(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_ASN1_BIT_STRING(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_BASIC_CONSTRAINTS(). | Theo Buehler |
2019-04-22 | Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replace | Theo Buehler |
2019-04-22 | Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | Theo Buehler |
2019-04-21 | Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME() | Theo Buehler |
2019-04-21 | The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beck | Theo Buehler |
2019-04-21 | Fix awful whitespace in OBJ_bsearch_ext() | Theo Buehler |
2019-04-21 | KNF: use proper wrapping of function return type and name | Theo Buehler |
2019-04-21 | fix some style nits to reduce noise in an upcoming diff | Theo Buehler |
2019-04-16 | Rewrite & fix X509V3_add_value() | Theo Buehler |
2019-04-16 | indent err: labels | Theo Buehler |
2019-04-16 | wrap an overlong line and kill a space before a tab | Theo Buehler |
2019-04-16 | Move function types to their own lines; rewrap. | Theo Buehler |
2019-04-14 | Fix previous: I forgot to rename the bn_to_string() prototype. | Theo Buehler |
2019-04-13 | Avoid quadratic behavior of decimal BIGNUM conversion | Theo Buehler |
2019-03-13 | Fix a number of ASN1_INTEGER vs ASN1_STRING mixups coming from the | Theo Buehler |
2018-05-19 | Add a const qualifier to the aint argument of X509V3_add_value_int() | Theo Buehler |
2018-05-19 | Add a const qualifier to the STACK_OF(X509_EXTENSION) * arguments of | Theo Buehler |
2018-05-19 | Add a const qualifier to the 'key' argument of i2o_ECPublicKey() and | Theo Buehler |
2018-05-18 | The 'name', 'value' and 'section' arguments for a2i_GENERAL_NAME(), | Theo Buehler |
2018-05-18 | Add const qualifiers to the 'name', 'sname' and 'X509_PURPOSE *' | Theo Buehler |
2018-05-13 | Add const to the 'name', 'value', and 'section' arguments of | Theo Buehler |
2018-05-13 | Add const qualifiers to the char *zone and char *user arguments of | Theo Buehler |
2018-04-25 | Add const to functions in asn1/asn1.h as they did in OpenSSL. | Theo Buehler |
2018-03-20 | If X509_check_{host,email}() are called with a length of zero, use strlen() | Joel Sing |
2017-07-20 | Allow leading . in nameConstraints. from openssl via jabberwock. ok jsing | Ted Unangst |
2017-06-22 | Distinguish between self-issued certificates and self-signed certificates. | Joel Sing |
2017-05-02 | the XXXfree functions being called accept NULL, so don't check first. | Theo de Raadt |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-21 | Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros. | Joel Sing |
2016-12-30 | Expand ASN1_ITEM_rptr macros - no change in preprocessor output. | Joel Sing |
2016-12-30 | Expand ASN1_ITEM_ref and ASN1_ITEM_ptr macros - no change in generated | Joel Sing |
2016-12-27 | Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been | Joel Sing |
2016-12-27 | Expand DECLARE_ASN1_ITEM macros - no change in preprocessor output. | Joel Sing |
2016-12-21 | Explicitly export a list of symbols from libcrypto. | Joel Sing |
2016-11-08 | Stricter checks of ASN1_INTEGER to reject ASN1_NEG_INTEGER in places when | Miod Vallat |
2016-11-05 | Check BIO_new*() for failure. | Miod Vallat |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-08-31 | Bring in functions used by stunnel and exim from BoringSSL - this brings | Bob Beck |
2016-03-11 | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | Michael McConville |
2015-12-14 | initialize ext_len to 0. | Bob Beck |
2015-09-30 | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). | Joel Sing |
2015-09-30 | Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same | Joel Sing |
2015-09-30 | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is | Joel Sing |
2015-09-29 | Replace remaining M_ASN1_BIT_STRING_(new|free) macros with calls to | Joel Sing |
2015-09-26 | Use ASN1_item_dup() instead of ASN1_dup(). | Joel Sing |