aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1
AgeCommit message (Expand)AuthorFilesLines
2018-01-24Fix error-path memory leak in asn_mime.cTodd Short1-0/+1
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte1-4/+15
2018-01-23Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte1-5/+0
2017-12-15Fix invalid function type casts.Bernd Edlinger1-2/+2
2017-12-08Address some code-analysis issues.FdaSilvaYY1-5/+6
2017-12-07Consistent formatting for sizeof(foo)Rich Salz3-7/+7
2017-11-20Support public key and param check in EVP interfacePaul Yang1-0/+12
2017-11-13asn1/a_strex.c: fix flags truncation in do_esc_char.Andy Polyakov1-8/+7
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-1/+1
2017-11-03Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl1-0/+3
2017-10-30EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte1-0/+5
2017-10-30EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte1-0/+18
2017-10-24asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte1-2/+7
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte3-9/+4
2017-10-23asn1_item_embed_new(): don't free an embedded itemRichard Levitte1-2/+4
2017-10-21Remove duplicate assignment.KaoruToda1-1/+1
2017-10-18Remove parentheses of return.KaoruToda18-79/+79
2017-10-13Remove email addresses from source code.Rich Salz1-1/+1
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda4-8/+8
2017-09-28Use safestack.h exclusively internally.Pauli1-1/+1
2017-09-19Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin1-0/+6
2017-08-30Fix return value of ASN1_TIME_compareTodd Short1-1/+1
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli2-3/+5
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte3-12/+3
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli12-156/+47
2017-08-21Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell1-1/+3
2017-08-15Revert "Add some casts for %j"Rich Salz1-2/+2
2017-08-14Add some casts for %jRich Salz1-2/+2
2017-08-06Add missing include of cryptlib.hRich Salz1-1/+1
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short5-163/+154
2017-08-01asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov1-17/+20
2017-07-30Refactor ASN1_TIME_print functionsPaul Yang3-92/+47
2017-07-28Fix coding style nits in crypto/asn1/a_strnid.cPaul Yang1-10/+16
2017-07-27Fix trivial coding style nits in a_time/a_tm filesPauli4-25/+23
2017-07-26make scrypt ASN.1 parameter functions publicHubert Kario2-11/+5
2017-07-24Fix nid assignment in ASN1_STRING_TABLE_addlolyonok1-1/+2
2017-07-24Improve struct tm populationPauli1-0/+33
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang4-270/+202
2017-07-14Change return (x) to return xPauli1-14/+14
2017-07-14Avoid having an unsigned integer decrement below zero.Pauli1-11/+18
2017-07-06Memory bounds checking in asn1 code.Pauli6-48/+55
2017-07-05Undo commit d420ac2Rich Salz6-25/+17
2017-06-30Cleanup some copyright stuffRich Salz1-5/+0
2017-06-29Make asn1_d2i_read_bio accessible from STORERichard Levitte1-3/+2
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz3-19/+141
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short1-8/+15
2017-06-07make error tables const and separate header fileRich Salz1-239/+300
2017-05-31Add some OID's from X.520Erwann Abalea1-1/+4