aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Fix config option 'no-deprecated'Richard Levitte2016-10-191-0/+2
* Fix strict-warnings buildPatrick Steuer2016-10-181-1/+1
* Fix embedded string handling.Dr. Stephen Henson2016-10-174-9/+19
* Print <ABSENT> if a STACK is NULL.Dr. Stephen Henson2016-09-291-1/+2
* Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson2016-09-293-1/+204
* Add -Wswitch-enumRich Salz2016-09-221-2/+2
* Constify a bit X509_NAME_get_entryFdaSilvaYY2016-08-231-2/+2
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-232-13/+13
* Constify some inputs buffersFdaSilvaYY2016-08-232-4/+2
* Constify ASN1_PCTX_*FdaSilvaYY2016-08-231-7/+7
* Ensure the mime_hdr_free function can handle NULLsMatt Caswell2016-08-231-0/+2
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-211-2/+2
* Fix off by 1 in ASN1_STRING_set()Kurt Roeckx2016-08-201-1/+1
* Constify i2a*Dr. Stephen Henson2016-08-182-2/+2
* Convert X509_REVOKED* functions to use const gettersMatt Caswell2016-08-181-1/+1
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-2/+11
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-171-1/+1