aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Memory bounds checking in asn1 code.Pauli2017-07-066-48/+55
* Undo commit d420ac2Rich Salz2017-07-056-25/+17
* Cleanup some copyright stuffRich Salz2017-06-301-5/+0
* Make asn1_d2i_read_bio accessible from STORERichard Levitte2017-06-291-3/+2
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-113-19/+141
* Fix #340: Parse ASN1_TIME to struct tmTodd Short2017-06-081-8/+15
* make error tables const and separate header fileRich Salz2017-06-071-239/+300
* Add some OID's from X.520Erwann Abalea2017-05-311-1/+4
* add methodDr. Stephen Henson2017-05-301-0/+3
* Allow NULL md for custom signing methodsDr. Stephen Henson2017-05-301-2/+7
* Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell2017-05-191-1/+1
* Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2017-05-112-17/+7
* Fix time offset calculation.Todd Short2017-05-022-2/+2
* asn1/a_int.c: fix "next negative minimum" corner case in c2i_ibuf.Andy Polyakov2017-04-301-3/+14
* Annotate ASN.1 attributes of the jurisdictionCountryName NIDAlex Gaynor2017-04-241-0/+1
* asn1/a_int.c: clean up asn1_get_int64.Andy Polyakov2017-04-171-9/+20
* asn1/a_int.c: don't write result if returning error.Andy Polyakov2017-04-141-1/+0
* asn1/a_int.c: simplify asn1_put_uint64.Andy Polyakov2017-04-141-41/+29
* asn1/a_int.c: remove code duplicate and optimize branches,Andy Polyakov2017-04-141-84/+52
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-132-2/+2
* ASN.1: change INTxx, UINTxx and Z variants to be embedableRichard Levitte2017-04-131-14/+38
* ASN.1: extend the possibilities to embed data instead of pointersRichard Levitte2017-04-132-2/+13
* Fix x_int64.cRichard Levitte2017-04-111-8/+31
* Reject decoding of an INT64 with a value >INT64_MAXMatt Caswell2017-04-111-0/+5
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-102-4/+4
* Act on deprecation of LONG and ZLONG, step 1Richard Levitte2017-04-101-0/+4
* Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte2017-04-101-0/+4
* Publish our INT32, UINT32, INT64, UINT64 ASN.1 types and Z variantsRichard Levitte2017-04-102-1/+9
* asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov2017-04-101-26/+47
* Fix faulty check of padding in x_long.cRichard Levitte2017-04-041-2/+5
* Fix a possible integer overflow in long_c2iMatt Caswell2017-04-041-0/+4
* make updateRichard Levitte2017-04-041-1/+4
* Implement internal ASN.1 types INT32, UINT32, INT64, UINT64Richard Levitte2017-04-044-3/+249
* Fix 0 -> NULL, indentationFdaSilvaYY2017-03-282-3/+3
* Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte2017-03-201-6/+28
* Exit the loop on failureJon Spillett2017-03-091-1/+1
* Remove some commented out code in libcryptoMatt Caswell2017-02-281-1/+0
* Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short2017-02-231-9/+16
* Fix a slightly confusing if condition in a2i_ASN1_INTEGER.Bernd Edlinger2017-02-171-1/+1
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-032-7/+14
* Add support for parameterized SipHashTodd Short2017-02-011-1/+4
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-241-1/+4
* Clean one unused variable, plus an useless one.FdaSilvaYY2017-01-182-14/+6
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-01-152-2/+2
* clarify commentDr. Stephen Henson2017-01-081-1/+5
* PSS ASN.1 methodDr. Stephen Henson2017-01-081-0/+3
* Cast to an unsigned type before negatingKurt Roeckx2016-11-121-1/+1
* Don't set choice selector on parse failure.Dr. Stephen Henson2016-11-101-7/+7
* Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2016-11-034-117/+99
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2