summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
AgeCommit message (Expand)Author
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-28Use safestack.h exclusively internally.Pauli
2017-09-19Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin
2017-08-30Fix return value of ASN1_TIME_compareTodd Short
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell
2017-08-15Revert "Add some casts for %j"Rich Salz
2017-08-14Add some casts for %jRich Salz
2017-08-06Add missing include of cryptlib.hRich Salz
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-08-01asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov
2017-07-30Refactor ASN1_TIME_print functionsPaul Yang
2017-07-28Fix coding style nits in crypto/asn1/a_strnid.cPaul Yang
2017-07-27Fix trivial coding style nits in a_time/a_tm filesPauli
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario
2017-07-24Fix nid assignment in ASN1_STRING_TABLE_addlolyonok
2017-07-24Improve struct tm populationPauli
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang
2017-07-14Change return (x) to return xPauli
2017-07-14Avoid having an unsigned integer decrement below zero.Pauli
2017-07-06Memory bounds checking in asn1 code.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-30Cleanup some copyright stuffRich Salz
2017-06-29Make asn1_d2i_read_bio accessible from STORERichard Levitte
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short
2017-06-07make error tables const and separate header fileRich Salz
2017-05-31Add some OID's from X.520Erwann Abalea
2017-05-30add methodDr. Stephen Henson
2017-05-30Allow NULL md for custom signing methodsDr. Stephen Henson
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell
2017-05-11Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson
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