aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509spki.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+1
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-0/+3
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Following the license change, modify the boilerplates in crypto/x509/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-4/+4
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* 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/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-49/+51
* NETSCAPE_SPKI_b64_encode: free der_spki and b64_str on error pathJonas Maebe2014-08-171-0/+4
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-1/+0
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-6/+6
* Fix warnings.Ben Laurie1999-09-061-3/+3
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-031-0/+121