aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Fix path in commentsDr. Stephen Henson2015-09-227-7/+7
* make dependDr. Stephen Henson2015-09-221-0/+117
* Move certificate request and CRL routines to x509 dir.Dr. Stephen Henson2015-09-2210-2/+1928
* Move functions.Dr. Stephen Henson2015-09-221-0/+56
* New accessor X509_REQ_get_X509_PUBKEY()Dr. Stephen Henson2015-09-221-0/+5
* Additional X509_CRL accessors.Dr. Stephen Henson2015-09-221-0/+10
* typoDr. Stephen Henson2015-09-222-4/+4
* Add accessors for X509_REVOKED.Dr. Stephen Henson2015-09-221-0/+10
* Add accessors for request and CRL signaturesDr. Stephen Henson2015-09-222-2/+33
* Embed various signature algorithms.Dr. Stephen Henson2015-09-174-18/+18
* Embed X509_REQ_INFODr. Stephen Henson2015-09-164-27/+27
* Embed X509_CINFDr. Stephen Henson2015-09-167-78/+70
* X509_CRL_INFO embedDr. Stephen Henson2015-09-166-47/+41
* Change X509_VAL in X509 structure to embedded.Dr. Stephen Henson2015-09-162-12/+12
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-113-5/+5
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-1/+1
* Replace X509 macros with functionsDr. Stephen Henson2015-09-061-0/+25
* In X509_STORE_CTX_init, cleanup on failuremrpre2015-09-051-27/+33
* RT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time checkDavid Woodhouse2015-09-051-0/+4
* Revert "OPENSSL_NO_xxx cleanup: RFC3779"David Woodhouse2015-09-031-0/+2
* remove 0 assignments.Rich Salz2015-09-032-21/+3
* Add and use OPENSSL_zallocRich Salz2015-09-022-14/+3
* make updateDr. Stephen Henson2015-09-021-5/+8
* make X509_CRL opaqueDr. Stephen Henson2015-09-025-0/+39
* Better handling of verify param id peername fieldViktor Dukhovni2015-09-022-1/+13
* make updateDr. Stephen Henson2015-08-311-5/+6
* Add X509_up_ref function.Dr. Stephen Henson2015-08-314-8/+13
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-08-313-4/+9
* make X509_REQ opaqueDr. Stephen Henson2015-08-314-0/+17
* make X509_CERT_AUX opaqueDr. Stephen Henson2015-08-311-0/+1
* GH354: Memory leak fixesAlessandro Ghedini2015-08-281-2/+2
* GH364: Free memory on an error pathIsmo Puustinen2015-08-131-1/+2
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-1/+0
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-1/+0
* Extend -show_chain option to verify to show more infoMatt Caswell2015-07-071-0/+5
* Reject calls to X509_verify_cert that have not been reinitialisedMatt Caswell2015-07-071-8/+14
* Fix alternate chains certificate forgery issueMatt Caswell2015-07-071-1/+1
* Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper2015-06-111-10/+47
* Use enum for X509_LOOKUP_TYPERich Salz2015-05-282-4/+8
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* Correctly check for export size limitKurt Roeckx2015-05-201-3/+0
* make dependRichard Levitte2015-05-141-27/+38
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-1425-25/+25
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-113-6/+7
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-4/+4
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-6/+4
* Use safer sizeof variant in mallocRich Salz2015-05-046-16/+15
* Fix cut/paste errorRich Salz2015-05-041-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-032-6/+4
* make X509_VERIFY_PARAM opaqueDr. Stephen Henson2015-05-021-0/+18