aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1
Commit message (Expand)AuthorAgeFilesLines
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-2212-156/+47
* Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell2017-08-211-1/+3
* Revert "Add some casts for %j"Rich Salz2017-08-151-2/+2
* Add some casts for %jRich Salz2017-08-141-2/+2
* Add missing include of cryptlib.hRich Salz2017-08-061-1/+1
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-045-163/+154
* asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov2017-08-011-17/+20
* Refactor ASN1_TIME_print functionsPaul Yang2017-07-303-92/+47
* Fix coding style nits in crypto/asn1/a_strnid.cPaul Yang2017-07-281-10/+16
* Fix trivial coding style nits in a_time/a_tm filesPauli2017-07-274-25/+23
* make scrypt ASN.1 parameter functions publicHubert Kario2017-07-262-11/+5
* Fix nid assignment in ASN1_STRING_TABLE_addlolyonok2017-07-241-1/+2
* Improve struct tm populationPauli2017-07-241-0/+33
* Add asn1_time_to_tm function and check days in monthPaul Yang2017-07-244-270/+202
* Change return (x) to return xPauli2017-07-141-14/+14
* Avoid having an unsigned integer decrement below zero.Pauli2017-07-141-11/+18
* 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