aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_strnid.c
Commit message (Expand)AuthorAgeFilesLines
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-1/+0
* Fix coding style nits in crypto/asn1/a_strnid.cPaul Yang2017-07-281-10/+16
* Fix nid assignment in ASN1_STRING_TABLE_addlolyonok2017-07-241-1/+2
* Convert asn1 selftests (a_strnid and ameth_lib) into internal testRichard Levitte2016-11-031-76/+1
* Add more zallocFdaSilvaYY2016-05-291-3/+1
* Fix some missing initsFdaSilvaYY2016-05-291-0/+1
* Add rfc822Mailbox to string table.Dr. Stephen Henson2016-05-261-0/+6
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* Add NumericString supportDmitry Belyavsky2015-09-071-1/+4
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-5/+5
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-7/+3
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-184/+193
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* Set default global mask to UTF8 only.Dr. Stephen Henson2014-06-011-1/+1
* fix ASN1_STRING_TABLE_add so it can override existing string table valuesDr. Stephen Henson2012-10-191-31/+66
* PR: 2433Dr. Stephen Henson2011-01-241-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* size_tification.Ben Laurie2008-11-011-1/+1
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-6/+4
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-8/+10
* Bunch of constifications.Andy Polyakov2007-10-131-1/+1
* Add correct DN entry for serialNumber.Dr. Stephen Henson2003-05-071-1/+4
* Add entry for domainComponent so it is treated correctly.Dr. Stephen Henson2003-03-141-0/+35
* cast to 'unsigned long' before using ~ if we need an unsigned long resultBodo Möller2001-11-091-2/+2
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-111-1/+3
* Global DirectoryString mask fix.Dr. Stephen Henson2000-10-041-1/+1
* Fixes for Win32 build.Dr. Stephen Henson2000-06-211-4/+5
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-2/+4
* warning.Ulf Möller2000-02-221-1/+1
* apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller2000-01-071-1/+1
* More X509_ATTRIBUTE changes.Dr. Stephen Henson2000-01-071-1/+4
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-061-14/+65
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-31/+23
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-081-0/+1
* Continued multibyte character support.Dr. Stephen Henson1999-10-271-1/+1
* More multibyte character support.Dr. Stephen Henson1999-10-251-0/+200