summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
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
2016-06-21Avoid creating an illegal pointer.Kurt Roeckx
2016-06-16Fix build break.Rich Salz
2016-06-15Constify asn1/asn_mime.cFdaSilvaYY
2016-06-15Constify some input buffers in asn1FdaSilvaYY
2016-06-15Change (!seqtt) to (seqtt == NULL)Richard Levitte
2016-06-15Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte
2016-06-14Fix omitted selector handling.Dr. Stephen Henson
2016-06-14Free memory on an error pathMatt Caswell
2016-06-11Avoid creating an illegal pointer.Kurt Roeckx
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY