aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-0915-46/+56
* Rebuild error source files.Dr. Stephen Henson2015-11-051-37/+37
* make updateRichard Levitte2015-10-181-2/+3
* Because ct_locl.h is used between modules, move it to internal headersRichard Levitte2015-10-181-1/+1
* Fix self signed handling.Dr. Stephen Henson2015-10-151-9/+10
* Initial commit for Certificate Transparency supportAdam Eijdenberg2015-10-093-42/+14
* make updateDr. Stephen Henson2015-09-221-5/+8
* header includesDr. Stephen Henson2015-09-224-0/+4
* New function X509_get0_subject_key_id()Dr. Stephen Henson2015-09-221-0/+7
* Embed X509_REQ_INFODr. Stephen Henson2015-09-161-1/+1
* Embed X509_CINFDr. Stephen Henson2015-09-162-2/+2
* X509_CRL_INFO embedDr. Stephen Henson2015-09-161-1/+1
* d2i: don't update input pointer on failureKurt Roeckx2015-09-141-1/+3
* Fix "defined but not used" warnings.Dr. Stephen Henson2015-09-112-66/+66
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-1123-34/+55
* RT3992: Make SCT #ifdeffable.David Woodhouse2015-09-092-0/+4
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-5/+9
* Revert "OPENSSL_NO_xxx cleanup: RFC3779"David Woodhouse2015-09-034-0/+12
* remove 0 assignments.Rich Salz2015-09-034-26/+20
* Win32 build fix: include internal/numbers.h to get UIN32_MAXRichard Levitte2015-09-031-0/+1
* Add and use OPENSSL_zallocRich Salz2015-09-021-12/+5
* make updateDr. Stephen Henson2015-09-021-1/+2
* make X509_CRL opaqueDr. Stephen Henson2015-09-021-0/+1
* Cleaner handling of "cnid" in do_x509_checkViktor Dukhovni2015-09-021-3/+7
* functions to retrieve certificate flagsDr. Stephen Henson2015-09-011-0/+22
* make updateDr. Stephen Henson2015-08-311-2/+4
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* make X509_REQ opaqueDr. Stephen Henson2015-08-312-0/+2
* Conversion to UTF-8 where neededRichard Levitte2015-07-142-2/+2
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-33/+45
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1434-34/+34
* use unit64_t for CPUID and timestamp codeDr. Stephen Henson2015-05-141-18/+10
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-1121-104/+138
* Add missing NULL check in X509V3_parse_list()Kurt Cancemi2015-05-111-0/+4
* Fix typo in valid_starViktor Dukhovni2015-05-071-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-0613-46/+55
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-063-3/+3
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-4/+1
* make updateMatt Caswell2015-05-051-20/+12
* Remove libcrypto to libssl dependencyMatt Caswell2015-05-051-1/+10
* Use safer sizeof variant in mallocRich Salz2015-05-049-10/+10
* more OSSL_NELEM casesDr. Stephen Henson2015-05-041-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-032-4/+3
* free NULL cleanup -- codaRich Salz2015-05-014-14/+8
* Remove goto inside an if(0) blockRich Salz2015-05-011-3/+3
* free null cleanup finaleRich Salz2015-05-014-24/+12
* free cleanup 12Rich Salz2015-04-302-9/+7
* free NULL cleanup 5aRich Salz2015-04-303-13/+6
* free NULL cleanup 8Rich Salz2015-04-303-16/+8