summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_att.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make X509at_* API internaltb2024-08-311-32/+1
* Disable X509at_get_attr{,_count}() and X509at_delete_attr()tb2024-07-261-12/+7
* Inline last user of X509at_get_attr()tb2024-07-261-2/+2
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-20/+20
* Make internal header file names consistenttb2022-11-261-2/+2
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+20
* Simplify X509_ATTRIBUTE ASN.1 encoding.jsing2022-05-091-17/+10
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* Add const to the argument of X509_ATTRIBUTE_count(3).tb2018-05-181-2/+2
* Add a const qualifier to the ASN1_OBJECT * argument of the following:tb2018-05-131-4/+4
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-13/+9
* Return zero from two functions on allocation failure instead of alwaysmmcc2016-03-211-2/+2
* Previous fix (1.12) would cause a NULL pointer dereference in the error pathmiod2014-09-291-4/+3
* X509at_add1_attr(): do not free stuff we did not allocate in the error path.miod2014-09-261-3/+3
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+5
* Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data().miod2014-07-031-2/+3
* Fix a memory leak and another one that occurs in the error paths.logan2014-06-281-2/+6
* 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-114/+163
* blunt force knftedu2014-04-181-26/+16
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-3/+9
* resolve conflictsdjm2008-09-061-9/+36
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-13/+13
* OpenSSL 0.9.5 mergebeck2000-03-191-0/+326