aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/asn1.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang1-0/+4
2019-12-10Remove handling of outdated macro'sRich Salz1-1/+2
2019-11-07include/openssl/asn1.h: Remove version dependent inclusion of <openssl/bn.h>Richard Levitte1-3/+1
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-1/+1
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre1-1/+1
2019-07-01Remove EXPORT_VAR_AS_FUNCRich Salz1-23/+4
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-57/+48
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2017-09-29Put back the #include <openssl/safestack.h> lines in public headers.Pauli1-0/+1
2017-09-28Use safestack.h exclusively internally.Pauli1-3/+1
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short1-0/+4
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz1-0/+3
2017-06-09mark V_ASN1_PRIMATIVE_TAG as compatJosh Soref1-1/+1
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short1-0/+1
2017-06-07make error tables const and separate header fileRich Salz1-224/+1
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell1-2/+2
2017-04-04make updateRichard Levitte1-0/+3
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson1-0/+3
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY1-2/+2
2016-08-23Constify ASN1_PCTX_*FdaSilvaYY1-5/+5
2016-08-18Constify i2a*Dr. Stephen Henson1-2/+2
2016-08-18Convert X509_REVOKED* functions to use const gettersMatt Caswell1-1/+1
2016-08-17Constify ASN1_item_unpack().Dr. Stephen Henson1-1/+1
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-1/+2
2016-08-04Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY1-1/+1
2016-07-25Constify i2t_ASN1_OBJECT, i2d_ASN1_OBJECT, i2a_ASN1_OBJECT.FdaSilvaYY1-3/+3
2016-07-25Constify ASN1_buf_printFdaSilvaYY1-1/+1
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY1-5/+5
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-07-05Reorganise asn1.h and add comments.Dr. Stephen Henson1-4/+12
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY1-0/+1
2016-06-22Spelling... and more spellingFdaSilvaYY1-1/+1
2016-06-15Constify some input buffers in asn1FdaSilvaYY1-2/+2
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY1-1/+1
2016-06-04Constify ASN1_generate_v3FdaSilvaYY1-1/+1
2016-05-23Remove unused error/function codes.Rich Salz1-55/+3
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte1-0/+5
2016-05-17Copyright consolidation 03/10Rich Salz1-54/+6
2016-05-04DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein1-0/+2
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin1-1/+1
2016-02-05Add ASN1_buf_print to print a buffer in ASN1_bn_print format.Dr. Stephen Henson1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-1/+2
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-6/+6
2015-10-11embed support for ASN1_STRINGDr. Stephen Henson1-0/+2
2015-10-05Free up ASN.1 structures at top level only.Dr. Stephen Henson1-1/+1
2015-09-16New ASN.1 embed macro.Dr. Stephen Henson1-1/+1