summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509name.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make X509_NAME_get_text_by[NID|OBJ] safer.beck2023-05-291-10/+28
* Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtlsbeck2023-05-031-27/+10
* Bring back length check tb ok'ed and I managed to remove whilebeck2023-05-031-2/+2
* Change X509_NAME_get_index_by[NID|OBJ] to be safer.beck2023-05-021-10/+27
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-20/+20
* spelling fixes; from paul tagliamontejmc2022-12-261-2/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+20
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* Add a const qualifier to the `name' argument oftb2018-05-301-3/+4
* Add const to the obj argument of X509_NAME_add_entry_by_OBJ()tb2018-05-191-2/+2
* Add const to the 'obj' argument of X509_NAME_get_text_by_OBJ(3).tb2018-05-181-2/+2
* Add a const qualififer to the 'name' argument of X509_NAME_get_entry(3)tb2018-05-181-3/+3
* Add const to the argument of X509_NAME_entry_count().tb2018-05-181-2/+2
* The 'bytes' arguments of X509_NAME_add_entry_by_NID(3) andtb2018-05-181-3/+3
* Add a const qualifier to the 'X509_NAME_ENTRY *ne' argument oftb2018-05-181-3/+5
* Add const to the argument of X509_NAME_ENTRY_get_data(3).tb2018-05-181-2/+2
* Add const qualifiers to the 'obj' and 'bytes' arguments oftb2018-05-181-5/+5
* Convert a handful of X509_*() functions to take const as in OpenSSL.tb2018-05-011-2/+2
* Fix two bugs in X509_NAME_add_entry(3):schwarze2018-04-041-7/+4
* Provide X509_NAME_ENTRY_set()tb2018-03-171-1/+7
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-8/+5
* X509_NAME_get_text_by_OBJ(): make sure we do not pass a negative size tomiod2014-09-291-3/+5
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+4
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-261-1/+1
* KNF.jsing2014-04-201-142/+182
* blunt force knftedu2014-04-181-70/+53
* resolve conflicts, fix local changesdjm2010-10-011-1/+1
* resolve conflictsdjm2005-04-291-5/+5
* OpenSSL 0.9.5a mergebeck2000-04-151-1/+1
* OpenSSL 0.9.5 mergebeck2000-03-191-2/+64
* OpenSSL 0.9.4 mergebeck1999-09-291-87/+50
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+358