aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
Commit message (Expand)AuthorAgeFilesLines
* make updateRichard Levitte2016-01-121-317/+390
* Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2016-01-071-1/+1
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-073-3/+3
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-182-2/+2
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-166-17/+17
* Support the TLS Feature (aka Must Staple) X.509v3 extension (RFC7633).Rob Stradling2015-12-105-2/+205
* make updateDr. Stephen Henson2015-12-091-59/+23
* 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