aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_strnid.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Copyright year updatesRichard Levitte1-1/+1
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli1-0/+2
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-2/+2
2020-09-13Fix safestack issues in asn1.hMatt Caswell1-2/+0
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz1-1/+1
2019-08-01Load the config file by defaultMatt Caswell1-0/+3
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte1-1/+1
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-1/+0
2017-07-28Fix coding style nits in crypto/asn1/a_strnid.cPaul Yang1-10/+16
2017-07-24Fix nid assignment in ASN1_STRING_TABLE_addlolyonok1-1/+2
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte1-76/+1
2016-05-29Add more zallocFdaSilvaYY1-3/+1
2016-05-29Fix some missing initsFdaSilvaYY1-0/+1
2016-05-26Add rfc822Mailbox to string table.Dr. Stephen Henson1-0/+6
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-09-07Add NumericString supportDmitry Belyavsky1-1/+4
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-5/+5
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson1-7/+3
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz1-2/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-184/+193
2015-01-22Further comment changes for reformat (master)Matt Caswell1-1/+2
2014-06-01Set default global mask to UTF8 only.Dr. Stephen Henson1-1/+1
2012-10-19fix ASN1_STRING_TABLE_add so it can override existing string table valuesDr. Stephen Henson1-31/+66
2011-01-24PR: 2433Dr. Stephen Henson1-1/+1
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-1/+1
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-11-01size_tification.Ben Laurie1-1/+1
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson1-6/+4
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-8/+10
2007-10-13Bunch of constifications.Andy Polyakov1-1/+1
2003-05-07Add correct DN entry for serialNumber.Dr. Stephen Henson1-1/+4
2003-03-14Add entry for domainComponent so it is treated correctly.Dr. Stephen Henson1-0/+35
2001-11-09cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller1-2/+2
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson1-1/+3
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson1-1/+1
2000-06-21Fixes for Win32 build.Dr. Stephen Henson1-4/+5
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-2/+2
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe1-2/+4
2000-02-22warning.Ulf Möller1-1/+1
2000-01-07apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller1-1/+1
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson1-1/+4
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson1-14/+65