aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
AgeCommit message (Expand)AuthorFilesLines
2017-05-30add methodDr. Stephen Henson1-0/+3
2017-05-30Allow NULL md for custom signing methodsDr. Stephen Henson1-2/+7
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell1-1/+1
2017-05-11Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2-17/+7
2017-05-02Fix time offset calculation.Todd Short2-2/+2
2017-04-30asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov1-3/+14
2017-04-24Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor1-0/+1
2017-04-17asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov1-9/+20
2017-04-14asn1/a_int.c: don't write result if returning error.Andy Polyakov1-1/+0
2017-04-14asn1/a_int.c: simplify asn1_put_uint64.Andy Polyakov1-41/+29
2017-04-14asn1/a_int.c: remove code duplicate and optimize branches,Andy Polyakov1-84/+52
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2-2/+2
2017-04-13ASN.1: change INTxx, UINTxx and Z variants to be embedableRichard Levitte1-14/+38
2017-04-13ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte2-2/+13
2017-04-11Fix x_int64.cRichard Levitte1-8/+31
2017-04-11Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell1-0/+5
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte2-4/+4
2017-04-10Act on deprecation of LONG and ZLONG, step 1Richard Levitte1-0/+4
2017-04-10Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte1-0/+4
2017-04-10Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2-1/+9
2017-04-10asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov1-26/+47
2017-04-04Fix faulty check of padding in x_long.cRichard Levitte1-2/+5
2017-04-04Fix a possible integer overflow in long_c2iMatt Caswell1-0/+4
2017-04-04make updateRichard Levitte1-1/+4
2017-04-04Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte4-3/+249
2017-03-28Fix 0 -> NULL, indentationFdaSilvaYY2-3/+3
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte1-6/+28
2017-03-09Exit the loop on failureJon Spillett1-1/+1
2017-02-28Remove some commented out code in libcryptoMatt Caswell1-1/+0
2017-02-23Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short1-9/+16
2017-02-17Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger1-1/+1
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger2-7/+14
2017-02-01Add support for parameterized SipHashTodd Short1-1/+4
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short1-1/+4
2017-01-18Clean one unused variable, plus an useless one.FdaSilvaYY2-14/+6
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2-2/+2
2017-01-08clarify commentDr. Stephen Henson1-1/+5
2017-01-08PSS ASN.1 methodDr. Stephen Henson1-0/+3
2016-11-12Cast to an unsigned type before negatingKurt Roeckx1-1/+1
2016-11-10Don't set choice selector on parse failure.Dr. Stephen Henson1-7/+7
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte4-117/+99
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell1-0/+2
2016-10-19Fix config option 'no-deprecated'Richard Levitte1-0/+2
2016-10-18Fix strict-warnings buildPatrick Steuer1-1/+1
2016-10-17Fix embedded string handling.Dr. Stephen Henson4-9/+19
2016-09-29Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson1-1/+2
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson3-1/+204
2016-09-22Add -Wswitch-enumRich Salz1-2/+2
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY1-2/+2