summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2016-07-26Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson
2016-07-26Remove current_method from X509_STORE_CTXDr. Stephen Henson
2016-07-25Add X509_STORE lock and unlock functionsRichard Levitte
2016-07-25Add setter and getter for X509_STORE's check_policyRichard Levitte
2016-07-25Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte
2016-07-25Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY
2016-07-25Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY
2016-07-25Constify ...FdaSilvaYY
2016-07-25Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY
2016-07-25Constify input parameters of methods :FdaSilvaYY
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY
2016-07-23Properly initialise the internal proxy certificate path length cacheRichard Levitte
2016-07-22Use newest CRL.Dr. Stephen Henson
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-20Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY
2016-07-19Cleanup after sk_push failmrpre
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-30Remove the envvar hack to enable proxy cert processingRichard Levitte
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-29SpellingFdaSilvaYY
2016-06-20make updateRichard Levitte
2016-06-20Fix proxy certificate pathlength verificationRichard Levitte
2016-06-20Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte
2016-06-20Remove pointless free loop in X509_TRUST_cleanup()Kurt Cancemi
2016-06-18Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY
2016-06-11Avoid creating an illegal pointerKurt Roeckx
2016-06-10Fix an error path leak in int X509_ATTRIBUTE_set1_data()Matt Caswell
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-08crypto/x509/x509_vpm.c: Simplify int_x509_param_set1()Kurt Cancemi
2016-06-04Constify X509_OBJECT_get_type & X509_OBJECT_get0_X509FdaSilvaYY
2016-06-01Don't leak memory on X509_TRUST_add() error pathMatt Caswell
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-19When strict SCT fails record verification failureViktor Dukhovni
2016-05-18Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-17X509_STORE_CTX accessors.Rich Salz
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-17Remove repeated condition from if in X509_NAME_onelineMatt Caswell
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-05-16Fix some missing OBJ_dup failure checks.FdaSilvaYY
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-06RT3513: req doesn't display attributes using utf8stringisnotnick
2016-05-04Fix name length limit check.Dr. Stephen Henson
2016-05-03Drop duplicate ctx->verify_cb assignmentViktor Dukhovni
2016-05-03Prevent EBCDIC overread for very long stringsMatt Caswell