summaryrefslogtreecommitdiff
path: root/crypto/x509/x509_att.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-13/+21
* x509_att.c: improve error checking and reporting and coding styleDr. David von Oheimb2022-08-241-38/+58
* Update copyright yearMatt Caswell2021-04-081-1/+1
* x509: fix coverity 1474470: NULL pointer dereferencePauli2021-03-301-1/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-2/+22
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-3/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-9/+8
* Changing X509at_get0_data_by_OBJ to expect const stack of X509_ATTRIBUTEAkshit Akhoury2020-10-151-1/+1
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Check for V_ASN1_BOOLEAN/V_ASN1_NULL in X509_ATTRIBUTE_get0_dataBernd Edlinger2019-07-021-1/+3
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-18/+18
* Use safestack.h exclusively internally.Pauli2017-09-281-2/+2
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-241-1/+1
* Few nit'sFdaSilvaYY2017-01-251-2/+2
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-4/+3
* Constify input parameters of methods :FdaSilvaYY2016-07-251-1/+1
* Fix an error path leak in int X509_ATTRIBUTE_set1_data()Matt Caswell2016-06-101-3/+9
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* Fix some missing OBJ_dup failure checks.FdaSilvaYY2016-05-161-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+2
* free NULL cleanup 5aRich Salz2015-04-301-4/+2
* Remove X509_ATTRIBUTE hack.Dr. Stephen Henson2015-03-251-15/+5
* Make X509_ATTRIBUTE opaque.Dr. Stephen Henson2015-03-161-0/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-219/+244
* Update from stable branch.Dr. Stephen Henson2008-06-261-2/+8
* Fix from stable branch.Dr. Stephen Henson2008-05-301-1/+1
* And so it begins...Dr. Stephen Henson2008-03-121-2/+1
* Fix typo and avoid warning.Dr. Stephen Henson2008-02-281-2/+2
* Typo.Dr. Stephen Henson2008-02-121-1/+1
* Utility attribute function to retrieve attribute data from an expectedDr. Stephen Henson2008-02-111-0/+16
* Extend attribute setting routines to support non-string types.Dr. Stephen Henson2008-02-111-2/+8
* improved error checking and some fixesNils Larsch2005-07-261-2/+8
* Fix more error codes.Bodo Möller2005-05-111-1/+1
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-111-10/+10
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-3/+3
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-18/+18
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-201-6/+4
* Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson2000-01-191-13/+68
* More X509_ATTRIBUTE changes.Dr. Stephen Henson2000-01-071-6/+21
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-061-0/+258