summaryrefslogtreecommitdiffstats
path: root/include/openssl/asn1.h
AgeCommit message (Expand)Author
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-09Add libctx to SMIME ASN1Shane Lontis
2020-04-29include/openssl/x509v3.h: restore previous stack definition arrangementRichard Levitte
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang
2019-12-10Remove handling of outdated macro'sRich Salz
2019-11-07include/openssl/asn1.h: Remove version dependent inclusion of <openssl/bn.h>Richard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-07-01Remove EXPORT_VAR_AS_FUNCRich Salz
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2017-09-29Put back the #include <openssl/safestack.h> lines in public headers.Pauli
2017-09-28Use safestack.h exclusively internally.Pauli
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-09mark V_ASN1_PRIMATIVE_TAG as compatJosh Soref
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short
2017-06-07make error tables const and separate header fileRich Salz
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell
2017-04-04make updateRichard Levitte
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-08-23Constify ASN1_PCTX_*FdaSilvaYY
2016-08-18Constify i2a*Dr. Stephen Henson
2016-08-18Convert X509_REVOKED* functions to use const gettersMatt Caswell
2016-08-17Constify ASN1_item_unpack().Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-04Constify ASN1_INTEGER_get, ASN1_ENUMERATED_getFdaSilvaYY
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-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-05Reorganise asn1.h and add comments.Dr. Stephen Henson
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-06-15Constify some input buffers in asn1FdaSilvaYY
2016-06-04Constify ASN1_generate_nconfFdaSilvaYY
2016-06-04Constify ASN1_generate_v3FdaSilvaYY
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-18Make it possible to have RFC2254 escapes with ASN1_STRING_print_ex()Richard Levitte
2016-05-17Copyright consolidation 03/10Rich Salz
2016-05-04DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-02-05Add ASN1_buf_print to print a buffer in ASN1_bn_print format.Dr. Stephen Henson