summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2017-05-02Fix time offset calculation.Todd Short
2017-04-30asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov
2017-04-24Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor
2017-04-17asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov
2017-04-14asn1/a_int.c: don't write result if returning error.Andy Polyakov
2017-04-14asn1/a_int.c: simplify asn1_put_uint64.Andy Polyakov
2017-04-14asn1/a_int.c: remove code duplicate and optimize branches,Andy Polyakov
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-13ASN.1: change INTxx, UINTxx and Z variants to be embedableRichard Levitte
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte
2017-04-11Fix x_int64.cRichard Levitte
2017-04-11Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte
2017-04-10Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte
2017-04-10asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov
2017-04-04Fix faulty check of padding in x_long.cRichard Levitte
2017-04-04Fix a possible integer overflow in long_c2iMatt Caswell
2017-04-04make updateRichard Levitte
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte
2017-03-28Fix 0 -> NULL, indentationFdaSilvaYY
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte
2017-03-09Exit the loop on failureJon Spillett
2017-02-28Remove some commented out code in libcryptoMatt Caswell
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-03Combined patch against master branch for the following issues:Bernd Edlinger
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
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
2017-01-08clarify commentDr. Stephen Henson
2017-01-08PSS ASN.1 methodDr. Stephen Henson
2016-11-12Cast to an unsigned type before negatingKurt Roeckx
2016-11-10Don't set choice selector on parse failure.Dr. Stephen Henson
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-10-19Fix config option 'no-deprecated'Richard Levitte
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-10-17Fix embedded string handling.Dr. Stephen Henson
2016-09-29Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson
2016-09-22Add -Wswitch-enumRich Salz
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