aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn_mstbl.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Fix NULL pointer deref when parsing the stable sectionNeil Horman2024-01-121-1/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-4/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* Fix safestack issues in conf.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/+1
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-2/+1
* Constify some input buffers in asn1FdaSilvaYY2016-06-151-2/+2
* Copyright consolidation 08/10Rich Salz2016-05-171-50/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-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-1/+2
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-6/+6
* free NULL cleanup 11Rich Salz2015-05-011-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-107/+89
* oops, add missing asn_mstbl.cDr. Stephen Henson2012-10-241-0/+178