summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_strnid.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2023-05-01asn1: sort stacks before using findPauli
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-08-01Load the config file by defaultMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-07-28Fix coding style nits in crypto/asn1/a_strnid.cPaul Yang
2017-07-24Fix nid assignment in ASN1_STRING_TABLE_addlolyonok
2016-11-03Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte
2016-05-29Add more zallocFdaSilvaYY
2016-05-29Fix some missing initsFdaSilvaYY
2016-05-26Add rfc822Mailbox to string table.Dr. Stephen Henson
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-07Add NumericString supportDmitry Belyavsky
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2014-06-01Set default global mask to UTF8 only.Dr. Stephen Henson
2012-10-19fix ASN1_STRING_TABLE_add so it can override existing string table valuesDr. Stephen Henson
2011-01-24PR: 2433Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01size_tification.Ben Laurie
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2007-10-13Bunch of constifications.Andy Polyakov
2003-05-07Add correct DN entry for serialNumber.Dr. Stephen Henson
2003-03-14Add entry for domainComponent so it is treated correctly.Dr. Stephen Henson
2001-11-09cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson
2000-10-04Global DirectoryString mask fix.Dr. Stephen Henson
2000-06-21Fixes for Win32 build.Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-02-22warning.Ulf Möller