summaryrefslogtreecommitdiff
path: root/lib/libcrypto/asn1
AgeCommit message (Expand)Author
2018-11-09Avoid leaking memory that was already allocated in ASN1_item_new().Theo Buehler
2018-11-09Fix a buffer overrun in asn1_parse2().Theo Buehler
2018-11-09Add const to the data argument of ASN1_set{,_int}_octetstring().Theo Buehler
2018-11-08Remove some function prototypes that should have been removed in theJoel Sing
2018-11-02whitespaceTheo Buehler
2018-10-24Remove a bunch of ancient and highly crufty ASN.1 related code fromJoel Sing
2018-10-20Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0Theo Buehler
2018-09-17Simplify initialization of asn1_cb; use correct spelling of NULL.Theo Buehler
2018-08-24Add consts to EVP_PKEY_asn1_set_private()Theo Buehler
2018-08-24After removing support for broken PKCS#8 formats (it was high time),Theo Buehler
2018-08-24Remove EVP_PKEY2PKCS8_broken() and PKCS8_set_broken()Theo Buehler
2018-08-24Turn a number of #defines into proper functions with prototypes matchingTheo Buehler
2018-08-05Fix a memory leak in i2d_RSA_NET on failure of ASN1_STRING_set.Brent Cook
2018-05-24As calloc does the zeroing for us in EVP_PKEY_asn1_new() already, no needTheo Buehler
2018-05-19The 'in' argument of ASN1_STRING_to_UTF8() is now adorned with const.Theo Buehler
2018-05-18Add a const qualifier to the 'X509_NAME *' argument ofTheo Buehler
2018-05-13Use recallocarray() instead of OPENSSL_realloc_clean().Joel Sing
2018-05-13Add a const qualifier to the argument of EVP_PKEY_get0_asn1(3).Theo Buehler
2018-05-12Cleanup c2i_ASN1_BIT_STRING() code.Joel Sing
2018-05-12Add a missing bounds check in c2i_ASN1_BIT_STRING().Joel Sing
2018-05-01Convert a handful of X509_*() functions to take const as in OpenSSL.Theo Buehler
2018-05-01const for BIO_{new,set}() and most of the BIO_{f,s}_*() family ofTheo Buehler
2018-04-25Put function name on a separate line and zap stray whitespace.Theo Buehler
2018-04-25remove whitespace before closing parensTheo Buehler
2018-04-25Add const to functions in asn1/asn1.h as they did in OpenSSL.Theo Buehler
2018-04-23Make the NULL check a separate if statement for readability andTheo Buehler
2018-04-23Make X509_CRL_METHOD_free() NULL-safe.Theo Buehler
2018-04-14make ENGINE_finish() succeed on NULL and simplify callers as inTheo Buehler
2018-04-06Revert revision 1.12 commit. Although *pval looks like a C pointer,Alexander Bluhm
2018-04-06Avoid leaking str if EVP_Digest() fails.Theo Buehler
2018-03-29Limit ASN.1 constructed types recursive definition depthKinichiro Inoguchi
2018-03-17Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning itJoel Sing
2018-03-17Provide X509_REVOKED_dup().Joel Sing
2018-02-22Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().Joel Sing
2018-02-22Provide X509_REQ_get_signature_nid().Joel Sing
2018-02-20Provide X509_NAME_get0_der().Joel Sing
2018-02-20Provide X509_REQ_get0_signature()Joel Sing
2018-02-20Provide X509_CRL_get0_{last,next}Update() and X509_CRL_get0_signature().Joel Sing
2018-02-17Provide X509_get0_extensions() and X509_get0_signature()Joel Sing
2018-02-14Provide ASN1_STRING_get0_data().Joel Sing
2018-02-14Provide X509_get_signature_nid().Joel Sing
2017-11-28Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.Joel Sing
2017-08-28Put the opening curly brace in the right place.Joel Sing
2017-08-27Make the symbol for ASN1_time_tm_clamp_notafter visible so libtlsBob Beck
2017-08-13Add ability to clamp a notafter to values representable in a 32 bit time_tBob Beck
2017-05-06Add ASN1_TIME_set_tm to set an asn1 from a struct tm *Bob Beck
2017-05-02use freezero() instead of memset/explicit_bzero + free. SubstantiallyTheo de Raadt
2017-04-03Fix silly code that printfs NULL when there are no fractional secondsBob Beck
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2017-01-21Expand DECLARE_OBJ_BSEARCH_CMP_FN and IMPLEMENT_OBJ_BSEARCH_CMP_FN macros.Joel Sing