summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte
2017-03-09Exit the loop on failureJon Spillett
2017-02-23Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger
2017-02-05Combined patch against OpenSSL_1_1_0-stable branch for the following issues:Bernd Edlinger
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2016-11-12Cast to an unsigned type before negatingKurt Roeckx
2016-11-10Don't set choice selector on parse failure.Dr. Stephen Henson
2016-10-17Fix embedded string handling.Dr. Stephen Henson
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-08-23Constify some inputs buffersFdaSilvaYY
2016-08-23Constify ASN1_PCTX_*FdaSilvaYY
2016-08-23Ensure the mime_hdr_free function can handle NULLsMatt Caswell
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-20Fix off by 1 in ASN1_STRING_set()Kurt Roeckx
2016-08-18Constify i2a*Dr. Stephen Henson
2016-08-18Convert X509_REVOKED* functions to use const gettersMatt Caswell
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-17Constify ASN1_item_unpack().Dr. Stephen Henson
2016-08-16Convert PKCS8* functions to use const gettersMatt Caswell
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-16Check for errors in a2d_ASN1_OBJECT()Dr. Stephen Henson
2016-08-13Add X25519 methods to internal tablesDr. Stephen Henson
2016-08-05spelling fixes, just comments and readme.klemens
2016-08-05Free buffer in a2i_ASN1_INTEGER() on error path.Dr. Stephen Henson
2016-08-04Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY
2016-08-02Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson
2016-08-02Check for overflows in ASN1_object_size().Dr. Stephen Henson
2016-07-25Enforce and explicit some const castingFdaSilvaYY
2016-07-25Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY
2016-07-25Constify ASN1_buf_printFdaSilvaYY
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY
2016-07-20Cast to an unsigned type before negatingKurt Roeckx
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-19Check and print out boolean type properly.Dr. Stephen Henson
2016-07-18Fix print of ASN.1 BIGNUM type.Dr. Stephen Henson
2016-07-16Return error when trying to print invalid ASN1 integerKurt Roeckx
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson
2016-07-06Don't indicate errors during initial adb decode.Dr. Stephen Henson
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-24Avoid signed overflowKurt Roeckx
2016-06-23Fix ASN1_STRING_to_UTF8 could not convert NumericStringMatt Caswell
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY
2016-06-22Spelling... and more spellingFdaSilvaYY